Skip to content

Commit 4d97b0d

Browse files
committed
bump version
1 parent d956418 commit 4d97b0d

File tree

6 files changed

+102
-79
lines changed

6 files changed

+102
-79
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ language: ruby
33
sudo: false
44

55
rvm:
6-
- 2.4
76
- 2.5
87
- 2.6
98
- 2.7
9+
- 3.0
1010
- ruby-head
1111

1212
before_install: gem install bundler

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## [Unreleased]
22

3+
## [1.4.0] - 2021-03-15
34
### Fixed
45
- Fix compatibility with `ActiveSupport::Concern`. ([@tycooon] and [@AlexWayfer]) [#26]
56

@@ -57,3 +58,4 @@
5758
[#22]: https://github.com/tycooon/memery/pull/22
5859
[#23]: https://github.com/tycooon/memery/pull/23
5960
[#25]: https://github.com/tycooon/memery/pull/25
61+
[#26]: https://github.com/tycooon/memery/pull/26

Gemfile.lock

+93-74
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,121 @@
11
PATH
22
remote: .
33
specs:
4-
memery (1.3.0)
4+
memery (1.4.0)
55
ruby2_keywords (~> 0.0.2)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (5.2.4.2)
10+
activesupport (6.1.3)
1111
concurrent-ruby (~> 1.0, >= 1.0.2)
12-
i18n (>= 0.7, < 2)
13-
minitest (~> 5.1)
14-
tzinfo (~> 1.1)
15-
ast (2.4.0)
16-
benchmark-ips (2.7.2)
12+
i18n (>= 1.6, < 2)
13+
minitest (>= 5.1)
14+
tzinfo (~> 2.0)
15+
zeitwerk (~> 2.3)
16+
ast (2.4.2)
17+
benchmark-ips (2.8.4)
1718
benchmark-memory (0.1.2)
1819
memory_profiler (~> 0.9)
19-
coderay (1.1.2)
20-
concurrent-ruby (1.1.6)
21-
coveralls (0.8.23)
22-
json (>= 1.8, < 3)
23-
simplecov (~> 0.16.1)
24-
term-ansicolor (~> 1.3)
25-
thor (>= 0.19.4, < 2.0)
26-
tins (~> 1.6)
27-
diff-lcs (1.3)
28-
docile (1.3.2)
29-
i18n (1.8.2)
20+
coderay (1.1.3)
21+
concurrent-ruby (1.1.8)
22+
coveralls (0.7.2)
23+
multi_json (~> 1.3)
24+
rest-client (= 1.6.7)
25+
simplecov (>= 0.7)
26+
term-ansicolor (= 1.2.2)
27+
thor (= 0.18.1)
28+
diff-lcs (1.4.4)
29+
docile (1.3.5)
30+
i18n (1.8.9)
3031
concurrent-ruby (~> 1.0)
31-
jaro_winkler (1.5.4)
32-
json (2.3.0)
3332
memory_profiler (0.9.14)
34-
method_source (0.9.2)
35-
minitest (5.14.0)
36-
parallel (1.19.1)
37-
parser (2.7.0.2)
38-
ast (~> 2.4.0)
39-
pry (0.12.2)
40-
coderay (~> 1.1.0)
41-
method_source (~> 0.9.0)
42-
rack (2.1.1)
33+
method_source (1.0.0)
34+
mime-types (3.3.1)
35+
mime-types-data (~> 3.2015)
36+
mime-types-data (3.2021.0225)
37+
minitest (5.14.4)
38+
multi_json (1.15.0)
39+
parallel (1.20.1)
40+
parser (3.0.0.0)
41+
ast (~> 2.4.1)
42+
pry (0.14.0)
43+
coderay (~> 1.1)
44+
method_source (~> 1.0)
45+
rack (2.2.3)
4346
rainbow (3.0.0)
44-
rake (13.0.1)
45-
rspec (3.9.0)
46-
rspec-core (~> 3.9.0)
47-
rspec-expectations (~> 3.9.0)
48-
rspec-mocks (~> 3.9.0)
49-
rspec-core (3.9.1)
50-
rspec-support (~> 3.9.1)
51-
rspec-expectations (3.9.0)
47+
rake (13.0.3)
48+
regexp_parser (2.1.1)
49+
rest-client (1.6.7)
50+
mime-types (>= 1.16)
51+
rexml (3.2.4)
52+
rspec (3.10.0)
53+
rspec-core (~> 3.10.0)
54+
rspec-expectations (~> 3.10.0)
55+
rspec-mocks (~> 3.10.0)
56+
rspec-core (3.10.1)
57+
rspec-support (~> 3.10.0)
58+
rspec-expectations (3.10.1)
5259
diff-lcs (>= 1.2.0, < 2.0)
53-
rspec-support (~> 3.9.0)
54-
rspec-mocks (3.9.1)
60+
rspec-support (~> 3.10.0)
61+
rspec-mocks (3.10.2)
5562
diff-lcs (>= 1.2.0, < 2.0)
56-
rspec-support (~> 3.9.0)
57-
rspec-support (3.9.2)
58-
rubocop (0.79.0)
59-
jaro_winkler (~> 1.5.1)
63+
rspec-support (~> 3.10.0)
64+
rspec-support (3.10.2)
65+
rubocop (1.11.0)
6066
parallel (~> 1.10)
61-
parser (>= 2.7.0.1)
67+
parser (>= 3.0.0.0)
6268
rainbow (>= 2.2.2, < 4.0)
69+
regexp_parser (>= 1.8, < 3.0)
70+
rexml
71+
rubocop-ast (>= 1.2.0, < 2.0)
6372
ruby-progressbar (~> 1.7)
64-
unicode-display_width (>= 1.4.0, < 1.7)
65-
rubocop-config-umbrellio (0.79.0.68)
66-
rubocop (= 0.79.0)
67-
rubocop-performance (= 1.5.2)
68-
rubocop-rails (= 2.4.1)
69-
rubocop-rspec (= 1.37.1)
70-
rubocop-performance (1.5.2)
71-
rubocop (>= 0.71.0)
72-
rubocop-rails (2.4.1)
73+
unicode-display_width (>= 1.4.0, < 3.0)
74+
rubocop-ast (1.4.1)
75+
parser (>= 2.7.1.5)
76+
rubocop-config-umbrellio (1.11.0.40)
77+
rubocop (= 1.11.0)
78+
rubocop-performance (= 1.10.0)
79+
rubocop-rails (= 2.9.1)
80+
rubocop-rake (= 0.5.1)
81+
rubocop-rspec (= 2.2.0)
82+
rubocop-sequel (= 0.2.0)
83+
rubocop-performance (1.10.0)
84+
rubocop (>= 0.90.0, < 2.0)
85+
rubocop-ast (>= 0.4.0)
86+
rubocop-rails (2.9.1)
87+
activesupport (>= 4.2.0)
7388
rack (>= 1.1)
74-
rubocop (>= 0.72.0)
75-
rubocop-rspec (1.37.1)
76-
rubocop (>= 0.68.1)
77-
ruby-progressbar (1.10.1)
78-
ruby2_keywords (0.0.2)
79-
simplecov (0.16.1)
89+
rubocop (>= 0.90.0, < 2.0)
90+
rubocop-rake (0.5.1)
91+
rubocop
92+
rubocop-rspec (2.2.0)
93+
rubocop (~> 1.0)
94+
rubocop-ast (>= 1.1.0)
95+
rubocop-sequel (0.2.0)
96+
rubocop (~> 1.0)
97+
ruby-progressbar (1.11.0)
98+
ruby2_keywords (0.0.4)
99+
simplecov (0.21.2)
80100
docile (~> 1.1)
81-
json (>= 1.8, < 3)
82-
simplecov-html (~> 0.10.0)
83-
simplecov-html (0.10.2)
84-
sync (0.5.0)
85-
term-ansicolor (1.7.1)
86-
tins (~> 1.0)
87-
thor (1.0.1)
88-
thread_safe (0.3.6)
89-
tins (1.24.0)
90-
sync
91-
tzinfo (1.2.6)
92-
thread_safe (~> 0.1)
93-
unicode-display_width (1.6.1)
101+
simplecov-html (~> 0.11)
102+
simplecov_json_formatter (~> 0.1)
103+
simplecov-html (0.12.3)
104+
simplecov_json_formatter (0.1.2)
105+
term-ansicolor (1.2.2)
106+
tins (~> 0.8)
107+
thor (0.18.1)
108+
tins (0.13.2)
109+
tzinfo (2.0.4)
110+
concurrent-ruby (~> 1.0)
111+
unicode-display_width (2.0.0)
112+
zeitwerk (2.4.2)
94113

95114
PLATFORMS
96115
ruby
97116

98117
DEPENDENCIES
99-
activesupport (~> 5.0)
118+
activesupport
100119
benchmark-ips
101120
benchmark-memory
102121
bundler
@@ -109,4 +128,4 @@ DEPENDENCIES
109128
simplecov
110129

111130
BUNDLED WITH
112-
2.1.2
131+
2.2.11

lib/memery/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Memery
4-
VERSION = "1.3.0"
4+
VERSION = "1.4.0"
55
end

memery.gemspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require "memery/version"
66

77
Gem::Specification.new do |spec|
8+
spec.required_ruby_version = ">= 2.5.0"
9+
810
spec.name = "memery"
911
spec.version = Memery::VERSION
1012
spec.authors = ["Yuri Smirnov"]
@@ -22,7 +24,7 @@ Gem::Specification.new do |spec|
2224

2325
spec.add_runtime_dependency "ruby2_keywords", "~> 0.0.2"
2426

25-
spec.add_development_dependency "activesupport", "~> 5.0"
27+
spec.add_development_dependency "activesupport"
2628
spec.add_development_dependency "benchmark-ips"
2729
spec.add_development_dependency "benchmark-memory"
2830
spec.add_development_dependency "bundler"

spec/memery_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ def self.macro(name)
203203
context "calling method with block" do
204204
specify do
205205
values = []
206-
values << a.m_args(1, 1) {}
207-
values << a.m_args(1, 1) {}
206+
values << a.m_args(1, 1) { nil }
207+
values << a.m_args(1, 1) { nil }
208208

209209
expect(values).to eq([[1, 1], [1, 1]])
210210
expect(CALLS).to eq([[1, 1], [1, 1]])

0 commit comments

Comments
 (0)