Skip to content

Commit 798a2f5

Browse files
committed
Prepare for 2.0.0 release
1 parent c5e11cb commit 798a2f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cacheable (1.0.4)
4+
cacheable (2.0.0)
55

66
GEM
77
remote: https://rubygems.org/
@@ -99,4 +99,4 @@ DEPENDENCIES
9999
rubocop-rspec
100100

101101
BUNDLED WITH
102-
2.2.32
102+
2.3.6

lib/cacheable/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
module Cacheable
44
module VERSION
5-
MAJOR = 1
5+
MAJOR = 2
66
MINOR = 0
7-
TINY = 4
7+
TINY = 0
88
PRE = nil
99

1010
def self.to_s

0 commit comments

Comments
 (0)