httparty-enterprise-edition 0.13.1 → 0.13.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/httparty.gemspec +4 -4
  3. metadata +14 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7422ce0d9e2b477c026177d37b347c89a9634d9b
4
- data.tar.gz: b755dc6be853e59c5f672c3d6a5a3da281869b80
3
+ metadata.gz: d8ad3b6817b14f7f948e6d6a72fae7713286272a
4
+ data.tar.gz: 6f304f175e80f84c2d69299570a045bf09cb5660
5
5
  SHA512:
6
- metadata.gz: 2a8d312c38413a8d431e5c60494a5ab90b6117ae8575a3493d2c15079cacb491f49e869321c8b8e41fd00cb960013754822a419cec68b74ab4f8afd67e6eb928
7
- data.tar.gz: e4c456fd0d095457f003b701636e6608e66c2bacb1442a5516df4ac2ab6f0f7ab1b0b60a8037652d190b76360df1c107cc7030021af6e97907ca2e35b6c8f7f1
6
+ metadata.gz: 426295cab25b305aebb0d3459575dc42a90429a292df7f40ccccb47b10e8b0c1a696518bff5f36d4beed7fd8e8a9556195a0bb920253404929c78d6e17f14e19
7
+ data.tar.gz: 0cb90f30179844c4916052de5bd37bea28631853882bd568fc9bcd1f6fc82eb8474346ca5091037d68908526301cbb8d08df19c9412b9e45513348c84134ef22
@@ -4,14 +4,14 @@ require "httparty/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "httparty-enterprise-edition"
7
- s.version = HTTParty::VERSION
7
+ s.version = "#{HTTParty::VERSION}.1"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.licenses = ['MIT']
10
- s.authors = ["John Nunemaker", "Sandro Turriate"]
10
+ s.authors = ["John Nunemaker", "Sandro Turriate", "Lucas Parry"]
11
11
  s.email = ["nunemaker@gmail.com"]
12
- s.homepage = "http://lparry.github.com/httparty-enterprise-edition"
12
+ s.homepage = ""
13
13
  s.summary = %q{Makes consuming restful web services dead easy.}
14
- s.description = %q{Makes consuming restful web services dead easy.}
14
+ s.description = %q{This is actually just httparty, with that stupid post-install message removed. You should probably just use the real one and maybe complain at https://github.com/jnunemaker/httparty/pull/139}
15
15
 
16
16
  s.required_ruby_version = '>= 1.9.3'
17
17
 
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: httparty-enterprise-edition
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Nunemaker
8
8
  - Sandro Turriate
9
+ - Lucas Parry
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
@@ -15,31 +16,32 @@ dependencies:
15
16
  name: json
16
17
  requirement: !ruby/object:Gem::Requirement
17
18
  requirements:
18
- - - "~>"
19
+ - - ~>
19
20
  - !ruby/object:Gem::Version
20
21
  version: '1.8'
21
22
  type: :runtime
22
23
  prerelease: false
23
24
  version_requirements: !ruby/object:Gem::Requirement
24
25
  requirements:
25
- - - "~>"
26
+ - - ~>
26
27
  - !ruby/object:Gem::Version
27
28
  version: '1.8'
28
29
  - !ruby/object:Gem::Dependency
29
30
  name: multi_xml
30
31
  requirement: !ruby/object:Gem::Requirement
31
32
  requirements:
32
- - - ">="
33
+ - - '>='
33
34
  - !ruby/object:Gem::Version
34
35
  version: 0.5.2
35
36
  type: :runtime
36
37
  prerelease: false
37
38
  version_requirements: !ruby/object:Gem::Requirement
38
39
  requirements:
39
- - - ">="
40
+ - - '>='
40
41
  - !ruby/object:Gem::Version
41
42
  version: 0.5.2
42
- description: Makes consuming restful web services dead easy.
43
+ description: This is actually just httparty, with that stupid post-install message
44
+ removed. You should probably just use the real one and maybe complain at https://github.com/jnunemaker/httparty/pull/139
43
45
  email:
44
46
  - nunemaker@gmail.com
45
47
  executables:
@@ -47,8 +49,8 @@ executables:
47
49
  extensions: []
48
50
  extra_rdoc_files: []
49
51
  files:
50
- - ".gitignore"
51
- - ".travis.yml"
52
+ - .gitignore
53
+ - .travis.yml
52
54
  - Gemfile
53
55
  - Guardfile
54
56
  - History
@@ -138,7 +140,7 @@ files:
138
140
  - spec/support/stub_response.rb
139
141
  - website/css/common.css
140
142
  - website/index.html
141
- homepage: http://lparry.github.com/httparty-enterprise-edition
143
+ homepage: ''
142
144
  licenses:
143
145
  - MIT
144
146
  metadata: {}
@@ -148,17 +150,17 @@ require_paths:
148
150
  - lib
149
151
  required_ruby_version: !ruby/object:Gem::Requirement
150
152
  requirements:
151
- - - ">="
153
+ - - '>='
152
154
  - !ruby/object:Gem::Version
153
155
  version: 1.9.3
154
156
  required_rubygems_version: !ruby/object:Gem::Requirement
155
157
  requirements:
156
- - - ">="
158
+ - - '>='
157
159
  - !ruby/object:Gem::Version
158
160
  version: '0'
159
161
  requirements: []
160
162
  rubyforge_project:
161
- rubygems_version: 2.2.2
163
+ rubygems_version: 2.0.14
162
164
  signing_key:
163
165
  specification_version: 4
164
166
  summary: Makes consuming restful web services dead easy.