mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 01:54:40 +01:00
first commit
This commit is contained in:
commit
87915c8568
9 changed files with 315 additions and 0 deletions
46
Gemfile.lock
Normal file
46
Gemfile.lock
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
channel (0.1.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
ast (2.0.0)
|
||||
astrolabe (1.3.1)
|
||||
parser (~> 2.2)
|
||||
coderay (1.1.0)
|
||||
method_source (0.8.2)
|
||||
parser (2.2.2.6)
|
||||
ast (>= 1.1, < 3.0)
|
||||
power_assert (0.2.4)
|
||||
powerpack (0.1.1)
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
rainbow (2.0.0)
|
||||
rake (10.4.2)
|
||||
rubocop (0.32.1)
|
||||
astrolabe (~> 1.3)
|
||||
parser (>= 2.2.2.5, < 3.0)
|
||||
powerpack (~> 0.1)
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
ruby-progressbar (~> 1.4)
|
||||
ruby-progressbar (1.7.5)
|
||||
slop (3.6.0)
|
||||
test-unit (3.1.3)
|
||||
power_assert
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
channel!
|
||||
pry
|
||||
rake
|
||||
rubocop
|
||||
test-unit
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.6
|
||||
Loading…
Add table
Add a link
Reference in a new issue