diff options
| author | Saku Ytti <saku@ytti.fi> | 2013-04-29 12:11:47 +0300 | 
|---|---|---|
| committer | Saku Ytti <saku@ytti.fi> | 2013-04-29 12:11:47 +0300 | 
| commit | 387b725fcd248d052cfe68da97f03192959ad6a4 (patch) | |
| tree | 1b628501b192be36b92b014e65527006fe192c04 | |
| parent | b5b7e1e77bc91e1df405199327032ec0f425162e (diff) | |
Bump version, fix gemspec permission
| -rw-r--r-- | oxidized.gemspec | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/oxidized.gemspec b/oxidized.gemspec index 1eb804f..805d723 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@  Gem::Specification.new do |s|    s.name              = 'oxidized' -  s.version           = '0.0.6' +  s.version           = '0.0.7'    s.platform          = Gem::Platform::RUBY    s.authors           = [ 'Saku Ytti' ]    s.email             = %w( saku@ytti.fi ) | 
