From efcf0e5927055d2b86804c84b00c614b38191964 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 8 Oct 2012 10:45:27 +0200 Subject: enabling rake gem in engines, using LeapWeb::Version all over the place --- core/leap_web_core.gemspec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'core/leap_web_core.gemspec') diff --git a/core/leap_web_core.gemspec b/core/leap_web_core.gemspec index 709b451..2de7a4a 100644 --- a/core/leap_web_core.gemspec +++ b/core/leap_web_core.gemspec @@ -1,19 +1,18 @@ $:.push File.expand_path("../lib", __FILE__) -# Maintain your gem's version: -require "leap_web_core/version" +require File.expand_path('../../lib/leap_web/version.rb', __FILE__) # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = "leap_web_core" - s.version = LeapWebCore::VERSION + s.version = LeapWeb::VERSION s.authors = ["Azul"] s.email = ["azul@leap.se"] s.homepage = "http://www.leap.se" - s.summary = "Web interface to the leap platform" + s.summary = "Web interface to the leap platform - core engine" 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.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "Readme.md"] s.test_files = Dir["test/**/*"] s.add_dependency "rails", "~> 3.2.8" -- cgit v1.2.3