File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-
44
55## master
66
7+ ## 1.3.0 (2022-12-02)
8+
79### Added
810
911* [ #261 ] ( https://github.com/datarockets/ruby-style/issues/261 ) Add new config ` rails-locales ` . ([ @r .dubrovsky] [ ] )
@@ -27,7 +29,7 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-
2729* [ #196 ] ( https://github.com/datarockets/ruby-style/issues/196 ) Fix ` Layout/ArrayAlignmentExtended ` cop. ([ @r .dubrovsky] [ ] )
2830* [ #258 ] ( https://github.com/datarockets/ruby-style/issues/258 ) Fix conflict between ` Layout/ArrayAlignmentExtended ` and ` Layout/FirstArrayElementIndentation ` cops. ([ @r .dubrovsky] [ ] )
2931
30- ## 1.2.0
32+ ## 1.2.0 (2021-02-24)
3133
3234### Added
3335
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Add this line to your application's Gemfile:
1010
1111``` ruby
1212group :test , :development do
13- gem ' datarockets-style' , ' ~> 1.1 .0'
13+ gem ' datarockets-style' , ' ~> 1.3 .0'
1414end
1515```
1616
1717Or, for a Ruby library, add this to your gemspec:
1818
1919``` ruby
20- spec.add_development_dependency ' datarockets-style' , ' ~> 1.1 .0'
20+ spec.add_development_dependency ' datarockets-style' , ' ~> 1.3 .0'
2121```
2222
2323And then execute:
Original file line number Diff line number Diff line change 11# Releasing
22
33* Update ` version.rb ` file accordingly.
4+ * Update ` README.mb ` file.
45* Update ` CHANGELOG.md ` file.
5- * Update ` Gemfile.lock ` file via running ` bundle install ` .
66* Build and publish (and verify that everything ok):
77
88``` bash
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module DatarocketsStyle
4- VERSION = "1.2 .0"
4+ VERSION = "1.3 .0"
55end
You can’t perform that action at this time.
0 commit comments