diff options
| author | Saku Ytti <saku@ytti.fi> | 2014-05-06 12:28:43 +0300 | 
|---|---|---|
| committer | Saku Ytti <saku@ytti.fi> | 2014-05-06 12:28:43 +0300 | 
| commit | eff861dc81aed658cbccfcc2ea86b3d7f02d975d (patch) | |
| tree | 8b024c196bd61fcff55bc42efd98597422378603 /oxidized.gemspec | |
| parent | efa7ee3789ace917a66904252090986af0400c25 (diff) | |
require config/vars earlier0.0.56
- we need config/vars before model
- some whitespace changes
Bump up gemspec
Diffstat (limited to 'oxidized.gemspec')
| -rw-r--r-- | oxidized.gemspec | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/oxidized.gemspec b/oxidized.gemspec index e3da1df..8934090 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@  Gem::Specification.new do |s|    s.name              = 'oxidized' -  s.version           = '0.0.55' +  s.version           = '0.0.56'    s.platform          = Gem::Platform::RUBY    s.authors           = [ 'Saku Ytti' ]    s.email             = %w( saku@ytti.fi ) | 
