File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33The 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
Original file line number Diff line number Diff line change 11PATH
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
99GEM
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 )
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
7679PLATFORMS
7780 ruby
Original file line number Diff line number Diff line change 11module Datarockets
22 module Style
3- VERSION = "0.10 .0" . freeze
3+ VERSION = "0.11 .0" . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments