Skip to content

Commit e54392d

Browse files
committed
Regenerate gemspec for version 0.2.0
1 parent 10f234f commit e54392d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

parse-ruby-client.gemspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = "parse-ruby-client"
8-
s.version = "0.1.15"
8+
s.version = "0.2.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Alan deLevie", "Adam Alpern"]
12-
s.date = "2013-07-01"
12+
s.date = "2013-10-08"
1313
s.description = "A simple Ruby client for the parse.com REST API"
1414
s.email = "adelevie@gmail.com"
1515
s.extra_rdoc_files = [
@@ -66,6 +66,7 @@ Gem::Specification.new do |s|
6666
"lib/parse/cloud.rb",
6767
"lib/parse/datatypes.rb",
6868
"lib/parse/error.rb",
69+
"lib/parse/http_client.rb",
6970
"lib/parse/model.rb",
7071
"lib/parse/object.rb",
7172
"lib/parse/protocol.rb",
@@ -95,11 +96,11 @@ Gem::Specification.new do |s|
9596
s.homepage = "http://github.com/adelevie/parse-ruby-client"
9697
s.licenses = ["MIT"]
9798
s.require_paths = ["lib"]
98-
s.rubygems_version = "2.0.3"
99+
s.rubygems_version = "1.8.24"
99100
s.summary = "A simple Ruby client for the parse.com REST API"
100101

101102
if s.respond_to? :specification_version then
102-
s.specification_version = 4
103+
s.specification_version = 3
103104

104105
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
105106
s.add_runtime_dependency(%q<patron>, [">= 0"])

0 commit comments

Comments
 (0)