netguru-safe 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.9.pre
1
+ 0.2.10
@@ -22,7 +22,7 @@ Remote storage is supported on Amazon S3, Rackspace Cloud Files, or just plain S
22
22
  s.files = `git ls-files`.split("\n")
23
23
  s.test_files = `git ls-files spec`.split("\n")
24
24
  s.require_paths = ["lib"]
25
- s.required_rubygems_version = %q{1.5.0}
25
+ s.required_rubygems_version = %q{1.8.0}
26
26
  s.default_executable = %q{astrails-safe}
27
27
  s.executables = ["astrails-safe"]
28
28
 
@@ -1,5 +1,5 @@
1
1
  module Astrails
2
2
  module Safe
3
- VERSION = '0.2.9'
3
+ VERSION = '0.2.10'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netguru-safe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  requirements:
195
195
  - - '='
196
196
  - !ruby/object:Gem::Version
197
- version: 1.5.0
197
+ version: 1.8.0
198
198
  requirements: []
199
199
  rubyforge_project:
200
200
  rubygems_version: 1.8.23