Skip to content

Commit

Permalink
update readme and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nsinenko committed Jul 30, 2015
1 parent 0a765ca commit 6b2f47c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/pkg/
/spec/reports/
/tmp/
*.gem
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
This repository is a version of the Saasu software development kit in the Ruby language, for working with the Saasu API.
For help on the API itself, you can look at the [help documentation](https://api.saasu.com/)

[![Gem Version](https://badge.fury.io/rb/saasu2.svg)](http://badge.fury.io/rb/saasu2)
[![Build Status](https://travis-ci.org/nsinenko/saasu-rails.svg?branch=master)](https://travis-ci.org/nsinenko/saasu-rails)

## Installation

Add this line to your application's Gemfile:
Expand Down
3 changes: 2 additions & 1 deletion saasu2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ Gem::Specification.new do |spec|
spec.summary = %q{Ruby wrapper for Saasu API.}
spec.homepage = "https://api.saasu.com"
spec.license = "MIT"
spec.required_ruby_version = ">= 1.9.0"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec"
spec.add_development_dependency 'byebug', '3.2.0'
Expand Down

0 comments on commit 6b2f47c

Please sign in to comment.