diff options
author | elijah <elijah@riseup.net> | 2013-06-23 22:14:45 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-04 04:04:54 -0700 |
commit | d121373b7c21a29e47708e8b67aeb964202e52c5 (patch) | |
tree | 92ea7dda1a3c7173785f19f0844cd637984f2924 /help/leap_web_help.gemspec | |
parent | 38544a07de7988eee91343c1491dae1e08ce5034 (diff) |
fix several issues with tickets: js error, when to redirect, navigation, localization.
Diffstat (limited to 'help/leap_web_help.gemspec')
-rw-r--r-- | help/leap_web_help.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/leap_web_help.gemspec b/help/leap_web_help.gemspec index 09827dc..4914694 100644 --- a/help/leap_web_help.gemspec +++ b/help/leap_web_help.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.summary = "Help Desk for LeapWeb" s.description = "Managing Tickets for a Leap provider" - s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "Readme.md"] + s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "README.md"] s.test_files = Dir["test/**/*"] s.add_dependency "leap_web_core", LeapWeb::VERSION |