Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 448 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 448 Bytes

Photon Controller - Ruby

Requirements

ruby 1.9 or above

  • use RVM to install ruby
  • OSX 10.8+ system ruby should be fine

bundler

gem install bundler

Development workflow

Before commiting changes to any of the code in this folder, you must run rubocop from the root as well as all unit-tests. You can do that by executing the following commands from this folder:

cd ./ci
./run_ci.sh