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 /certs/leap_web_certs.gemspec | |
parent | 7b706df83679c364451352660e59e5fb5ec9ecad (diff) |
cleaned up the gemspecs a bit - now all build
Diffstat (limited to 'certs/leap_web_certs.gemspec')
-rw-r--r-- | certs/leap_web_certs.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/leap_web_certs.gemspec b/certs/leap_web_certs.gemspec index db5d04f..14708df 100644 --- a/certs/leap_web_certs.gemspec +++ b/certs/leap_web_certs.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.summary = "Cert distribution for the leap platform" s.description = "This plugin for the leap platform distributes certs for the EIP client. It fetches the certs from a pool in CouchDB that is filled by leap-ca." - s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "Readme.md"] + s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "Readme.md"] s.test_files = Dir["test/**/*"] s.add_dependency "rails", "~> 3.2.8" |