From 51bc4cf65133982e9cf197bcf07aed3efce3d6dc Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 8 Oct 2012 11:27:19 +0200 Subject: cleaned up the gemspecs a bit - now all build --- users/leap_web_users.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/leap_web_users.gemspec') diff --git a/users/leap_web_users.gemspec b/users/leap_web_users.gemspec index e68529a..04d5b8e 100644 --- a/users/leap_web_users.gemspec +++ b/users/leap_web_users.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.summary = "User registration and authorization for the leap platform" s.description = "This this plugin for the leap platform provides user signup and login. It uses Secure Remote Password for the authentication." - s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"] + 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