camiloribeiro/cello

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    cello (0.0.35)
      cucumber (~> 2.0.0)
      icecream (~> 0.0.14)
      rspec (~> 3.7.0)
      selenium-webdriver (~> 3.0.0)
      sourcify (~> 0.5.0)
      watir (~> 5.0.0)

GEM
  remote: http://rubygems.org/
  specs:
    builder (3.2.3)
    childprocess (0.9.0)
      ffi (~> 1.0, >= 1.0.11)
    coderay (1.1.2)
    commonwatir (4.0.0)
    coveralls (0.8.21)
      json (>= 1.8, < 3)
      simplecov (~> 0.14.1)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.4)
      tins (~> 1.6)
    cucumber (2.0.2)
      builder (>= 2.1.2)
      cucumber-core (~> 1.2.0)
      diff-lcs (>= 1.1.3)
      gherkin (~> 2.12)
      multi_json (>= 1.7.5, < 2.0)
      multi_test (>= 0.1.2)
    cucumber-core (1.2.0)
      gherkin (~> 2.12.0)
    diff-lcs (1.3)
    docile (1.1.5)
    domain_name (0.5.20170404)
      unf (>= 0.0.5, < 1.0.0)
    ffi (1.9.23)
    file-tail (1.2.0)
      tins (~> 1.0)
    gherkin (2.12.2)
      multi_json (~> 1.3)
    headless (2.3.1)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    icecream (0.0.16)
    json (2.1.0)
    method_source (0.9.0)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    multi_json (1.13.1)
    multi_test (0.1.2)
    netrc (0.11.0)
    nyan-cat-formatter (0.12.0)
      rspec (>= 2.99, >= 2.14.2, < 4)
    pry (0.11.3)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    rake (12.3.1)
    rest-client (2.0.2)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    rspec (3.7.0)
      rspec-core (~> 3.7.0)
      rspec-expectations (~> 3.7.0)
      rspec-mocks (~> 3.7.0)
    rspec-core (3.7.1)
      rspec-support (~> 3.7.0)
    rspec-expectations (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-mocks (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-support (3.7.1)
    ruby2ruby (2.4.1)
      ruby_parser (~> 3.1)
      sexp_processor (~> 4.6)
    ruby_parser (3.11.0)
      sexp_processor (~> 4.9)
    rubyzip (1.2.1)
    selenium-webdriver (3.0.8)
      childprocess (~> 0.5)
      rubyzip (~> 1.0)
      websocket (~> 1.0)
    sexp_processor (4.11.0)
    simplecov (0.14.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sourcify (0.5.0)
      file-tail (>= 1.0.5)
      ruby2ruby (>= 1.2.5)
      ruby_parser (>= 2.0.5)
      sexp_processor (>= 3.0.5)
    term-ansicolor (1.6.0)
      tins (~> 1.0)
    thor (0.19.4)
    tins (1.16.3)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.5)
    watir (5.0.0)
      commonwatir (~> 4)
      watir-webdriver
    watir-webdriver (0.9.9)
      selenium-webdriver (>= 2.46.2)
    websocket (1.2.5)

PLATFORMS
  ruby

DEPENDENCIES
  cello!
  coveralls
  cucumber
  headless
  nyan-cat-formatter
  pry
  rake (~> 12.3.1)
  rest-client
  rspec (~> 3.7.0)
  simplecov
  sourcify (~> 0.5.0)
  watir

BUNDLED WITH
   1.15.4