Skip to content

Commit 1a4069c

Browse files
Bump version to 1.1.0
1 parent 7afaed7 commit 1a4069c

3 files changed

Lines changed: 21 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,19 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-
44

55
## master
66

7-
## Changed
8-
9-
* Change ```Datarockets::Style``` module to ```DatarocketsStyle``` ([@paydaylight](https://github.com/paydaylight))
10-
11-
### Fixed
12-
13-
* [#177](https://github.com/datarockets/datarockets-style/issues/177) set ```Layout/MultilineOperationIndentation``` to indented ([@paydaylight](https://github.com/paydaylight))
14-
15-
## 1.0.1 (2021-02-04)
16-
17-
### Added
18-
19-
* Add ```.idea``` to .gitignore ([@paydaylight](https://github.com/paydaylight))
7+
## 1.1.0 (2021-02-09)
208

219
### Changed
2210

2311
* Setup `EnforcedStyleForMultiline` for `Style/TrailingCommaInHashLiteral` rule. ([@r.dubrovsky][])
24-
* Update rubocop to ```1.9.1``` ([@paydaylight](https://github.com/paydaylight))
25-
* Update rubocop-rails requirement to ```>= 2.8.0, < 2.10.0``` ([@paydaylight](https://github.com/paydaylight))
26-
* Update rubocop-rspec to `2.2.0`. ([@paydaylight](https://github.com/paydaylight))
12+
* Update rubocop to ```1.9.1```.([@paydaylight][])
13+
* Update rubocop-rails requirement to ```>= 2.8.0, < 2.10.0```. ([@paydaylight][])
14+
* Update rubocop-rspec to `2.2.0`. ([@paydaylight][])
15+
* Change ```Datarockets::Style``` module to ```DatarocketsStyle```. ([@paydaylight][])
16+
17+
### Fixed
18+
19+
* [#177](https://github.com/datarockets/datarockets-style/issues/177) set ```Layout/MultilineOperationIndentation``` to indented ([@paydaylight][])
2720

2821
## 1.0.0 (2020-11-10)
2922

@@ -228,4 +221,4 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-
228221
[@v.kuzmik]: https://github.com/TheBlackArroVV/
229222
[@a.branzeanu]: https://github.com/texpert
230223
[@nikitasakov]: https://github.com/nikitasakov
231-
224+
[@paydaylight]: https://github.com/paydaylight

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
PATH
22
remote: .
33
specs:
4-
datarockets-style (1.0.0)
4+
datarockets-style (1.1.0)
55
rubocop (>= 1.2, < 2.0)
66
rubocop-rails (>= 2.8.0, < 2.10.0)
77
rubocop-rspec (~> 2.0)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (5.2.4.4)
12+
activesupport (6.1.1)
1313
concurrent-ruby (~> 1.0, >= 1.0.2)
14-
i18n (>= 0.7, < 2)
15-
minitest (~> 5.1)
16-
tzinfo (~> 1.1)
14+
i18n (>= 1.6, < 2)
15+
minitest (>= 5.1)
16+
tzinfo (~> 2.0)
17+
zeitwerk (~> 2.3)
1718
ast (2.4.2)
1819
byebug (11.1.3)
1920
coderay (1.1.2)
@@ -65,14 +66,14 @@ GEM
6566
activesupport (>= 4.2.0)
6667
rack (>= 1.1)
6768
rubocop (>= 0.90.0, < 2.0)
68-
rubocop-rspec (2.2.0)
69+
rubocop-rspec (2.1.0)
6970
rubocop (~> 1.0)
7071
rubocop-ast (>= 1.1.0)
7172
ruby-progressbar (1.11.0)
72-
thread_safe (0.3.6)
73-
tzinfo (1.2.9)
74-
thread_safe (~> 0.1)
73+
tzinfo (2.0.4)
74+
concurrent-ruby (~> 1.0)
7575
unicode-display_width (2.0.0)
76+
zeitwerk (2.4.2)
7677

7778
PLATFORMS
7879
ruby

lib/datarockets_style/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DatarocketsStyle
2-
VERSION = "1.0.0".freeze
2+
VERSION = "1.1.0".freeze
33
end

0 commit comments

Comments
 (0)