diff options
author | Azul <azul@leap.se> | 2012-10-08 11:27:19 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-08 11:27:19 +0200 |
commit | 51bc4cf65133982e9cf197bcf07aed3efce3d6dc (patch) | |
tree | fff2c65eb668980b278f583dc098fb5bd2bfa099 /leap_web.gemspec | |
parent | 7b706df83679c364451352660e59e5fb5ec9ecad (diff) |
cleaned up the gemspecs a bit - now all build
Diffstat (limited to 'leap_web.gemspec')
-rw-r--r-- | leap_web.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/leap_web.gemspec b/leap_web.gemspec index cd7a003..44a30e0 100644 --- a/leap_web.gemspec +++ b/leap_web.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.summary = 'Leap web framework for Ruby on Rails.' s.description = 'Leap is the Leap Encryption Access Project. This is a framework for the web administrative interface. Its components live in separate gems. You can find out more about leap on www.leap.se' - s.files = Dir['README.md', 'lib/leap_web.rb', 'lib/leap_web/*'] + s.files = Dir['*.md', 'lib/leap_web.rb', 'lib/leap_web/*'] s.require_path = 'lib' s.requirements << 'none' s.required_ruby_version = '>= 1.8.7' |