chef-handler-datadog 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +3 -0
  3. data/.rubocop.yml +4 -0
  4. data/.travis.yml +2 -1
  5. data/Appraisals +2 -1
  6. data/CHANGELOG.md +13 -1
  7. data/CONTRIBUTING.md +23 -0
  8. data/Gemfile +4 -0
  9. data/Guardfile +37 -0
  10. data/README.md +12 -20
  11. data/Rakefile +1 -1
  12. data/chef-handler-datadog.gemspec +4 -4
  13. data/gemfiles/chef_10.26.0.gemfile +4 -0
  14. data/gemfiles/chef_10.32.2.gemfile +4 -0
  15. data/gemfiles/chef_11.10.4.gemfile +4 -0
  16. data/gemfiles/{chef_11.12.2.gemfile → chef_11.12.8.gemfile} +5 -1
  17. data/gemfiles/chef_11.14.2.gemfile +16 -0
  18. data/gemfiles/chef_11.8.2.gemfile +4 -0
  19. data/lib/chef/handler/datadog.rb +47 -12
  20. data/lib/chef_handler_datadog.rb +1 -1
  21. data/spec/datadog_spec.rb +58 -8
  22. data/spec/spec_helper.rb +0 -1
  23. data/spec/support/cassettes/Chef_Handler_Datadog/failed_Chef_run/sets_alert_handles_when_specified.yml +69 -57
  24. data/spec/support/cassettes/Chef_Handler_Datadog/failed_Chef_run/sets_event_title_correctly.yml +35 -29
  25. data/spec/support/cassettes/Chef_Handler_Datadog/failed_Chef_run/sets_priority_correctly.yml +35 -29
  26. data/spec/support/cassettes/Chef_Handler_Datadog/handles_no_application_key/fails_when_no_application_key_is_provided.yml +20 -20
  27. data/spec/support/cassettes/Chef_Handler_Datadog/handles_tags_correctly/sets_the_role_and_env_and_tags.yml +23 -23
  28. data/spec/support/cassettes/Chef_Handler_Datadog/hostname/uses_the_node_name_when_no_config_specified.yml +23 -23
  29. data/spec/support/cassettes/Chef_Handler_Datadog/hostname/uses_the_specified_hostname_when_provided.yml +23 -23
  30. data/spec/support/cassettes/Chef_Handler_Datadog/reports_correct_hostname_on_an_ec2_node/does_not_use_the_instance_id_when_config_specified_to_false.yml +23 -23
  31. data/spec/support/cassettes/Chef_Handler_Datadog/reports_correct_hostname_on_an_ec2_node/uses_the_instance_id_when_config_is_specified.yml +23 -23
  32. data/spec/support/cassettes/Chef_Handler_Datadog/reports_correct_hostname_on_an_ec2_node/uses_the_instance_id_when_no_config_specified.yml +23 -23
  33. data/spec/support/cassettes/Chef_Handler_Datadog/reports_metrics_event_and_sets_tags/emits_events/posts_an_event.yml +23 -23
  34. data/spec/support/cassettes/Chef_Handler_Datadog/reports_metrics_event_and_sets_tags/emits_events/sets_priority_correctly.yml +23 -23
  35. data/spec/support/cassettes/Chef_Handler_Datadog/reports_metrics_event_and_sets_tags/emits_metrics/reports_metrics.yml +23 -23
  36. data/spec/support/cassettes/Chef_Handler_Datadog/reports_metrics_event_and_sets_tags/sets_tags/puts_the_tags_for_the_current_node.yml +23 -23
  37. data/spec/support/cassettes/Chef_Handler_Datadog/resources/failure_during_compile_phase/does_not_emit_metrics.yml +81 -0
  38. data/spec/support/cassettes/Chef_Handler_Datadog/resources/failure_during_compile_phase/posts_an_event.yml +81 -0
  39. data/spec/support/cassettes/Chef_Handler_Datadog/updated_resources/posts_an_event.yml +28 -28
  40. metadata +18 -16
  41. data/gemfiles/chef_10.26.0.gemfile.lock +0 -140
  42. data/gemfiles/chef_10.32.2.gemfile.lock +0 -140
  43. data/gemfiles/chef_11.10.4.gemfile.lock +0 -143
  44. data/gemfiles/chef_11.12.2.gemfile.lock +0 -139
  45. data/gemfiles/chef_11.8.2.gemfile.lock +0 -143
@@ -1,140 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- chef-handler-datadog (0.4.0.alpha)
5
- dogapi (>= 1.6)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- addressable (2.3.6)
11
- appraisal (1.0.0)
12
- bundler
13
- rake
14
- thor (>= 0.14.0)
15
- ast (1.1.0)
16
- bunny (0.7.9)
17
- chef (10.32.2)
18
- bunny (>= 0.6.0, < 0.8.0)
19
- erubis
20
- highline (~> 1.6, >= 1.6.9)
21
- json (>= 1.4.4, <= 1.8.1)
22
- mime-types (~> 1.16)
23
- mixlib-authentication (~> 1.3)
24
- mixlib-cli (~> 1.1)
25
- mixlib-config (~> 1.1, >= 1.1.2)
26
- mixlib-log (~> 1.3)
27
- mixlib-shellout (~> 1.3)
28
- moneta (< 0.7.0)
29
- net-ssh (~> 2.6)
30
- net-ssh-multi (~> 1.1.0)
31
- ohai (>= 0.6.0, < 7.0.0)
32
- rest-client (>= 1.0.4, < 1.7.0)
33
- treetop (~> 1.4.9)
34
- uuidtools
35
- yajl-ruby (~> 1.1)
36
- coderay (1.1.0)
37
- crack (0.4.1)
38
- safe_yaml (~> 0.9.0)
39
- diff-lcs (1.2.5)
40
- docile (1.1.3)
41
- dogapi (1.9.2)
42
- json (>= 1.5.1)
43
- dotenv (0.10.0)
44
- erubis (2.7.0)
45
- hashr (0.0.22)
46
- highline (1.6.21)
47
- ipaddress (0.8.0)
48
- json (1.7.7)
49
- method_source (0.8.2)
50
- mime-types (1.25.1)
51
- mixlib-authentication (1.3.0)
52
- mixlib-log
53
- mixlib-cli (1.4.0)
54
- mixlib-config (1.1.2)
55
- mixlib-log (1.6.0)
56
- mixlib-shellout (1.4.0)
57
- moneta (0.6.0)
58
- multi_json (1.9.2)
59
- net-ssh (2.8.0)
60
- net-ssh-gateway (1.2.0)
61
- net-ssh (>= 2.6.5)
62
- net-ssh-multi (1.1)
63
- net-ssh (>= 2.1.4)
64
- net-ssh-gateway (>= 0.99.0)
65
- ohai (6.22.0)
66
- ipaddress
67
- mixlib-cli
68
- mixlib-config
69
- mixlib-log
70
- mixlib-shellout
71
- systemu (~> 2.5.2)
72
- yajl-ruby
73
- parser (2.1.8)
74
- ast (~> 1.1)
75
- slop (~> 3.4, >= 3.4.5)
76
- polyglot (0.3.4)
77
- powerpack (0.0.9)
78
- pry (0.9.12.6)
79
- coderay (~> 1.0)
80
- method_source (~> 0.8)
81
- slop (~> 3.4)
82
- rainbow (2.0.0)
83
- rake (10.3.1)
84
- rest-client (1.6.7)
85
- mime-types (>= 1.16)
86
- rspec (2.14.1)
87
- rspec-core (~> 2.14.0)
88
- rspec-expectations (~> 2.14.0)
89
- rspec-mocks (~> 2.14.0)
90
- rspec-core (2.14.8)
91
- rspec-expectations (2.14.5)
92
- diff-lcs (>= 1.1.3, < 2.0)
93
- rspec-mocks (2.14.6)
94
- rubocop (0.20.1)
95
- json (>= 1.7.7, < 2)
96
- parser (~> 2.1.7)
97
- powerpack (~> 0.0.6)
98
- rainbow (>= 1.99.1, < 3.0)
99
- ruby-progressbar (~> 1.4)
100
- ruby-progressbar (1.4.2)
101
- safe_yaml (0.9.7)
102
- simplecov (0.8.2)
103
- docile (~> 1.1.0)
104
- multi_json
105
- simplecov-html (~> 0.8.0)
106
- simplecov-html (0.8.0)
107
- slop (3.5.0)
108
- systemu (2.5.2)
109
- thor (0.19.1)
110
- travis-lint (1.8.0)
111
- hashr (~> 0.0.22)
112
- safe_yaml (~> 0.9.0)
113
- treetop (1.4.15)
114
- polyglot
115
- polyglot (>= 0.3.1)
116
- uuidtools (2.1.4)
117
- vcr (2.9.0)
118
- webmock (1.17.4)
119
- addressable (>= 2.2.7)
120
- crack (>= 0.3.2)
121
- yajl-ruby (1.2.0)
122
-
123
- PLATFORMS
124
- ruby
125
-
126
- DEPENDENCIES
127
- appraisal (~> 1.0.0)
128
- bundler
129
- chef (= 10.32.2)
130
- chef-handler-datadog!
131
- dotenv
132
- json (= 1.7.7)
133
- pry
134
- rake
135
- rspec
136
- rubocop (~> 0.20.1)
137
- simplecov
138
- travis-lint
139
- vcr
140
- webmock
@@ -1,143 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- chef-handler-datadog (0.4.0.alpha)
5
- dogapi (>= 1.6)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- addressable (2.3.6)
11
- appraisal (1.0.0)
12
- bundler
13
- rake
14
- thor (>= 0.14.0)
15
- ast (1.1.0)
16
- chef (11.10.4)
17
- chef-zero (~> 1.7, >= 1.7.2)
18
- diff-lcs (~> 1.2, >= 1.2.4)
19
- erubis (~> 2.7)
20
- highline (~> 1.6, >= 1.6.9)
21
- json (>= 1.4.4, <= 1.8.1)
22
- mime-types (~> 1.16)
23
- mixlib-authentication (~> 1.3)
24
- mixlib-cli (~> 1.4)
25
- mixlib-config (~> 2.0)
26
- mixlib-log (~> 1.3)
27
- mixlib-shellout (~> 1.3)
28
- net-ssh (~> 2.6)
29
- net-ssh-multi (~> 1.1)
30
- ohai (~> 6.0)
31
- pry (~> 0.9)
32
- puma (~> 1.6)
33
- rest-client (>= 1.0.4, < 1.7.0)
34
- yajl-ruby (~> 1.1)
35
- chef-zero (1.7.3)
36
- hashie (~> 2.0)
37
- json
38
- mixlib-log (~> 1.3)
39
- moneta (< 0.7.0)
40
- rack
41
- coderay (1.1.0)
42
- crack (0.4.1)
43
- safe_yaml (~> 0.9.0)
44
- diff-lcs (1.2.5)
45
- docile (1.1.3)
46
- dogapi (1.9.2)
47
- json (>= 1.5.1)
48
- dotenv (0.10.0)
49
- erubis (2.7.0)
50
- hashie (2.1.1)
51
- hashr (0.0.22)
52
- highline (1.6.21)
53
- ipaddress (0.8.0)
54
- json (1.8.1)
55
- method_source (0.8.2)
56
- mime-types (1.25.1)
57
- mixlib-authentication (1.3.0)
58
- mixlib-log
59
- mixlib-cli (1.4.0)
60
- mixlib-config (2.1.0)
61
- mixlib-log (1.6.0)
62
- mixlib-shellout (1.4.0)
63
- moneta (0.6.0)
64
- multi_json (1.9.2)
65
- net-ssh (2.8.0)
66
- net-ssh-gateway (1.2.0)
67
- net-ssh (>= 2.6.5)
68
- net-ssh-multi (1.2.0)
69
- net-ssh (>= 2.6.5)
70
- net-ssh-gateway (>= 1.2.0)
71
- ohai (6.22.0)
72
- ipaddress
73
- mixlib-cli
74
- mixlib-config
75
- mixlib-log
76
- mixlib-shellout
77
- systemu (~> 2.5.2)
78
- yajl-ruby
79
- parser (2.1.8)
80
- ast (~> 1.1)
81
- slop (~> 3.4, >= 3.4.5)
82
- powerpack (0.0.9)
83
- pry (0.9.12.6)
84
- coderay (~> 1.0)
85
- method_source (~> 0.8)
86
- slop (~> 3.4)
87
- puma (1.6.3)
88
- rack (~> 1.2)
89
- rack (1.5.2)
90
- rainbow (2.0.0)
91
- rake (10.3.1)
92
- rest-client (1.6.7)
93
- mime-types (>= 1.16)
94
- rspec (2.14.1)
95
- rspec-core (~> 2.14.0)
96
- rspec-expectations (~> 2.14.0)
97
- rspec-mocks (~> 2.14.0)
98
- rspec-core (2.14.8)
99
- rspec-expectations (2.14.5)
100
- diff-lcs (>= 1.1.3, < 2.0)
101
- rspec-mocks (2.14.6)
102
- rubocop (0.20.1)
103
- json (>= 1.7.7, < 2)
104
- parser (~> 2.1.7)
105
- powerpack (~> 0.0.6)
106
- rainbow (>= 1.99.1, < 3.0)
107
- ruby-progressbar (~> 1.4)
108
- ruby-progressbar (1.4.2)
109
- safe_yaml (0.9.7)
110
- simplecov (0.8.2)
111
- docile (~> 1.1.0)
112
- multi_json
113
- simplecov-html (~> 0.8.0)
114
- simplecov-html (0.8.0)
115
- slop (3.5.0)
116
- systemu (2.5.2)
117
- thor (0.19.1)
118
- travis-lint (1.8.0)
119
- hashr (~> 0.0.22)
120
- safe_yaml (~> 0.9.0)
121
- vcr (2.9.0)
122
- webmock (1.17.4)
123
- addressable (>= 2.2.7)
124
- crack (>= 0.3.2)
125
- yajl-ruby (1.2.0)
126
-
127
- PLATFORMS
128
- ruby
129
-
130
- DEPENDENCIES
131
- appraisal (~> 1.0.0)
132
- bundler
133
- chef (= 11.10.4)
134
- chef-handler-datadog!
135
- dotenv
136
- pry
137
- rake
138
- rspec
139
- rubocop (~> 0.20.1)
140
- simplecov
141
- travis-lint
142
- vcr
143
- webmock
@@ -1,139 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- chef-handler-datadog (0.4.0.alpha)
5
- dogapi (>= 1.6)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- addressable (2.3.6)
11
- appraisal (1.0.0)
12
- bundler
13
- rake
14
- thor (>= 0.14.0)
15
- ast (1.1.0)
16
- chef (11.12.2)
17
- chef-zero (~> 2.0, >= 2.0.2)
18
- diff-lcs (~> 1.2, >= 1.2.4)
19
- erubis (~> 2.7)
20
- highline (~> 1.6, >= 1.6.9)
21
- json (>= 1.4.4, <= 1.8.1)
22
- mime-types (~> 1.16)
23
- mixlib-authentication (~> 1.3)
24
- mixlib-cli (~> 1.4)
25
- mixlib-config (~> 2.0)
26
- mixlib-log (~> 1.3)
27
- mixlib-shellout (~> 1.4)
28
- net-ssh (~> 2.6)
29
- net-ssh-multi (~> 1.1)
30
- ohai (~> 7.0)
31
- pry (~> 0.9)
32
- rest-client (>= 1.0.4, < 1.7.0)
33
- yajl-ruby (~> 1.1)
34
- chef-zero (2.0.2)
35
- hashie (~> 2.0)
36
- json
37
- mixlib-log (~> 1.3)
38
- rack
39
- coderay (1.1.0)
40
- crack (0.4.1)
41
- safe_yaml (~> 0.9.0)
42
- diff-lcs (1.2.5)
43
- docile (1.1.3)
44
- dogapi (1.9.2)
45
- json (>= 1.5.1)
46
- dotenv (0.10.0)
47
- erubis (2.7.0)
48
- hashie (2.1.1)
49
- hashr (0.0.22)
50
- highline (1.6.21)
51
- ipaddress (0.8.0)
52
- json (1.8.1)
53
- method_source (0.8.2)
54
- mime-types (1.25.1)
55
- mixlib-authentication (1.3.0)
56
- mixlib-log
57
- mixlib-cli (1.4.0)
58
- mixlib-config (2.1.0)
59
- mixlib-log (1.6.0)
60
- mixlib-shellout (1.4.0)
61
- multi_json (1.9.2)
62
- net-ssh (2.8.0)
63
- net-ssh-gateway (1.2.0)
64
- net-ssh (>= 2.6.5)
65
- net-ssh-multi (1.2.0)
66
- net-ssh (>= 2.6.5)
67
- net-ssh-gateway (>= 1.2.0)
68
- ohai (7.0.2)
69
- ipaddress
70
- mime-types (~> 1.16)
71
- mixlib-cli
72
- mixlib-config (~> 2.0)
73
- mixlib-log
74
- mixlib-shellout (~> 1.2)
75
- systemu (~> 2.5.2)
76
- yajl-ruby
77
- parser (2.1.8)
78
- ast (~> 1.1)
79
- slop (~> 3.4, >= 3.4.5)
80
- powerpack (0.0.9)
81
- pry (0.9.12.6)
82
- coderay (~> 1.0)
83
- method_source (~> 0.8)
84
- slop (~> 3.4)
85
- rack (1.5.2)
86
- rainbow (2.0.0)
87
- rake (10.3.1)
88
- rest-client (1.6.7)
89
- mime-types (>= 1.16)
90
- rspec (2.14.1)
91
- rspec-core (~> 2.14.0)
92
- rspec-expectations (~> 2.14.0)
93
- rspec-mocks (~> 2.14.0)
94
- rspec-core (2.14.8)
95
- rspec-expectations (2.14.5)
96
- diff-lcs (>= 1.1.3, < 2.0)
97
- rspec-mocks (2.14.6)
98
- rubocop (0.20.1)
99
- json (>= 1.7.7, < 2)
100
- parser (~> 2.1.7)
101
- powerpack (~> 0.0.6)
102
- rainbow (>= 1.99.1, < 3.0)
103
- ruby-progressbar (~> 1.4)
104
- ruby-progressbar (1.4.2)
105
- safe_yaml (0.9.7)
106
- simplecov (0.8.2)
107
- docile (~> 1.1.0)
108
- multi_json
109
- simplecov-html (~> 0.8.0)
110
- simplecov-html (0.8.0)
111
- slop (3.5.0)
112
- systemu (2.5.2)
113
- thor (0.19.1)
114
- travis-lint (1.8.0)
115
- hashr (~> 0.0.22)
116
- safe_yaml (~> 0.9.0)
117
- vcr (2.9.0)
118
- webmock (1.17.4)
119
- addressable (>= 2.2.7)
120
- crack (>= 0.3.2)
121
- yajl-ruby (1.2.0)
122
-
123
- PLATFORMS
124
- ruby
125
-
126
- DEPENDENCIES
127
- appraisal (~> 1.0.0)
128
- bundler
129
- chef (= 11.12.2)
130
- chef-handler-datadog!
131
- dotenv
132
- pry
133
- rake
134
- rspec
135
- rubocop (~> 0.20.1)
136
- simplecov
137
- travis-lint
138
- vcr
139
- webmock
@@ -1,143 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- chef-handler-datadog (0.4.0.alpha)
5
- dogapi (>= 1.6)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- addressable (2.3.6)
11
- appraisal (1.0.0)
12
- bundler
13
- rake
14
- thor (>= 0.14.0)
15
- ast (1.1.0)
16
- chef (11.8.2)
17
- chef-zero (~> 1.6, >= 1.6.2)
18
- diff-lcs (~> 1.2, >= 1.2.4)
19
- erubis (~> 2.7)
20
- highline (~> 1.6, >= 1.6.9)
21
- json (>= 1.4.4, <= 1.7.7)
22
- mime-types (~> 1.16)
23
- mixlib-authentication (~> 1.3)
24
- mixlib-cli (~> 1.3)
25
- mixlib-config (~> 2.0)
26
- mixlib-log (~> 1.3)
27
- mixlib-shellout (~> 1.2)
28
- net-ssh (~> 2.6)
29
- net-ssh-multi (~> 1.1.0)
30
- ohai (~> 6.0)
31
- pry (~> 0.9)
32
- puma (~> 1.6)
33
- rest-client (>= 1.0.4, < 1.7.0)
34
- yajl-ruby (~> 1.1)
35
- chef-zero (1.7.3)
36
- hashie (~> 2.0)
37
- json
38
- mixlib-log (~> 1.3)
39
- moneta (< 0.7.0)
40
- rack
41
- coderay (1.1.0)
42
- crack (0.4.1)
43
- safe_yaml (~> 0.9.0)
44
- diff-lcs (1.2.5)
45
- docile (1.1.3)
46
- dogapi (1.9.2)
47
- json (>= 1.5.1)
48
- dotenv (0.10.0)
49
- erubis (2.7.0)
50
- hashie (2.1.1)
51
- hashr (0.0.22)
52
- highline (1.6.21)
53
- ipaddress (0.8.0)
54
- json (1.7.7)
55
- method_source (0.8.2)
56
- mime-types (1.25.1)
57
- mixlib-authentication (1.3.0)
58
- mixlib-log
59
- mixlib-cli (1.4.0)
60
- mixlib-config (2.1.0)
61
- mixlib-log (1.6.0)
62
- mixlib-shellout (1.4.0)
63
- moneta (0.6.0)
64
- multi_json (1.9.2)
65
- net-ssh (2.8.0)
66
- net-ssh-gateway (1.2.0)
67
- net-ssh (>= 2.6.5)
68
- net-ssh-multi (1.1)
69
- net-ssh (>= 2.1.4)
70
- net-ssh-gateway (>= 0.99.0)
71
- ohai (6.22.0)
72
- ipaddress
73
- mixlib-cli
74
- mixlib-config
75
- mixlib-log
76
- mixlib-shellout
77
- systemu (~> 2.5.2)
78
- yajl-ruby
79
- parser (2.1.8)
80
- ast (~> 1.1)
81
- slop (~> 3.4, >= 3.4.5)
82
- powerpack (0.0.9)
83
- pry (0.9.12.6)
84
- coderay (~> 1.0)
85
- method_source (~> 0.8)
86
- slop (~> 3.4)
87
- puma (1.6.3)
88
- rack (~> 1.2)
89
- rack (1.5.2)
90
- rainbow (2.0.0)
91
- rake (10.3.1)
92
- rest-client (1.6.7)
93
- mime-types (>= 1.16)
94
- rspec (2.14.1)
95
- rspec-core (~> 2.14.0)
96
- rspec-expectations (~> 2.14.0)
97
- rspec-mocks (~> 2.14.0)
98
- rspec-core (2.14.8)
99
- rspec-expectations (2.14.5)
100
- diff-lcs (>= 1.1.3, < 2.0)
101
- rspec-mocks (2.14.6)
102
- rubocop (0.20.1)
103
- json (>= 1.7.7, < 2)
104
- parser (~> 2.1.7)
105
- powerpack (~> 0.0.6)
106
- rainbow (>= 1.99.1, < 3.0)
107
- ruby-progressbar (~> 1.4)
108
- ruby-progressbar (1.4.2)
109
- safe_yaml (0.9.7)
110
- simplecov (0.8.2)
111
- docile (~> 1.1.0)
112
- multi_json
113
- simplecov-html (~> 0.8.0)
114
- simplecov-html (0.8.0)
115
- slop (3.5.0)
116
- systemu (2.5.2)
117
- thor (0.19.1)
118
- travis-lint (1.8.0)
119
- hashr (~> 0.0.22)
120
- safe_yaml (~> 0.9.0)
121
- vcr (2.9.0)
122
- webmock (1.17.4)
123
- addressable (>= 2.2.7)
124
- crack (>= 0.3.2)
125
- yajl-ruby (1.2.0)
126
-
127
- PLATFORMS
128
- ruby
129
-
130
- DEPENDENCIES
131
- appraisal (~> 1.0.0)
132
- bundler
133
- chef (= 11.8.2)
134
- chef-handler-datadog!
135
- dotenv
136
- pry
137
- rake
138
- rspec
139
- rubocop (~> 0.20.1)
140
- simplecov
141
- travis-lint
142
- vcr
143
- webmock