Skip to content

Commit

Permalink
fixed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
parallel588 committed Jun 12, 2012
1 parent d4f071e commit fdf7c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev_task.gemspec
Expand Up @@ -4,8 +4,8 @@ require File.expand_path('../lib/dev_task/version', __FILE__)
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.authors = ["Maxim"] gem.authors = ["Maxim"]
gem.email = ["parallel588@gmail.com"] gem.email = ["parallel588@gmail.com"]
gem.description = %q{TODO: Write a gem description} gem.description = %q{Dev ror task}
gem.summary = %q{TODO: Write a gem summary} gem.summary = %q{Dev ror task}
gem.homepage = "" gem.homepage = ""


gem.files = `git ls-files`.split($\) gem.files = `git ls-files`.split($\)
Expand Down

0 comments on commit fdf7c34

Please sign in to comment.