diff options
author | elijah <elijah@riseup.net> | 2012-10-09 00:01:55 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-09 00:01:55 -0700 |
commit | 578ac2f5dc7432317d7a022bed9d869ab89ee45c (patch) | |
tree | 3cf8d27c2e8059df33e33e9c39146e0b3db29599 /cli/Gemfile.lock | |
parent | 105fe22c2de06310e48c4827b47d38d18750ed32 (diff) |
initial code commit
Diffstat (limited to 'cli/Gemfile.lock')
-rw-r--r-- | cli/Gemfile.lock | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cli/Gemfile.lock b/cli/Gemfile.lock new file mode 100644 index 0000000..60ce6f8 --- /dev/null +++ b/cli/Gemfile.lock @@ -0,0 +1,22 @@ +PATH + remote: . + specs: + leap_cli (0.0.1) + gli (~> 2.3) + oj + terminal-table + +GEM + remote: http://rubygems.org/ + specs: + gli (2.3.0) + oj (1.3.7) + rake (0.9.2.2) + terminal-table (1.4.5) + +PLATFORMS + ruby + +DEPENDENCIES + leap_cli! + rake |