diff options
author | elijah <elijah@riseup.net> | 2012-10-24 21:40:11 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-24 21:40:11 -0700 |
commit | 80747fe28c40403bd07473c2bc7fad19cb562fcd (patch) | |
tree | 856dd93b1c0ba5bd6e5c552e54101445f8d92555 /leap_cli.gemspec | |
parent | 4329fe1fbee49c51ebd0a810803f7714d31e5767 (diff) | |
download | leap_cli-80747fe28c40403bd07473c2bc7fad19cb562fcd.tar.gz leap_cli-80747fe28c40403bd07473c2bc7fad19cb562fcd.tar.bz2 |
created 'rake build' and 'rake install', updated README.
Diffstat (limited to 'leap_cli.gemspec')
-rw-r--r-- | leap_cli.gemspec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec index e8e7af4..b0c9a9e 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -14,11 +14,13 @@ spec = Gem::Specification.new do |s| s.email = 'root@leap.se' s.homepage = 'https://leap.se' s.platform = Gem::Platform::RUBY - s.summary = 'Command line interface to the leap platform.' + s.summary = 'Command line interface to the LEAP platform.' + s.description = 'Provides the command "leap", used to manage a bevy of servers running the LEAP platform from the comfort of your own home.' ## ## GEM FILES ## + s.files = `find lib vendor -name '*.rb'`.split("\n") << "bin/leap" s.require_paths << 'lib' |