We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c8c41 commit cc8647aCopy full SHA for cc8647a
1 file changed
github-v3-api.gemspec
@@ -5,11 +5,11 @@
5
6
Gem::Specification.new do |s|
7
s.name = "github-v3-api"
8
- s.version = "0.1.0"
+ s.version = "0.2.0"
9
10
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
s.authors = ["John Wilger"]
12
- s.date = "2011-10-18"
+ s.date = "2011-12-05"
13
s.description = "Ponies"
14
s.email = "[email protected]"
15
s.extra_rdoc_files = [
@@ -46,7 +46,9 @@ Gem::Specification.new do |s|
46
"spec/orgs_api_spec.rb",
47
"spec/repo_spec.rb",
48
"spec/repos_api_spec.rb",
49
- "spec/spec_helper.rb"
+ "spec/spec_helper.rb",
50
+ "spec/user_api_spec.rb",
51
+ "spec/user_spec.rb"
52
]
53
s.homepage = "http://github.com/jwilger/github-v3-api"
54
s.licenses = ["MIT"]
0 commit comments