iremix-ruby =========== Installation ============ ```ruby # in a bundler Gemfile gem 'iremix-ruby', '~> 0.0.1' ``` ``` # or manually gem install iremix-ruby ``` Testing ======= ``` # Clone the project, change into the project's directory # If you have RVM enabled, choose (y)es to trust the .rvmrc git clone git://github.com/neotericdesign/iremix-ruby.git cd iremix-ruby # Generate the test config file # Fill in your oAuth key and secret in the resulting spec/support/iremix_config.rb rake test:config # Install bundler, bundle the gem's dependencies, and run the test suite gem install bundler bundle rspec ```