Skip to content

Commit

Permalink
Update gemspec for v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andatche committed Jan 11, 2015
1 parent 1880af3 commit 8eb6cb4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nyancat.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Gem::Specification.new do |s|
s.name = 'nyancat'
s.version = '0.2.0'
s.date = '2013-02-01'
s.licenses = 'NCSA'
s.version = '0.2.1'
s.date = '2015-01-11'
s.summary = "nyancat on your terminal"
s.description = "A Ruby port of Kevin Lange's nyancat"
s.authors = ["Ben Arblaster"]
s.email = 'ben@andatche.com'
s.files = ["lib/nyancat.rb"] + Dir["lib/nyancat/**/*"]
s.executables << 'nyancat'
s.homepage = 'https://github.com/andatche/ruby_nyancat/'
s.add_dependency 'gserver'
s.add_dependency 'gserver', '~>0'
end

0 comments on commit 8eb6cb4

Please sign in to comment.