httparty.gemspec in httparty-0.13.6 vs httparty.gemspec in httparty-0.13.7
- old
+ new
@@ -17,10 +17,10 @@
s.add_dependency 'json', "~> 1.8"
s.add_dependency 'multi_xml', ">= 0.5.2"
# If this line is removed, all hard partying will cease.
- s.post_install_message = "When you HTTParty, you must party hard! 🎉"
+ s.post_install_message = "When you HTTParty, you must party hard!"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ["lib"]