Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed Feb 5, 2012
1 parent 53e4b58 commit 74ba47a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions parse-ruby-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alan deLevie", "Adam Alpern"]
s.date = "2012-02-04"
s.date = "2012-02-05"
s.description = "A simple Ruby client for the parse.com REST API"
s.email = "adelevie@gmail.com"
s.extra_rdoc_files = [
Expand All @@ -32,8 +32,9 @@ Gem::Specification.new do |s|
"lib/parse/protocol.rb",
"lib/parse/query.rb",
"lib/parse/util.rb",
"parse-ruby-client-1.gemspec",
"parse-ruby-client.gemspec",
"pkg/parse-ruby-client-0.0.1.gem",
"pkg/parse-ruby-client-1-0.0.1.gem",
"pkg/parse-ruby-client.gem",
"test/helper.rb",
"test/test_parse-ruby-client.rb"
Expand Down

0 comments on commit 74ba47a

Please sign in to comment.