Sha256: ea2a0956a93bd02d755b5f89c55b877bb04da9f0deecf7ace90a56d9aac1468a
Contents?: true
Size: 621 Bytes
Versions: 1
Compression:
Stored size: 621 Bytes
Contents
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 ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
iremix-ruby-0.0.1 | README.md |