Updated gemspec.

This commit is contained in:
Bob Aman 2012-02-22 15:41:18 +03:00
parent 0f25fbe793
commit 0dee0cbc52
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
Gem::Specification.new do |s|
s.name = "google-api-client"
s.version = "0.4.1"
s.version = "0.4.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bob Aman"]
s.date = "2012-02-10"
s.date = "2012-02-22"
s.description = "The Google API Ruby Client makes it trivial to discover and access supported\nAPIs.\n"
s.email = "bobaman@google.com"
s.executables = ["google-api"]