Skip to content

Commit 8165479

Browse files
Bump version to 0.11.0
1 parent 89caf71 commit 8165479

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-format).
44

5-
## master (unreleased)
5+
## 0.11.0 (2020-11-07)
66

77
### Changed
88

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
PATH
22
remote: .
33
specs:
4-
datarockets-style (0.10.0)
4+
datarockets-style (0.11.0)
55
rubocop (~> 0.93)
66
rubocop-rails (>= 2.6.0, < 2.8.0)
77
rubocop-rspec (~> 1.42)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (5.2.4.3)
12+
activesupport (6.0.3.4)
1313
concurrent-ruby (~> 1.0, >= 1.0.2)
1414
i18n (>= 0.7, < 2)
1515
minitest (~> 5.1)
1616
tzinfo (~> 1.1)
17+
zeitwerk (~> 2.2, >= 2.2.2)
1718
ast (2.4.1)
1819
byebug (11.1.3)
1920
coderay (1.1.2)
20-
concurrent-ruby (1.1.6)
21+
concurrent-ruby (1.1.7)
2122
diff-lcs (1.3)
2223
i18n (1.8.5)
2324
concurrent-ruby (~> 1.0)
2425
method_source (1.0.0)
25-
minitest (5.14.1)
26+
minitest (5.14.2)
2627
parallel (1.19.2)
2728
parser (2.7.2.0)
2829
ast (~> 2.4.1)
@@ -59,19 +60,21 @@ GEM
5960
rubocop-ast (>= 0.6.0)
6061
ruby-progressbar (~> 1.7)
6162
unicode-display_width (>= 1.4.0, < 2.0)
62-
rubocop-ast (0.8.0)
63+
rubocop-ast (1.1.1)
6364
parser (>= 2.7.1.5)
6465
rubocop-rails (2.7.1)
6566
activesupport (>= 4.2.0)
6667
rack (>= 1.1)
6768
rubocop (>= 0.87.0)
68-
rubocop-rspec (1.43.2)
69+
rubocop-rspec (1.44.1)
6970
rubocop (~> 0.87)
71+
rubocop-ast (>= 0.7.1)
7072
ruby-progressbar (1.10.1)
7173
thread_safe (0.3.6)
7274
tzinfo (1.2.7)
7375
thread_safe (~> 0.1)
7476
unicode-display_width (1.7.0)
77+
zeitwerk (2.4.1)
7578

7679
PLATFORMS
7780
ruby

lib/datarockets/style/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Datarockets
22
module Style
3-
VERSION = "0.10.0".freeze
3+
VERSION = "0.11.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)