Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ language: ruby
rvm:
- 2.3.0
before_install:
- gem install bundler
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
persistent-cache (1.1.1)
persistent-cache (1.1.2)
eh (~> 1.0)
persistent-cache-storage-api (~> 0.1.4)
persistent-cache-storage-directory (~> 0.1.2)
Expand All @@ -21,7 +21,7 @@ GEM
diff-lcs (1.3)
docile (1.3.2)
eh (1.0.0)
json (2.2.0)
json (2.3.1)
persistent-cache-storage-api (0.1.5)
persistent-cache-storage-directory (0.1.2)
persistent-cache-storage-api
Expand All @@ -32,7 +32,7 @@ GEM
eh (~> 1.0.0)
persistent-cache-storage-api (~> 0.1)
sqlite3 (~> 1.4)
rake (12.3.2)
rake (12.3.3)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand All @@ -59,6 +59,7 @@ GEM

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
byebug (~> 9.0)
Expand All @@ -68,4 +69,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
1.16.6
2.1.4
2 changes: 1 addition & 1 deletion lib/persistent-cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Persistent
VERSION = "1.1.1"
VERSION = "1.1.2"
end