We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb9915 commit cc2135cCopy full SHA for cc2135c
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- memery (1.4.1)
+ memery (1.5.0)
5
ruby2_keywords (~> 0.0.2)
6
7
GEM
@@ -83,7 +83,7 @@ GEM
83
rubocop-sequel (0.2.0)
84
rubocop (~> 1.0)
85
ruby-progressbar (1.11.0)
86
- ruby2_keywords (0.0.4)
+ ruby2_keywords (0.0.5)
87
simplecov (0.21.2)
88
docile (~> 1.1)
89
simplecov-html (~> 0.11)
@@ -113,4 +113,4 @@ DEPENDENCIES
113
simplecov-lcov
114
115
BUNDLED WITH
116
- 2.2.17
+ 2.4.14
lib/memery/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Memery
- VERSION = "1.4.1"
+ VERSION = "1.5.0"
end
0 commit comments