Skip to content

Commit f83f207

Browse files
committed
added COVERALLS
1 parent 09290a4 commit f83f207

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

.coveralls.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
repo_token: WjO5npNtiClQOeeQNxP2nUDuyOp6VpGMq

.ruby-gemset

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pipedrive

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.9.3-p194

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gem 'httparty'
77
gem 'json', '>= 1.7.7'
88
gem 'multi_xml', '>= 0.5.2'
99
gem 'webmock'
10+
gem 'coveralls', :require => false
1011

1112
# Add dependencies to develop your gem here.
1213
# Include everything needed to run rake, tests, features, etc.

Gemfile.lock

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ GEM
77
addressable (2.3.4)
88
bourne (1.1.2)
99
mocha (= 0.10.5)
10+
colorize (0.5.8)
11+
coveralls (0.6.7)
12+
colorize
13+
multi_json (~> 1.3)
14+
rest-client
15+
simplecov (>= 0.7)
16+
thor
1017
crack (0.4.0)
1118
safe_yaml (~> 0.9.0)
1219
git (1.2.5)
@@ -21,13 +28,16 @@ GEM
2128
rdoc
2229
json (1.7.7)
2330
metaclass (0.0.1)
31+
mime-types (1.24)
2432
mocha (0.10.5)
2533
metaclass (~> 0.0.1)
2634
multi_json (1.6.1)
2735
multi_xml (0.5.3)
2836
rake (10.0.3)
2937
rdoc (3.12.2)
3038
json (~> 1.4)
39+
rest-client (1.6.7)
40+
mime-types (>= 1.16)
3141
safe_yaml (0.9.3)
3242
shoulda (3.3.2)
3343
shoulda-context (~> 1.0.1)
@@ -40,6 +50,7 @@ GEM
4050
multi_json (~> 1.0)
4151
simplecov-html (~> 0.7.1)
4252
simplecov-html (0.7.1)
53+
thor (0.18.1)
4354
webmock (1.11.0)
4455
addressable (>= 2.2.7)
4556
crack (>= 0.3.2)
@@ -49,6 +60,7 @@ PLATFORMS
4960

5061
DEPENDENCIES
5162
bundler (>= 1.0.0)
63+
coveralls
5264
httparty
5365
jeweler (>= 1.8.4)
5466
json (>= 1.7.7)

0 commit comments

Comments
 (0)