Skip to content

Commit 7422780

Browse files
committed
CI can be case sensitive
1 parent 8ae5677 commit 7422780

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cacheable (1.0.2)
4+
cacheable (1.0.3)
55

66
GEM
77
remote: https://rubygems.org/

lib/cacheable/method_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
2-
require 'english'
2+
require 'English'
33

44
module Cacheable
55
module MethodGenerator

lib/cacheable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Cacheable
44
module VERSION
55
MAJOR = 1
66
MINOR = 0
7-
TINY = 2
7+
TINY = 3
88
PRE = nil
99

1010
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.').freeze

0 commit comments

Comments
 (0)