Sha256: 2a81fe54f7e2e3bab0bd5e3c673e0213db85edbb0bfd184d7394dcc98c4eabd9
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
# ZephyrRuby ## Installation Install the gem and add to the application's Gemfile by executing: $ bundle add zephyr_ruby If bundler is not being used to manage dependencies, install the gem by executing: $ gem install zephyr_ruby ## Usage This gem provides access to the Zephyr Scale REST API. ```ruby require 'zephyr_ruby' @client = ZephyrRuby::Client.new('YOUR_API_KEY') ``` ## Zephyr Scale REST API Documentation - [Overview](https://support.smartbear.com/zephyr-scale-cloud/api-docs/#section/Introduction) ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/zephyr_ruby. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zephyr_ruby-0.3.0 | README.md |