Skip to content

Commit

Permalink
external services and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Sep 16, 2013
1 parent aa58b39 commit cf4508a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
source "http://rubygems.org"

gem 'coveralls', require: false

# Specify your gem's dependencies in kashflow_api.gemspec
gemspec
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# KashflowApi

[![Build Status](https://travis-ci.org/Ed-ITSolutions/KashflowAPI.png?branch=master)](https://travis-ci.org/Ed-ITSolutions/KashflowAPI) [![Code Climate](https://codeclimate.com/github/Ed-ITSolutions/KashflowAPI.png)](https://codeclimate.com/github/Ed-ITSolutions/KashflowAPI) [![Coverage Status](https://coveralls.io/repos/Ed-ITSolutions/KashflowAPI/badge.png)](https://coveralls.io/r/Ed-ITSolutions/KashflowAPI)

KashflowApi provides an Active Record like interface to the Kashflow API.

# Usage
Expand Down
1 change: 0 additions & 1 deletion kashflow_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Gem::Specification.new do |s|

# Development Dependencies
s.add_development_dependency "rspec"
s.add_development_dependency "simplecov"

# Runtime Dependencies
s.add_runtime_dependency "savon", "~> 2.3"
Expand Down
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'simplecov'
SimpleCov.start
require 'coveralls'
Coveralls.wear!

require 'kashflow_api'

Expand Down

0 comments on commit cf4508a

Please sign in to comment.