File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
# -*- encoding: utf-8 -*-
5
5
6
6
Gem ::Specification . new do |s |
7
- s . name = %q{ github-v3-api}
8
- s . version = "0.0.5 "
7
+ s . name = " github-v3-api"
8
+ s . version = "0.1.0 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "John Wilger" ]
12
- s . date = %q{ 2011-07-03}
13
- s . description = %q{ Ponies}
14
-
12
+ s . date = " 2011-10-18"
13
+ s . description = " Ponies"
14
+
15
15
s . extra_rdoc_files = [
16
16
"LICENSE.txt" ,
17
17
"README.rdoc"
@@ -46,11 +46,11 @@ Gem::Specification.new do |s|
46
46
"spec/repos_api_spec.rb" ,
47
47
"spec/spec_helper.rb"
48
48
]
49
- s . homepage = %q{ http://github.com/jwilger/github-v3-api}
49
+ s . homepage = " http://github.com/jwilger/github-v3-api"
50
50
s . licenses = [ "MIT" ]
51
51
s . require_paths = [ "lib" ]
52
- s . rubygems_version = %q{1.6.2}
53
- s . summary = %q{ Ruby Client for the GitHub v3 API}
52
+ s . rubygems_version = "1.8.10"
53
+ s . summary = " Ruby Client for the GitHub v3 API"
54
54
55
55
if s . respond_to? :specification_version then
56
56
s . specification_version = 3
You can’t perform that action at this time.
0 commit comments