httparty 0.13.6 → 0.13.7

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of httparty might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ff4fbf77e1502f71829faa6032ec50bce93aae6
4
- data.tar.gz: bcd37d969fec45917adec0a7e6ac202308520601
3
+ metadata.gz: 1e38f46dd22e2a48a187998d68305ae356a1a9c8
4
+ data.tar.gz: 257d70e92f1a15ee99c017c30f05b93b95b2410a
5
5
  SHA512:
6
- metadata.gz: 0edda1d12877f8dbec768ef37934ad0853c7383dfbb1d0f1051de314b469dfe9eed8da318ea5cea3112c39d2dbe7edec5b00785834bfdf77ba75877a2163002a
7
- data.tar.gz: a97e1c55e863564388944cb4acf5ae2a49942a4df79dc09834025e7346929e9bd5a40b1e29d3f3cbdff479a4318ce1f100203da3f90b6b29085c433f2898bb0d
6
+ metadata.gz: 106f0de2d1a32408da7442ccedc324dda618fa233e4e29389b632f3be6b0c39ab36280b9fe33247a7878fc8a8a6323eee8ed6566ff5ea24ea341e04ffc0d5da1
7
+ data.tar.gz: f4f2e8725cf55e63480e54b84e6f4c386815debd6033dd396c4a12217cddc7f8154c22ccde4999a9b048f4b0e53192e4a5f975793a57114270afb8d867ce985c
data/History CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.13.7 aka "party not as hard"
2
+ * remove post install emoji as it caused installation issues for some people
3
+
1
4
  == 0.13.6
2
5
  * avoid calling String#strip on invalid Strings
3
6
  * preserve request method on 307 and 308 redirects
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.add_dependency 'multi_xml', ">= 0.5.2"
20
20
 
21
21
  # If this line is removed, all hard partying will cease.
22
- s.post_install_message = "When you HTTParty, you must party hard! 🎉"
22
+ s.post_install_message = "When you HTTParty, you must party hard!"
23
23
 
24
24
  s.files = `git ls-files`.split("\n")
25
25
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module HTTParty
2
- VERSION = "0.13.6"
2
+ VERSION = "0.13.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: httparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.6
4
+ version: 0.13.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Nunemaker
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-21 00:00:00.000000000 Z
12
+ date: 2015-09-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -147,7 +147,7 @@ homepage: http://jnunemaker.github.com/httparty
147
147
  licenses:
148
148
  - MIT
149
149
  metadata: {}
150
- post_install_message: "When you HTTParty, you must party hard! \U0001F389"
150
+ post_install_message: When you HTTParty, you must party hard!
151
151
  rdoc_options: []
152
152
  require_paths:
153
153
  - lib