netguru-safe 0.2.10 → 0.2.11
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 +1 -1
- data/astrails-safe.gemspec +0 -1
- data/lib/astrails/safe/version.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.11
|
data/astrails-safe.gemspec
CHANGED
|
@@ -22,7 +22,6 @@ 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.8.0}
|
|
26
25
|
s.default_executable = %q{astrails-safe}
|
|
27
26
|
s.executables = ["astrails-safe"]
|
|
28
27
|
|
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.
|
|
4
|
+
version: 0.2.11
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -192,9 +192,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
192
192
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
193
|
none: false
|
|
194
194
|
requirements:
|
|
195
|
-
- - '
|
|
195
|
+
- - ! '>='
|
|
196
196
|
- !ruby/object:Gem::Version
|
|
197
|
-
version:
|
|
197
|
+
version: '0'
|
|
198
198
|
requirements: []
|
|
199
199
|
rubyforge_project:
|
|
200
200
|
rubygems_version: 1.8.23
|