bixby 3.0.0.pre1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f07da8056fc98d1f17ee4d58e4dc3e12e2e2fa529438ec727d7a6de51f8d736
4
- data.tar.gz: 8ca94962b168caea3563cc9227ea17916a7c16100dc85d05ae3fa0bf1b8fad55
3
+ metadata.gz: 2c4659c045e2c6131f22d38169c4aef5da228911baa90a346896cc638b763baa
4
+ data.tar.gz: 611be63d8132423d7e8ba4bae335f86627bbbd8c787d6cc683881f02fa8ce529
5
5
  SHA512:
6
- metadata.gz: b25c624142a5a960c0681076e7c075217ee940d20701d4dfc57c528f2a2a46e53e218ad7ccd7eb202a6113d5bc1de119991129691292f4c72ac46a05bfd90d5f
7
- data.tar.gz: 607d7530ff3f51ab54553d47e5c40aa8128a5a9b8aa8223b3912b6d96d0efa95e8de72f741d8b02227be109e7bac1ddae630621d9b6807eaf9aa6388778bd672
6
+ metadata.gz: 6109e5aacef87f6efa9c44045b70e92e0fbde82c89eb4f6c237d528cd8c03bc3661def1782d3e7e3000d8c64dcf849d0f36834049ec1cfe96bf961a3b0eba5b1
7
+ data.tar.gz: ebc301c7032fa52f7c6a918186cf985736be43bd0133ab78eaaf65fa239d8fd54bb04d98aa7e2b6ddfbb80744564087647b7437ce0fdbbeaa7506b3d1c556b7b
@@ -1,2 +1,2 @@
1
1
  unreleased=true
2
- future-release=3.0.0
2
+ future-release=3.0.1
@@ -1,14 +1,70 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.1](https://github.com/samvera-labs/bixby/tree/3.0.1) (2020-06-16)
4
+
5
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v3.0.0...3.0.1)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Removes IndentationConsistency supported styles [\#45](https://github.com/samvera-labs/bixby/pull/45) ([rotated8](https://github.com/rotated8))
10
+ - allow non-ascii characters in comments [\#44](https://github.com/samvera-labs/bixby/pull/44) ([no-reply](https://github.com/no-reply))
11
+
12
+ ## [v3.0.0](https://github.com/samvera-labs/bixby/tree/v3.0.0) (2020-06-10)
13
+
14
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v3.0.0.pre3...v3.0.0)
15
+
16
+ **Merged pull requests:**
17
+
18
+ - Prep for 3.0.0 release [\#43](https://github.com/samvera-labs/bixby/pull/43) ([bess](https://github.com/bess))
19
+ - Prep for 3.0.0.pre3 release [\#42](https://github.com/samvera-labs/bixby/pull/42) ([bess](https://github.com/bess))
20
+
21
+ ## [v3.0.0.pre3](https://github.com/samvera-labs/bixby/tree/v3.0.0.pre3) (2020-06-10)
22
+
23
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v3.0.0.pre2...v3.0.0.pre3)
24
+
25
+ **Merged pull requests:**
26
+
27
+ - Disable Rails/DynamicFindBy [\#41](https://github.com/samvera-labs/bixby/pull/41) ([bess](https://github.com/bess))
28
+
29
+ ## [v3.0.0.pre2](https://github.com/samvera-labs/bixby/tree/v3.0.0.pre2) (2020-06-10)
30
+
31
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v3.0.0.pre1...v3.0.0.pre2)
32
+
33
+ **Merged pull requests:**
34
+
35
+ - Prep for 3.0.0.pre2 release [\#40](https://github.com/samvera-labs/bixby/pull/40) ([bess](https://github.com/bess))
36
+ - 3.0.0 fixup [\#39](https://github.com/samvera-labs/bixby/pull/39) ([no-reply](https://github.com/no-reply))
37
+
38
+ ## [v3.0.0.pre1](https://github.com/samvera-labs/bixby/tree/v3.0.0.pre1) (2020-06-10)
39
+
40
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v3.0.0.pre.pre1...v3.0.0.pre1)
41
+
42
+ **Merged pull requests:**
43
+
44
+ - Fix gem version [\#38](https://github.com/samvera-labs/bixby/pull/38) ([bess](https://github.com/bess))
45
+
46
+ ## [v3.0.0.pre.pre1](https://github.com/samvera-labs/bixby/tree/v3.0.0.pre.pre1) (2020-06-10)
47
+
48
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v2.1.0...v3.0.0.pre.pre1)
49
+
50
+ **Implemented enhancements:**
51
+
52
+ - Request to promote this Gem to samvera [\#33](https://github.com/samvera-labs/bixby/issues/33)
53
+
54
+ **Merged pull requests:**
55
+
56
+ - Prep for 3.0.0-pre1 release [\#37](https://github.com/samvera-labs/bixby/pull/37) ([bess](https://github.com/bess))
57
+ - Prepares the Gem for promotion [\#34](https://github.com/samvera-labs/bixby/pull/34) ([jrgriffiniii](https://github.com/jrgriffiniii))
58
+
3
59
  ## [v2.1.0](https://github.com/samvera-labs/bixby/tree/v2.1.0) (2020-06-09)
4
60
 
5
61
  [Full Changelog](https://github.com/samvera-labs/bixby/compare/v2.0.0...v2.1.0)
6
62
 
7
63
  **Merged pull requests:**
8
64
 
9
- - Prep for 2.1.0 release [#36](https://github.com/samvera-labs/bixby/pull/36) ([bess](https://github.com/bess))
10
- - Upgrade rubocop and dependencies [#35](https://github.com/samvera-labs/bixby/pull/35) ([bess](https://github.com/bess))
11
- - Prep for 2.0 release [#31](https://github.com/samvera-labs/bixby/pull/31) ([bess](https://github.com/bess))
65
+ - Prep for 2.1.0 release [\#36](https://github.com/samvera-labs/bixby/pull/36) ([bess](https://github.com/bess))
66
+ - Upgrade rubocop and dependencies [\#35](https://github.com/samvera-labs/bixby/pull/35) ([bess](https://github.com/bess))
67
+ - Prep for 2.0 release [\#31](https://github.com/samvera-labs/bixby/pull/31) ([bess](https://github.com/bess))
12
68
 
13
69
  ## [v2.0.0](https://github.com/samvera-labs/bixby/tree/v2.0.0) (2019-12-10)
14
70
 
@@ -16,14 +72,14 @@
16
72
 
17
73
  **Closed issues:**
18
74
 
19
- - Upgrade for new rubocop [#26](https://github.com/samvera-labs/bixby/issues/26)
20
- - Update rubocop-rspec [#25](https://github.com/samvera-labs/bixby/issues/25)
21
- - Lint/BlockAlignment has the wrong namespace - should be Layout [#24](https://github.com/samvera-labs/bixby/issues/24)
22
- - Add Lint/RescueWithoutErrorClass [#23](https://github.com/samvera-labs/bixby/issues/23)
75
+ - Upgrade for new rubocop [\#26](https://github.com/samvera-labs/bixby/issues/26)
76
+ - Update rubocop-rspec [\#25](https://github.com/samvera-labs/bixby/issues/25)
77
+ - Lint/BlockAlignment has the wrong namespace - should be Layout [\#24](https://github.com/samvera-labs/bixby/issues/24)
78
+ - Add Lint/RescueWithoutErrorClass [\#23](https://github.com/samvera-labs/bixby/issues/23)
23
79
 
24
80
  **Merged pull requests:**
25
81
 
26
- - Skipping node_modules directory when running cops [#30](https://github.com/samvera-labs/bixby/pull/30) ([cgalarza](https://github.com/cgalarza))
82
+ - Skipping node\_modules directory when running cops [\#30](https://github.com/samvera-labs/bixby/pull/30) ([cgalarza](https://github.com/cgalarza))
27
83
 
28
84
  ## [v2.0.0.pre.beta1](https://github.com/samvera-labs/bixby/tree/v2.0.0.pre.beta1) (2019-02-14)
29
85
 
@@ -31,7 +87,8 @@
31
87
 
32
88
  **Merged pull requests:**
33
89
 
34
- - Bixby 2.0 [#28](https://github.com/samvera-labs/bixby/pull/28) ([no-reply](https://github.com/no-reply))
90
+ - Bixby 2.0 [\#28](https://github.com/samvera-labs/bixby/pull/28) ([no-reply](https://github.com/no-reply))
91
+ - Bump version to 1.0.0-rc1 [\#21](https://github.com/samvera-labs/bixby/pull/21) ([no-reply](https://github.com/no-reply))
35
92
 
36
93
  ## [1.0.0](https://github.com/samvera-labs/bixby/tree/1.0.0) (2018-02-13)
37
94
 
@@ -39,7 +96,7 @@
39
96
 
40
97
  **Merged pull requests:**
41
98
 
42
- - Prepare Release 1.0.0 [#22](https://github.com/samvera-labs/bixby/pull/22) ([no-reply](https://github.com/no-reply))
99
+ - Prepare Release 1.0.0 [\#22](https://github.com/samvera-labs/bixby/pull/22) ([no-reply](https://github.com/no-reply))
43
100
 
44
101
  ## [v1.0.0-rc1](https://github.com/samvera-labs/bixby/tree/v1.0.0-rc1) (2018-02-09)
45
102
 
@@ -47,19 +104,19 @@
47
104
 
48
105
  **Closed issues:**
49
106
 
50
- - Disable `RSpec/MulitpleExpectations` [#19](https://github.com/samvera-labs/bixby/issues/19)
51
- - Add tmp dir to AllCops exclusion [#18](https://github.com/samvera-labs/bixby/issues/18)
52
- - Warning: unrecognized cop Naming/BinaryOperatorParameter found in ~/.gem/ruby/2.4.2/gems/bixby-0.3.0/bixby_default.yml [#14](https://github.com/samvera-labs/bixby/issues/14)
53
- - Resolve new cops/changes is in rubocop-rspec 0.18.0\. [#11](https://github.com/samvera-labs/bixby/issues/11)
54
- - Resolve new cops/changes in RuboCop 0.50.0 [#10](https://github.com/samvera-labs/bixby/issues/10)
55
- - Bixby not compatible with latest Rubocop [#6](https://github.com/samvera-labs/bixby/issues/6)
107
+ - Disable `RSpec/MulitpleExpectations` [\#19](https://github.com/samvera-labs/bixby/issues/19)
108
+ - Add tmp dir to AllCops exclusion [\#18](https://github.com/samvera-labs/bixby/issues/18)
109
+ - Warning: unrecognized cop Naming/BinaryOperatorParameter found in ~/.gem/ruby/2.4.2/gems/bixby-0.3.0/bixby\_default.yml [\#14](https://github.com/samvera-labs/bixby/issues/14)
110
+ - Resolve new cops/changes is in rubocop-rspec 0.18.0. [\#11](https://github.com/samvera-labs/bixby/issues/11)
111
+ - Resolve new cops/changes in RuboCop 0.50.0 [\#10](https://github.com/samvera-labs/bixby/issues/10)
112
+ - Bixby not compatible with latest Rubocop [\#6](https://github.com/samvera-labs/bixby/issues/6)
56
113
 
57
114
  **Merged pull requests:**
58
115
 
59
- - Bump version to 1.0.0-rc1 [#21](https://github.com/samvera-labs/bixby/pull/21) ([no-reply](https://github.com/no-reply))
60
- - Support newer versions of `rubocop`, `rubocop-rspec`, and Ruby [#20](https://github.com/samvera-labs/bixby/pull/20) ([no-reply](https://github.com/no-reply))
61
- - Remove Lint/InvalidCharacterLiteral, fixes #15 [#16](https://github.com/samvera-labs/bixby/pull/16) ([hackmastera](https://github.com/hackmastera))
62
- - Lock versions to `rubocop` 0.50.0 and `rubocop-rspec` 1.18.0 [#12](https://github.com/samvera-labs/bixby/pull/12) ([no-reply](https://github.com/no-reply))
116
+ - Support newer versions of `rubocop`, `rubocop-rspec`, and Ruby [\#20](https://github.com/samvera-labs/bixby/pull/20) ([no-reply](https://github.com/no-reply))
117
+ - Remove Lint/InvalidCharacterLiteral, fixes \#15 [\#16](https://github.com/samvera-labs/bixby/pull/16) ([hackmastera](https://github.com/hackmastera))
118
+ - Update READEME.md to discuss versioning strategy [\#13](https://github.com/samvera-labs/bixby/pull/13) ([no-reply](https://github.com/no-reply))
119
+ - Lock versions to `rubocop` 0.50.0 and `rubocop-rspec` 1.18.0 [\#12](https://github.com/samvera-labs/bixby/pull/12) ([no-reply](https://github.com/no-reply))
63
120
 
64
121
  ## [v0.3.1](https://github.com/samvera-labs/bixby/tree/v0.3.1) (2017-10-04)
65
122
 
@@ -67,11 +124,11 @@
67
124
 
68
125
  **Closed issues:**
69
126
 
70
- - Error: The `Lint/InvalidCharacterLiteral` cop has been removed since it was never being actually triggered. (obsolete configuration found in /home/ubuntu/valkyrie/valkyrie/vendor/valk_bundle/ruby/2.3.0/gems/bixby-0.3.0/bixby_default.yml, please update it) [#15](https://github.com/samvera-labs/bixby/issues/15)
127
+ - Error: The `Lint/InvalidCharacterLiteral` cop has been removed since it was never being actually triggered. \(obsolete configuration found in /home/ubuntu/valkyrie/valkyrie/vendor/valk\_bundle/ruby/2.3.0/gems/bixby-0.3.0/bixby\_default.yml, please update it\) [\#15](https://github.com/samvera-labs/bixby/issues/15)
71
128
 
72
129
  **Merged pull requests:**
73
130
 
74
- - Remove Lint/InvalidCharacterLiteral, fixes #15 [#17](https://github.com/samvera-labs/bixby/pull/17) ([hackmastera](https://github.com/hackmastera))
131
+ - Remove Lint/InvalidCharacterLiteral, fixes \#15 [\#17](https://github.com/samvera-labs/bixby/pull/17) ([hackmastera](https://github.com/hackmastera))
75
132
 
76
133
  ## [v0.3.0](https://github.com/samvera-labs/bixby/tree/v0.3.0) (2017-10-03)
77
134
 
@@ -79,10 +136,9 @@
79
136
 
80
137
  **Merged pull requests:**
81
138
 
82
- - Update READEME.md to discuss versioning strategy [#13](https://github.com/samvera-labs/bixby/pull/13) ([no-reply](https://github.com/no-reply))
83
- - Prepare Release v0.3.0 [#9](https://github.com/samvera-labs/bixby/pull/9) ([no-reply](https://github.com/no-reply))
84
- - Upgrade for RuboCop 0.50.0 compatibility [#8](https://github.com/samvera-labs/bixby/pull/8) ([no-reply](https://github.com/no-reply))
85
- - Allow deeper group nesting in RSpec [#7](https://github.com/samvera-labs/bixby/pull/7) ([no-reply](https://github.com/no-reply))
139
+ - Prepare Release v0.3.0 [\#9](https://github.com/samvera-labs/bixby/pull/9) ([no-reply](https://github.com/no-reply))
140
+ - Upgrade for RuboCop 0.50.0 compatibility [\#8](https://github.com/samvera-labs/bixby/pull/8) ([no-reply](https://github.com/no-reply))
141
+ - Allow deeper group nesting in RSpec [\#7](https://github.com/samvera-labs/bixby/pull/7) ([no-reply](https://github.com/no-reply))
86
142
 
87
143
  ## [v0.2.2](https://github.com/samvera-labs/bixby/tree/v0.2.2) (2017-08-07)
88
144
 
@@ -90,12 +146,12 @@
90
146
 
91
147
  **Closed issues:**
92
148
 
93
- - Should we allow long blocks in CatalogController? [#3](https://github.com/samvera-labs/bixby/issues/3)
149
+ - Should we allow long blocks in CatalogController? [\#3](https://github.com/samvera-labs/bixby/issues/3)
94
150
 
95
151
  **Merged pull requests:**
96
152
 
97
- - Ignore block and class length on CatalogController [#5](https://github.com/samvera-labs/bixby/pull/5) ([no-reply](https://github.com/no-reply))
98
- - Include 'Capfile' in excluded filenames [#4](https://github.com/samvera-labs/bixby/pull/4) ([mark-dce](https://github.com/mark-dce))
153
+ - Ignore block and class length on CatalogController [\#5](https://github.com/samvera-labs/bixby/pull/5) ([no-reply](https://github.com/no-reply))
154
+ - Include 'Capfile' in excluded filenames [\#4](https://github.com/samvera-labs/bixby/pull/4) ([mark-dce](https://github.com/mark-dce))
99
155
 
100
156
  ## [v0.2.1](https://github.com/samvera-labs/bixby/tree/v0.2.1) (2017-06-01)
101
157
 
@@ -103,11 +159,13 @@
103
159
 
104
160
  **Merged pull requests:**
105
161
 
106
- - Add bundler release tasks for easier gem management [#2](https://github.com/samvera-labs/bixby/pull/2) ([bess](https://github.com/bess))
107
- - Rubocop 0 49 fixes [#1](https://github.com/samvera-labs/bixby/pull/1) ([bess](https://github.com/bess))
162
+ - Add bundler release tasks for easier gem management [\#2](https://github.com/samvera-labs/bixby/pull/2) ([bess](https://github.com/bess))
163
+ - Rubocop 0 49 fixes [\#1](https://github.com/samvera-labs/bixby/pull/1) ([bess](https://github.com/bess))
108
164
 
109
165
  ## [v0.2.0](https://github.com/samvera-labs/bixby/tree/v0.2.0) (2017-03-30)
110
166
 
111
167
  [Full Changelog](https://github.com/samvera-labs/bixby/compare/8f95541b23cfda44c8a89704127696262284215a...v0.2.0)
112
168
 
113
- * _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
169
+
170
+
171
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
@@ -12,10 +12,14 @@ Gem::Specification.new do |spec|
12
12
  spec.name = 'bixby'
13
13
  spec.require_paths = ['lib']
14
14
 
15
- spec.version = '3.0.0.pre1'
15
+ spec.version = '3.0.2'
16
16
  spec.license = 'Apache-2.0'
17
17
 
18
18
  spec.add_dependency 'rubocop', '0.85.1'
19
+ # Added to prevent downstream breakage; When we update the above
20
+ # Rubocop version, we will want to revisit this dependency. Either
21
+ # changing the version range OR removing it.
22
+ spec.add_dependency 'rubocop-ast', '~> 0.3.0'
19
23
  spec.add_dependency 'rubocop-performance'
20
24
  spec.add_dependency 'rubocop-rails'
21
25
  spec.add_dependency 'rubocop-rspec'
@@ -24,9 +24,6 @@ Style/AndOr:
24
24
  Style/ArrayJoin:
25
25
  Enabled: true
26
26
 
27
- Style/AsciiComments:
28
- Enabled: true
29
-
30
27
  Style/Attr:
31
28
  Enabled: true
32
29
 
@@ -447,9 +444,7 @@ Layout/FirstParameterIndentation:
447
444
  Enabled: true
448
445
 
449
446
  Layout/IndentationConsistency:
450
- SupportedStyles:
451
- - normal
452
- - rails
447
+ Enabled: true
453
448
  EnforcedStyle: normal
454
449
 
455
450
  Layout/IndentationWidth:
@@ -698,9 +693,6 @@ Lint/EmptyInterpolation:
698
693
  Lint/EmptyWhen:
699
694
  Enabled: true
700
695
 
701
- Style/EndBlock:
702
- Enabled: true
703
-
704
696
  Lint/EnsureReturn:
705
697
  Enabled: true
706
698
 
@@ -16,6 +16,12 @@ Rails/Delegate:
16
16
  Rails/DelegateAllowBlank:
17
17
  Enabled: true
18
18
 
19
+ # This one breaks things unexpectedly.
20
+ # E.g., it changes ISO_639.find_by_code(language_code) to ISO_639.find_by(code: language_code)
21
+ # which results in an error.
22
+ Rails/DynamicFindBy:
23
+ Enabled: false
24
+
19
25
  Rails/EnumUniqueness:
20
26
  Enabled: true
21
27
 
@@ -24,6 +30,7 @@ Rails/Exit:
24
30
 
25
31
  Rails/FilePath:
26
32
  Enabled: true
33
+ EnforcedStyle: arguments
27
34
 
28
35
  Rails/FindBy:
29
36
  Enabled: true
@@ -34,12 +41,21 @@ Rails/FindEach:
34
41
  Rails/HasAndBelongsToMany:
35
42
  Enabled: true
36
43
 
44
+ Rails/HelperInstanceVariable:
45
+ Enabled: false
46
+
37
47
  Rails/HttpPositionalArguments:
38
48
  Enabled: true
39
49
  Include:
40
50
  - 'spec/**/*'
41
51
  - 'test/**/*'
42
52
 
53
+ Rails/InverseOf:
54
+ Enabled: false
55
+
56
+ Rails/LexicallyScopedActionFilter:
57
+ Enabled: false
58
+
43
59
  Rails/NotNullColumn:
44
60
  Enabled: true
45
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bixby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.pre1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Johnson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-10 00:00:00.000000000 Z
11
+ date: 2020-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.85.1
27
+ - !ruby/object:Gem::Dependency
28
+ name: rubocop-ast
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 0.3.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 0.3.0
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: rubocop-performance
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -118,11 +132,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
132
  version: '0'
119
133
  required_rubygems_version: !ruby/object:Gem::Requirement
120
134
  requirements:
121
- - - ">"
135
+ - - ">="
122
136
  - !ruby/object:Gem::Version
123
- version: 1.3.1
137
+ version: '0'
124
138
  requirements: []
125
- rubygems_version: 3.1.4
139
+ rubygems_version: 3.1.2
126
140
  signing_key:
127
141
  specification_version: 4
128
142
  summary: This is the recommended style configuration for use by Samvera Community