Skip to content

Commit

Permalink
updated memetron gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
audy committed May 29, 2015
1 parent 5614bde commit a19bb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memetron.gemspec
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.name = 'memelicious'
s.version = 'memelicious'
s.version = '0.0.1'
s.date = '2015-05-29'
s.summary = 'Identify and parse internet "memes" in Ruby.'
s.description = 'Identify and parse internet "memes" in Ruby.'
s.authors = ["Austin G. Davis-Richardson"]
s.email = 'harekrishna@gmail.com'
s.files = ["lib/over9000.rb"]
s.files = Dir['lib/**/*.rb']
s.homepage =
'https://github.com/audy/memelicious'
s.license = 'MIT'
Expand Down

0 comments on commit a19bb69

Please sign in to comment.