We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958deb0 commit f214c0cCopy full SHA for f214c0c
1 file changed
github-v3-api.gemspec
@@ -5,15 +5,13 @@
5
6
Gem::Specification.new do |s|
7
s.name = %q{github-v3-api}
8
- s.version = "0.0.4"
+ s.version = "0.0.5"
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 = %q{2011-07-03}
13
- s.default_executable = %q{github-v3-api-get-token}
14
s.description = %q{Ponies}
15
s.email = %q{[email protected]}
16
- s.executables = ["github-v3-api-get-token"]
17
s.extra_rdoc_files = [
18
"LICENSE.txt",
19
"README.rdoc"
@@ -28,7 +26,7 @@ Gem::Specification.new do |s|
28
26
"README.rdoc",
29
27
"Rakefile",
30
"VERSION",
31
- "bin/github-v3-api-get-token",
+ "github-v3-api-get-token",
32
"github-v3-api.gemspec",
33
"lib/github-v3-api.rb",
34
"lib/github_v3_api.rb",
0 commit comments