diff options
author | elijah <elijah@riseup.net> | 2012-10-25 13:47:13 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-25 13:47:13 -0700 |
commit | 36d4b178f1d6834da0d172cf0a10ec54c94714b9 (patch) | |
tree | 30251ef633328548d5b50ea61445037481687d70 /leap_cli.gemspec | |
parent | a269255b2f51783ba19cbc363759ba9a61038ea0 (diff) | |
download | leap_cli-36d4b178f1d6834da0d172cf0a10ec54c94714b9.tar.gz leap_cli-36d4b178f1d6834da0d172cf0a10ec54c94714b9.tar.bz2 |
updated gemspec, removed gemfile.lock
Diffstat (limited to 'leap_cli.gemspec')
-rw-r--r-- | leap_cli.gemspec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec index b0c9a9e..94c50a7 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -10,12 +10,12 @@ spec = Gem::Specification.new do |s| ## s.name = 'leap_cli' s.version = LeapCli::VERSION - s.author = 'LEAP' + s.author = 'LEAP Encryption Access Project' 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.description = 'Provides the command "leap", used to manage a bevy of servers running the LEAP platform from the comfort of your own home.' + s.summary = LeapCli::SUMMARY + s.description = LeapCli::DESCRIPTION ## ## GEM FILES @@ -23,6 +23,7 @@ spec = Gem::Specification.new do |s| s.files = `find lib vendor -name '*.rb'`.split("\n") << "bin/leap" s.require_paths << 'lib' + s.require_paths << 'vendor/supply_drop/lib' s.bindir = 'bin' s.executables << 'leap' |