diff options
| author | Azul <azul@riseup.net> | 2012-09-27 22:16:11 +0200 | 
|---|---|---|
| committer | Azul <azul@riseup.net> | 2012-09-27 22:16:11 +0200 | 
| commit | 7ea11431db5b2ef93cb3caaa8909b742a1b72f8a (patch) | |
| tree | 4bdfef99a2050d04a9809155ffc11b2909e41b7a | |
| parent | 54a12a93b5d8621b26c003d25ef80c01293e45a7 (diff) | |
minor: doc changes
| -rw-r--r-- | Readme.md | 4 | ||||
| -rw-r--r-- | leap_web.gemspec | 2 | 
2 files changed, 3 insertions, 3 deletions
| @@ -1,4 +1,4 @@ -# Leap Web Demo # +# Leap Web # -Demo application to showcase the LEAP web app. +Web application for LEAP. diff --git a/leap_web.gemspec b/leap_web.gemspec index c5fc53d..569abc8 100644 --- a/leap_web.gemspec +++ b/leap_web.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s|    s.summary = 'Leap web framework for Ruby on Rails.'    s.description = 'Leap is the Leap Encryption Access Project. This is a framework for the web administrative interface. Its components live in separate gems. You can find out more about leap on www.leap.se' -  s.files = Dir['README.md', 'lib/**/*'] +  s.files = Dir['README.md', 'lib/leap_web.rb', 'lib/leap_web/*']    s.require_path = 'lib'    s.requirements << 'none'    s.required_ruby_version = '>= 1.8.7' | 
