rod-rest 0.0.1 → 0.0.1.1

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.
@@ -1,5 +1,5 @@
1
1
  module Rod
2
2
  module Rest
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.1.1"
4
4
  end
5
5
  end
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
5
  s.name = "rod-rest"
6
6
  s.version = Rod::Rest::VERSION
7
7
  s.date = "#{Time.now.strftime("%Y-%m-%d")}"
8
- s.required_ruby_version = '= 1.9.2'
8
+ s.required_ruby_version = '>= 1.9.2'
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = ['Aleksander Pohl']
11
11
  s.email = ["apohllo@o2.pl"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rod-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -155,7 +155,7 @@ require_paths:
155
155
  required_ruby_version: !ruby/object:Gem::Requirement
156
156
  none: false
157
157
  requirements:
158
- - - '='
158
+ - - ! '>='
159
159
  - !ruby/object:Gem::Version
160
160
  version: 1.9.2
161
161
  required_rubygems_version: !ruby/object:Gem::Requirement