diff options
| author | Zack Hobson | 2015-06-10 22:05:22 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2015-06-10 22:05:22 -0700 | 
| commit | e8c5a8ef8fd449343056bf7834a2043484e10344 (patch) | |
| tree | 6b9204a01e1a16ab13c203be434775a24459c160 | |
| parent | 6f1fabf5c1faf328ff194d42d2e23246daa9aa54 (diff) | |
| parent | 2c8eed8c635b9638a42bff9837861f90ea7015e2 (diff) | |
| download | hcl-e8c5a8ef8fd449343056bf7834a2043484e10344.tar.bz2 | |
Merge pull request #67 from asymmetric/add-gemfile-rbx-lock
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 | 
