Skip to content

Commit

Permalink
Fixed bin and update gempsec, now it's a CLI gem :0)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth committed May 22, 2012
1 parent 75cd068 commit 0edb078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/xkcd
@@ -1,3 +1,3 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
require 'xkcd' require 'xkcd'
puts XKCD.get puts XKCD.imgs
5 changes: 3 additions & 2 deletions xkcd.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "xkcd" s.name = "xkcd"
s.version = "0.0.7" s.version = "0.0.3"
s.default_executable = "xkcd" s.default_executable = "xkcd"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
Expand All @@ -14,7 +14,8 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2} s.rubygems_version = %q{1.6.2}
s.summary = %q{XCKD random img urls!} s.summary = %q{XCKD random img urls!}
s.add_runtime_dependency 'nokogiri', '~> 1.5.2', '>= 1.5.0' s.bindir = 'bin'
s.executables = 'xkcd'


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
s.specification_version = 3 s.specification_version = 3
Expand Down

0 comments on commit 0edb078

Please sign in to comment.