diff options
| author | Lorenzo Manacorda | 2015-06-09 10:05:22 +0200 | 
|---|---|---|
| committer | Lorenzo Manacorda | 2015-06-09 10:05:22 +0200 | 
| commit | 2c8eed8c635b9638a42bff9837861f90ea7015e2 (patch) | |
| tree | 316e2756666eccf5b4565294c47d8fb0bcd79555 | |
| parent | d5ca9a70a27a1992fea4fb7603e9a0a039cff88b (diff) | |
| download | hcl-2c8eed8c635b9638a42bff9837861f90ea7015e2.tar.bz2 | |
add missing Gemfile.lock for rubinius
| -rw-r--r-- | gemfiles/Gemfile.rbx.lock | 77 | 
1 files changed, 77 insertions, 0 deletions
| diff --git a/gemfiles/Gemfile.rbx.lock b/gemfiles/Gemfile.rbx.lock new file mode 100644 index 0000000..bc9f424 --- /dev/null +++ b/gemfiles/Gemfile.rbx.lock @@ -0,0 +1,77 @@ +PATH +  remote: .. +  specs: +    hcl (0.4.14) +      chronic (= 0.10.2) +      escape_utils (= 1.1.0) +      faraday (= 0.9.1) +      gem-man (= 0.3.0) +      highline (= 1.7.2) +      pry (= 0.10.1) +      trollop (= 2.1.2) +      yajl-ruby (= 1.2.1) + +GEM +  remote: https://rubygems.org/ +  specs: +    chronic (0.10.2) +    coderay (1.1.0) +    docile (1.1.5) +    escape_utils (1.1.0) +    faraday (0.9.1) +      multipart-post (>= 1.2, < 3) +    gem-man (0.3.0) +    highline (1.7.2) +    hpricot (0.8.6) +    json (1.8.3) +    metaclass (0.0.4) +    method_source (0.8.2) +    minitest (5.7.0) +    mocha (1.1.0) +      metaclass (~> 0.0.1) +    multipart-post (2.0.0) +    mustache (1.0.1) +    pry (0.10.1) +      coderay (~> 1.1.0) +      method_source (~> 0.8.1) +      slop (~> 3.4) +    rake (10.4.2) +    rdiscount (2.1.8) +    ronn (0.7.3) +      hpricot (>= 0.8.2) +      mustache (>= 0.7.0) +      rdiscount (>= 1.5.8) +    rubinius-coverage (2.0.3) +    rubygems-tasks (0.2.4) +    rubysl-abbrev (2.0.4) +    rubysl-coverage (2.0.3) +    rubysl-rexml (2.0.4) +    rubysl-singleton (2.0.0) +    simplecov (0.10.0) +      docile (~> 1.1.0) +      json (~> 1.8) +      simplecov-html (~> 0.10.0) +    simplecov-html (0.10.0) +    slop (3.6.0) +    trollop (2.1.2) +    yajl-ruby (1.2.1) +    yard (0.8.7.6) + +PLATFORMS +  ruby + +DEPENDENCIES +  hcl! +  minitest +  mocha +  rake +  ronn +  rubinius-coverage +  rubygems-tasks +  rubysl-abbrev +  rubysl-coverage +  rubysl-rexml +  rubysl-singleton +  simplecov +  yajl-ruby +  yard | 
