Skip to content

Commit

Permalink
Update fakeredis.gemspec
Browse files Browse the repository at this point in the history
* Add MIT license
* Update homepage
* Remove rubyforge project
  • Loading branch information
guilleiguaran committed Sep 11, 2012
1 parent d963f54 commit 6b15989
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fakeredis.gemspec
Expand Up @@ -8,12 +8,11 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Guillermo Iguaran"]
s.email = ["guilleiguaran@gmail.com"]
s.homepage = "https://github.com/guilleiguaran/fakeredis"
s.homepage = "https://guilleiguaran.github.com/fakeredis"
s.license = "MIT"
s.summary = %q{Fake (In-memory) driver for redis-rb.}
s.description = %q{Fake (In-memory) driver for redis-rb. Useful for testing environment and machines without Redis.}

s.rubyforge_project = "fakeredis"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit 6b15989

Please sign in to comment.