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 db92b18 commit 369bc5f
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,16 +6,16 @@ require 'glimpse-redis/version'
Gem::Specification.new do |gem|
gem.name = 'glimpse-redis'
gem.version = Glimpse::Redis::VERSION
gem.authors = ["dewski"]
gem.email = ["[email protected]"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.authors = ['Garrett Bjerkhoel']
gem.email = ['[email protected]']
gem.description = %q{Provide a glimpse into the Redis calls made within your Rails application.}
gem.summary = %q{Provide a glimpse into the Redis calls made within your Rails application.}
gem.homepage = 'https://github.com/dewski/glimpse-redis'

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']

gem.add_dependency 'redis'
end

0 comments on commit 369bc5f

Please sign in to comment.