httparty_with_cookies 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/httparty-with-cookies.gemspec +2 -1
  2. metadata +4 -3
@@ -1,6 +1,6 @@
1
1
  SPEC = Gem::Specification.new do |s|
2
2
  s.name = 'httparty_with_cookies'
3
- s.version = '0.1.0'
3
+ s.version = '0.1.1'
4
4
  s.date = Time.now.strftime('%Y-%m-%d')
5
5
  s.author = 'Arthur Silva'
6
6
  s.summary = 'Basic automatic cookie handling for HTTParty'
@@ -13,4 +13,5 @@ SPEC = Gem::Specification.new do |s|
13
13
  s.files = Dir.glob("{lib}/*").push __FILE__
14
14
  s.require_path = 'lib'
15
15
  s.has_rdoc = false
16
+ s.license = 'MIT'
16
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: httparty_with_cookies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-15 00:00:00.000000000 Z
12
+ date: 2013-11-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -69,7 +69,8 @@ files:
69
69
  - lib/httparty_with_cookies.rb
70
70
  - httparty-with-cookies.gemspec
71
71
  homepage: https://github.com/awls99/httparty-with-cookies
72
- licenses: []
72
+ licenses:
73
+ - MIT
73
74
  post_install_message:
74
75
  rdoc_options: []
75
76
  require_paths: