File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
# DO NOT EDIT THIS FILE DIRECTLY
3
3
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
# -*- encoding: utf-8 -*-
5
+ # stub: parse-ruby-client 0.3.0 ruby lib
5
6
6
7
Gem ::Specification . new do |s |
7
8
s . name = "parse-ruby-client"
8
- s . version = "0.2 .0"
9
+ s . version = "0.3 .0"
9
10
10
11
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
12
+ s . require_paths = [ "lib" ]
11
13
s . authors = [ "Alan deLevie" , "Adam Alpern" ]
12
- s . date = "2014-05-14 "
14
+ s . date = "2014-07-31 "
13
15
s . description = "A simple Ruby client for the parse.com REST API"
14
16
s . email = "adelevie@gmail.com"
15
17
s . extra_rdoc_files = [
@@ -111,8 +113,7 @@ Gem::Specification.new do |s|
111
113
]
112
114
s . homepage = "http://github.com/adelevie/parse-ruby-client"
113
115
s . licenses = [ "MIT" ]
114
- s . require_paths = [ "lib" ]
115
- s . rubygems_version = "2.0.3"
116
+ s . rubygems_version = "2.2.2"
116
117
s . summary = "A simple Ruby client for the parse.com REST API"
117
118
118
119
if s . respond_to? :specification_version then
You can’t perform that action at this time.
0 commit comments