Skip to content

Commit b686900

Browse files
committedJul 31, 2014
Regenerate gemspec for version 0.3.0
1 parent f374bf6 commit b686900

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎parse-ruby-client.gemspec

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5+
# stub: parse-ruby-client 0.3.0 ruby lib
56

67
Gem::Specification.new do |s|
78
s.name = "parse-ruby-client"
8-
s.version = "0.2.0"
9+
s.version = "0.3.0"
910

1011
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12+
s.require_paths = ["lib"]
1113
s.authors = ["Alan deLevie", "Adam Alpern"]
12-
s.date = "2014-05-14"
14+
s.date = "2014-07-31"
1315
s.description = "A simple Ruby client for the parse.com REST API"
1416
s.email = "adelevie@gmail.com"
1517
s.extra_rdoc_files = [
@@ -111,8 +113,7 @@ Gem::Specification.new do |s|
111113
]
112114
s.homepage = "http://github.com/adelevie/parse-ruby-client"
113115
s.licenses = ["MIT"]
114-
s.require_paths = ["lib"]
115-
s.rubygems_version = "2.0.3"
116+
s.rubygems_version = "2.2.2"
116117
s.summary = "A simple Ruby client for the parse.com REST API"
117118

118119
if s.respond_to? :specification_version then

0 commit comments

Comments
 (0)
Please sign in to comment.