Skip to content

Commit

Permalink
add MIT licence. fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd committed Jul 16, 2013
1 parent 8049adf commit 2fddb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion method_cache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Gem::Specification.new do |gem|
gem.description = %q{Simple memcache-based memoization library for Ruby}
gem.summary = gem.description
gem.homepage = "https://github.com/ninjudd/method_cache"
gem.license = 'MIT'

gem.add_development_dependency 'shoulda'
gem.add_development_dependency 'mocha'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'dalli'
gem.add_development_dependency 'activesupport', '~> 2.3.9'


gem.add_dependency 'memcache', '>= 1.0.0'

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

0 comments on commit 2fddb13

Please sign in to comment.