rest-client-maestro 1.7.2.maestro → 1.7.3.maestro

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.
Files changed (2) hide show
  1. data/rest-client-maestro.gemspec +2 -2
  2. metadata +4 -11
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'rest-client-maestro'
5
- s.version = '1.7.2.maestro'
5
+ s.version = '1.7.3.maestro'
6
6
  s.authors = ['REST Client Team']
7
7
  s.description = 'A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.'
8
8
  s.license = 'MIT'
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.homepage = 'http://github.com/maestrodev/rest-client'
15
15
  s.summary = 'Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.'
16
16
 
17
- s.add_runtime_dependency(%q<mime-types>, [">= 1.16", "< 2.0"])
17
+ s.add_runtime_dependency(%q<mime-types>, [">= 1.16"])
18
18
  s.add_development_dependency(%q<webmock>, ["~> 1.4"])
19
19
  s.add_development_dependency(%q<rspec>, ["~> 2.4"])
20
20
  s.add_dependency(%q<netrc>, ["~> 0.7.7"])
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest-client-maestro
3
3
  version: !ruby/object:Gem::Version
4
- hash: 96448493
4
+ hash: -886712519
5
5
  prerelease: true
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
- - 2
9
+ - 3
10
10
  - maestro
11
- version: 1.7.2.maestro
11
+ version: 1.7.3.maestro
12
12
  platform: ruby
13
13
  authors:
14
14
  - REST Client Team
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2013-12-03 00:00:00 -08:00
19
+ date: 2014-02-11 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -32,13 +32,6 @@ dependencies:
32
32
  - 1
33
33
  - 16
34
34
  version: "1.16"
35
- - - <
36
- - !ruby/object:Gem::Version
37
- hash: 3
38
- segments:
39
- - 2
40
- - 0
41
- version: "2.0"
42
35
  type: :runtime
43
36
  version_requirements: *id001
44
37
  - !ruby/object:Gem::Dependency