update gemspec
This commit is contained in:
parent
c73e360d1a
commit
0359d3bc7b
|
@ -4,8 +4,8 @@ require File.expand_path('../lib/bullseye/version', __FILE__)
|
|||
Gem::Specification.new do |gem|
|
||||
gem.authors = ["John Bintz"]
|
||||
gem.email = ["john@coswellproductions.com"]
|
||||
gem.description = %q{TODO: Write a gem description}
|
||||
gem.summary = %q{TODO: Write a gem summary}
|
||||
gem.description = %q{Implement DOM-ready execution in Rails using the Asset Pipeline.}
|
||||
gem.summary = %q{Implement DOM-ready execution in Rails using the Asset Pipeline.}
|
||||
gem.homepage = ""
|
||||
|
||||
gem.files = `git ls-files`.split($\)
|
||||
|
|
Loading…
Reference in New Issue