File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
s . version = CaseTransform ::VERSION
13
13
s . platform = Gem ::Platform ::RUBY
14
14
s . license = 'MIT'
15
- s . authors = [ 'L. Preston Sego III' ]
15
+ s . authors = [ 'L. Preston Sego III' , 'Ben Mills' ]
16
16
17
17
s . homepage = 'https://github.com/NullVoxPopuli/case_transform'
18
18
s . summary = "CaseTransform-#{ CaseTransform ::VERSION } "
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
require 'bundler/setup'
3
3
4
- begin
5
- require 'simplecov'
6
- Coverage . start
7
- rescue LoadError
8
- STDERR . puts 'Running without SimpleCov'
4
+ require "codeclimate-test-reporter"
5
+
6
+ if ENV [ 'CODECLIMATE_REPO_TOKEN' ]
7
+ CodeClimate ::TestReporter . start
9
8
end
10
9
10
+
11
11
require 'pry-byebug'
12
12
require 'case_transform'
13
13
You can’t perform that action at this time.
0 commit comments