File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = "parse-ruby-client"
8
- s . version = "0.1.15 "
8
+ s . version = "0.2.0 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Alan deLevie" , "Adam Alpern" ]
12
- s . date = "2013-07-01 "
12
+ s . date = "2013-10-08 "
13
13
s . description = "A simple Ruby client for the parse.com REST API"
14
14
s . email = "adelevie@gmail.com"
15
15
s . extra_rdoc_files = [
@@ -66,6 +66,7 @@ Gem::Specification.new do |s|
66
66
"lib/parse/cloud.rb" ,
67
67
"lib/parse/datatypes.rb" ,
68
68
"lib/parse/error.rb" ,
69
+ "lib/parse/http_client.rb" ,
69
70
"lib/parse/model.rb" ,
70
71
"lib/parse/object.rb" ,
71
72
"lib/parse/protocol.rb" ,
@@ -95,11 +96,11 @@ Gem::Specification.new do |s|
95
96
s . homepage = "http://github.com/adelevie/parse-ruby-client"
96
97
s . licenses = [ "MIT" ]
97
98
s . require_paths = [ "lib" ]
98
- s . rubygems_version = "2.0.3 "
99
+ s . rubygems_version = "1.8.24 "
99
100
s . summary = "A simple Ruby client for the parse.com REST API"
100
101
101
102
if s . respond_to? :specification_version then
102
- s . specification_version = 4
103
+ s . specification_version = 3
103
104
104
105
if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
105
106
s . add_runtime_dependency ( %q<patron> , [ ">= 0" ] )
You can’t perform that action at this time.
0 commit comments