summaryrefslogtreecommitdiff
path: root/certs/leap_web_certs.gemspec
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-09-27 22:36:21 +0200
committerAzul <azul@riseup.net>2012-09-27 22:36:21 +0200
commit1208257bcc0e2a6648b68433a7b7e24791f92583 (patch)
treec676f2030bef20705e46421b478b7f9305bcf13e /certs/leap_web_certs.gemspec
parente17a2a676e0ce585ef9eaa9077887bfe1bc1173f (diff)
adding in leap web certs - merging repos
Diffstat (limited to 'certs/leap_web_certs.gemspec')
-rw-r--r--certs/leap_web_certs.gemspec24
1 files changed, 24 insertions, 0 deletions
diff --git a/certs/leap_web_certs.gemspec b/certs/leap_web_certs.gemspec
new file mode 100644
index 0000000..28ef392
--- /dev/null
+++ b/certs/leap_web_certs.gemspec
@@ -0,0 +1,24 @@
+$:.push File.expand_path("../lib", __FILE__)
+
+# Maintain your gem's version:
+require "leap_web_certs/version"
+
+# Describe your gem and declare its dependencies:
+Gem::Specification.new do |s|
+ s.name = "leap_web_certs"
+ s.version = LeapWebCerts::VERSION
+ s.authors = ["Azul"]
+ s.email = ["azul@leap.se"]
+ s.homepage = "http://www.leap.se"
+ 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.test_files = Dir["test/**/*"]
+
+ s.add_dependency "rails", "~> 3.2.8"
+ s.add_dependency "leap_web_core", "~> 0.0.1"
+
+ s.add_development_dependency "mocha"
+
+end