Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed Apr 19, 2012
1 parent 5380f90 commit 256737d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions parse-ruby-client.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "parse-ruby-client"
s.version = "0.0.4"
s.version = "0.0.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alan deLevie", "Adam Alpern"]
s.date = "2012-04-06"
s.date = "2012-04-19"
s.description = "A simple Ruby client for the parse.com REST API"
s.email = "adelevie@gmail.com"
s.extra_rdoc_files = [
Expand All @@ -31,6 +31,7 @@ Gem::Specification.new do |s|
"lib/parse/error.rb",
"lib/parse/object.rb",
"lib/parse/protocol.rb",
"lib/parse/push.rb",
"lib/parse/query.rb",
"lib/parse/user.rb",
"lib/parse/util.rb",
Expand All @@ -44,6 +45,7 @@ Gem::Specification.new do |s|
"test/test_datatypes.rb",
"test/test_init.rb",
"test/test_object.rb",
"test/test_push.rb",
"test/test_query.rb",
"test/test_user.rb"
]
Expand Down

0 comments on commit 256737d

Please sign in to comment.