Skip to content

Commit

Permalink
Update the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dewski committed Mar 9, 2013
1 parent 7f87e31 commit b60cad6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions glimpse-redis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ require 'glimpse-git/version'
Gem::Specification.new do |gem|
gem.name = 'glimpse-git'
gem.version = Glimpse::Git::VERSION
gem.authors = ["dewski"]
gem.email = ["me@garrettbjerkhoel.com"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.authors = ['Garrett Bjerkhoel']
gem.email = ['me@garrettbjerkhoel.com']
gem.description = %q{Provide a glimpse into the Git info of your Rails application.}
gem.summary = %q{Provide a glimpse into the Git info of your Rails application.}
gem.homepage = 'https://github.com/dewski/glimpse-git'

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.require_paths = ['lib']
end

0 comments on commit b60cad6

Please sign in to comment.