Skip to content

Commit

Permalink
Merge db7bc82 into ef8e48d
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Aug 12, 2018
2 parents ef8e48d + db7bc82 commit d2d0f4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/ninoseki/pulsedive-rb.svg?branch=master)](https://travis-ci.org/ninoseki/pulsedive-rb)
[![Maintainability](https://api.codeclimate.com/v1/badges/35b08b3018cee65b42a0/maintainability)](https://codeclimate.com/github/ninoseki/pulsedive-rb/maintainability)
[![Coverage Status](https://coveralls.io/repos/github/ninoseki/pulsedive-rb/badge.svg?branch=master)](https://coveralls.io/github/ninoseki/pulsedive-rb?branch=master)

A Ruby library for [Pulsedive](https://pulsedive.com/) API

Expand Down
3 changes: 2 additions & 1 deletion pulsedive.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "coveralls", "~> 0.8"
spec.add_development_dependency "dotenv", "~> 2.5"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "vcr", "~> 4.0"
spec.add_development_dependency "webmock", "~> 3.4"

spec.add_runtime_dependency "activesupport", "~> 5.2"
spec.add_runtime_dependency "thor", "~> 0.20"
spec.add_runtime_dependency "thor", "~> 0.19"
end
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
require "rspec"
require "vcr"

require 'coveralls'
Coveralls.wear!

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
config.example_status_persistence_file_path = ".rspec_status"
Expand Down

0 comments on commit d2d0f4b

Please sign in to comment.