ihassin/arduino

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    arduino_firmata (0.3.7)
      args_parser (>= 0.1.4)
      event_emitter (>= 0.2.4)
      serialport (>= 1.1.0)
    args_parser (0.2.0)
    builder (3.2.2)
    cucumber (2.3.2)
      builder (>= 2.1.2)
      cucumber-core (~> 1.4.0)
      cucumber-wire (~> 0.0.1)
      diff-lcs (>= 1.1.3)
      gherkin (~> 3.2.0)
      multi_json (>= 1.7.5, < 2.0)
      multi_test (>= 0.1.2)
    cucumber-core (1.4.0)
      gherkin (~> 3.2.0)
    cucumber-wire (0.0.1)
    diff-lcs (1.2.5)
    event_emitter (0.2.5)
    gherkin (3.2.0)
    multi_json (1.11.2)
    multi_test (0.1.2)
    rake (11.0.1)
    rspec (3.4.0)
      rspec-core (~> 3.4.0)
      rspec-expectations (~> 3.4.0)
      rspec-mocks (~> 3.4.0)
    rspec-core (3.4.4)
      rspec-support (~> 3.4.0)
    rspec-expectations (3.4.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-mocks (3.4.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-support (3.4.1)
    serialport (1.3.1)

PLATFORMS
  ruby

DEPENDENCIES
  arduino_firmata
  bundler
  cucumber
  rake
  rspec

BUNDLED WITH
   1.11.2