Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
szich committed Mar 28, 2012
1 parent f433db5 commit 92b8285
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google_calendar.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{google_calendar} s.name = %q{google_calendar}
s.version = "0.2.1" s.version = "0.2.2"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Steve Zich"] s.authors = ["Steve Zich"]
s.date = %q{2011-11-10} s.date = %q{2012-03-27}
s.description = %q{A minimal wrapper around the google calendar API, which uses nokogiri for fast parsing.} s.description = %q{A minimal wrapper around the google calendar API, which uses nokogiri for fast parsing.}
s.email = %q{steve.zich@gmail.com} s.email = %q{steve.zich@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/northworld/google_calendar} s.homepage = %q{http://github.com/northworld/google_calendar}
s.licenses = ["MIT"] s.licenses = ["MIT"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.4.2} s.rubygems_version = %q{1.6.2}
s.summary = %q{A lightweight google calendar API wrapper} s.summary = %q{A lightweight google calendar API wrapper}
s.test_files = [ s.test_files = [
"test/helper.rb", "test/helper.rb",
Expand Down

0 comments on commit 92b8285

Please sign in to comment.