From e17a2a676e0ce585ef9eaa9077887bfe1bc1173f Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 27 Sep 2012 22:33:04 +0200 Subject: added in leap web core - merging repos --- core/leap_web_core.gemspec | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 core/leap_web_core.gemspec (limited to 'core/leap_web_core.gemspec') diff --git a/core/leap_web_core.gemspec b/core/leap_web_core.gemspec new file mode 100644 index 0000000..709b451 --- /dev/null +++ b/core/leap_web_core.gemspec @@ -0,0 +1,23 @@ +$:.push File.expand_path("../lib", __FILE__) + +# Maintain your gem's version: +require "leap_web_core/version" + +# Describe your gem and declare its dependencies: +Gem::Specification.new do |s| + s.name = "leap_web_core" + s.version = LeapWebCore::VERSION + s.authors = ["Azul"] + s.email = ["azul@leap.se"] + s.homepage = "http://www.leap.se" + s.summary = "Web interface to the leap platform" + s.description = "This web interface provides various administrative tools for the leap platform through plugins. Currently it manages user accounts and certificates." + + 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 "couchrest", "~> 1.1.3" + s.add_dependency "couchrest_model", "~> 2.0.0.beta2" + +end -- cgit v1.2.3