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 /help | |
parent | 7b706df83679c364451352660e59e5fb5ec9ecad (diff) |
cleaned up the gemspecs a bit - now all build
Diffstat (limited to 'help')
-rw-r--r-- | help/Readme.md | 0 | ||||
-rw-r--r-- | help/leap_web_help.gemspec | 12 |
2 files changed, 6 insertions, 6 deletions
diff --git a/help/Readme.md b/help/Readme.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/help/Readme.md diff --git a/help/leap_web_help.gemspec b/help/leap_web_help.gemspec index 7380451..2cc147c 100644 --- a/help/leap_web_help.gemspec +++ b/help/leap_web_help.gemspec @@ -7,13 +7,13 @@ require File.expand_path('../../lib/leap_web/version.rb', __FILE__) Gem::Specification.new do |s| s.name = "leap_web_help" s.version = LeapWeb::VERSION - s.authors = ["TODO: Your name"] - s.email = ["TODO: Your email"] - s.homepage = "TODO" - s.summary = "TODO: Summary of LeapWebHelp." - s.description = "TODO: Description of LeapWebHelp." + s.authors = ["Jessib"] + s.email = ["jessib@leap.se"] + s.homepage = "http://www.leap.se" + s.summary = "Help Desk for LeapWeb" + s.description = "Managing Tickets for a Leap provider" - 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" |