guardian-content 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/guardian-content.gemspec +2 -2
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{Queries the Guardian Content API}
9
9
  gem.description = %Q{A library for the Guardian Content API}
10
10
  gem.email = "frankie@frankieroberto.com"
11
- gem.homepage = "http://github.com/frankieroberto/guardian-content"
11
+ gem.homepage = "http://github.com/guardian-openplatform/contentapi-ruby"
12
12
  gem.authors = ["frankieroberto"]
13
13
  gem.add_development_dependency "shoulda", ">= 2.10.3"
14
14
  gem.add_dependency('httparty', '>= 0.5.2')
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{guardian-content}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["frankieroberto"]
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
36
36
  "test/test_section.rb",
37
37
  "test/test_tag_search.rb"
38
38
  ]
39
- s.homepage = %q{http://github.com/frankieroberto/guardian-content}
39
+ s.homepage = %q{http://github.com/guardian-openplatform/contentapi-ruby}
40
40
  s.rdoc_options = ["--charset=UTF-8"]
41
41
  s.require_paths = ["lib"]
42
42
  s.rubygems_version = %q{1.3.6}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - frankieroberto
@@ -74,7 +74,7 @@ files:
74
74
  - test/test_section.rb
75
75
  - test/test_tag_search.rb
76
76
  has_rdoc: true
77
- homepage: http://github.com/frankieroberto/guardian-content
77
+ homepage: http://github.com/guardian-openplatform/contentapi-ruby
78
78
  licenses: []
79
79
 
80
80
  post_install_message: