bixby 2.0.0.pre.beta1 → 2.0.0

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: 746a55d52af52d8d2dc66624cb90df7f99483ea1a1c5abcd42d229db8dd6064c
4
- data.tar.gz: 8ccfe8bd8507449103ec1fa39c49e342ff3b9e49e219e6f131f47ab2f4528b18
3
+ metadata.gz: 98071ddaf1aae7fa578581301c5c0e633dbdcb347bf20119a598f99a4d134b87
4
+ data.tar.gz: 6e1404ed5873453783a7050215a9cfd57b378b16d249e1da61b092aea6a8e6f1
5
5
  SHA512:
6
- metadata.gz: faa7c26aa8307040a0633ed5abe8f100ae4a485b4b126e39a70767df26bbfff632016bb06332783011e9d06010f27d16efabf33786eec92ce769448f866e8385
7
- data.tar.gz: a06ce2feddcf1b599e0e00307070d6d0b69b912574616941f9232c47fab0eff79b44f34a6cb742dd8752007076c655a6997c2dd3594ce3b487adbbbdbb512758
6
+ metadata.gz: c36a71ff3335fd24e72773a636030943f1a1782d643d6d3a57e5b69c8038a6a7b90a337222f54952f375f3938ea433160f484010c25eade5824c1e174d0fdbba
7
+ data.tar.gz: cc4f54449fdf1457c93d376cf3d224fd1c1a4b8965d7916b92418b74680aac319ceb3745114d84d8ef54197870c3465fab2b3662a603dd7a71c26a1c118231e0
@@ -0,0 +1,2 @@
1
+ unreleased=true
2
+ future-release=2.0.0
data/.gitignore CHANGED
@@ -48,3 +48,4 @@ build-iPhoneSimulator/
48
48
 
49
49
  # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
50
50
  .rvmrc
51
+ Gemfile.lock
@@ -0,0 +1,105 @@
1
+ # Changelog
2
+
3
+ ## [2.0.0](https://github.com/samvera-labs/bixby/tree/2.0.0) (2019-12-10)
4
+
5
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v2.0.0.pre.beta1...2.0.0)
6
+
7
+ **Closed issues:**
8
+
9
+ - Upgrade for new rubocop [\#26](https://github.com/samvera-labs/bixby/issues/26)
10
+ - Update rubocop-rspec [\#25](https://github.com/samvera-labs/bixby/issues/25)
11
+ - Lint/BlockAlignment has the wrong namespace - should be Layout [\#24](https://github.com/samvera-labs/bixby/issues/24)
12
+ - Add Lint/RescueWithoutErrorClass [\#23](https://github.com/samvera-labs/bixby/issues/23)
13
+
14
+ **Merged pull requests:**
15
+
16
+ - Skipping node\_modules directory when running cops [\#30](https://github.com/samvera-labs/bixby/pull/30) ([cgalarza](https://github.com/cgalarza))
17
+
18
+ ## [v2.0.0.pre.beta1](https://github.com/samvera-labs/bixby/tree/v2.0.0.pre.beta1) (2019-02-14)
19
+
20
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/1.0.0...v2.0.0.pre.beta1)
21
+
22
+ **Merged pull requests:**
23
+
24
+ - Bixby 2.0 [\#28](https://github.com/samvera-labs/bixby/pull/28) ([no-reply](https://github.com/no-reply))
25
+
26
+ ## [1.0.0](https://github.com/samvera-labs/bixby/tree/1.0.0) (2018-02-13)
27
+
28
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v1.0.0-rc1...1.0.0)
29
+
30
+ **Merged pull requests:**
31
+
32
+ - Prepare Release 1.0.0 [\#22](https://github.com/samvera-labs/bixby/pull/22) ([no-reply](https://github.com/no-reply))
33
+
34
+ ## [v1.0.0-rc1](https://github.com/samvera-labs/bixby/tree/v1.0.0-rc1) (2018-02-09)
35
+
36
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v0.3.1...v1.0.0-rc1)
37
+
38
+ **Closed issues:**
39
+
40
+ - Disable `RSpec/MulitpleExpectations` [\#19](https://github.com/samvera-labs/bixby/issues/19)
41
+ - Add tmp dir to AllCops exclusion [\#18](https://github.com/samvera-labs/bixby/issues/18)
42
+ - 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)
43
+ - Resolve new cops/changes is in rubocop-rspec 0.18.0. [\#11](https://github.com/samvera-labs/bixby/issues/11)
44
+ - Resolve new cops/changes in RuboCop 0.50.0 [\#10](https://github.com/samvera-labs/bixby/issues/10)
45
+ - Bixby not compatible with latest Rubocop [\#6](https://github.com/samvera-labs/bixby/issues/6)
46
+
47
+ **Merged pull requests:**
48
+
49
+ - Bump version to 1.0.0-rc1 [\#21](https://github.com/samvera-labs/bixby/pull/21) ([no-reply](https://github.com/no-reply))
50
+ - 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))
51
+ - Remove Lint/InvalidCharacterLiteral, fixes \#15 [\#16](https://github.com/samvera-labs/bixby/pull/16) ([hackmastera](https://github.com/hackmastera))
52
+ - Update READEME.md to discuss versioning strategy [\#13](https://github.com/samvera-labs/bixby/pull/13) ([no-reply](https://github.com/no-reply))
53
+ - 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))
54
+
55
+ ## [v0.3.1](https://github.com/samvera-labs/bixby/tree/v0.3.1) (2017-10-04)
56
+
57
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v0.3.0...v0.3.1)
58
+
59
+ **Closed issues:**
60
+
61
+ - 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)
62
+
63
+ **Merged pull requests:**
64
+
65
+ - Remove Lint/InvalidCharacterLiteral, fixes \#15 [\#17](https://github.com/samvera-labs/bixby/pull/17) ([hackmastera](https://github.com/hackmastera))
66
+
67
+ ## [v0.3.0](https://github.com/samvera-labs/bixby/tree/v0.3.0) (2017-10-03)
68
+
69
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v0.2.2...v0.3.0)
70
+
71
+ **Merged pull requests:**
72
+
73
+ - Prepare Release v0.3.0 [\#9](https://github.com/samvera-labs/bixby/pull/9) ([no-reply](https://github.com/no-reply))
74
+ - Upgrade for RuboCop 0.50.0 compatibility [\#8](https://github.com/samvera-labs/bixby/pull/8) ([no-reply](https://github.com/no-reply))
75
+ - Allow deeper group nesting in RSpec [\#7](https://github.com/samvera-labs/bixby/pull/7) ([no-reply](https://github.com/no-reply))
76
+
77
+ ## [v0.2.2](https://github.com/samvera-labs/bixby/tree/v0.2.2) (2017-08-07)
78
+
79
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v0.2.1...v0.2.2)
80
+
81
+ **Closed issues:**
82
+
83
+ - Should we allow long blocks in CatalogController? [\#3](https://github.com/samvera-labs/bixby/issues/3)
84
+
85
+ **Merged pull requests:**
86
+
87
+ - Ignore block and class length on CatalogController [\#5](https://github.com/samvera-labs/bixby/pull/5) ([no-reply](https://github.com/no-reply))
88
+ - Include 'Capfile' in excluded filenames [\#4](https://github.com/samvera-labs/bixby/pull/4) ([mark-dce](https://github.com/mark-dce))
89
+
90
+ ## [v0.2.1](https://github.com/samvera-labs/bixby/tree/v0.2.1) (2017-06-01)
91
+
92
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/v0.2.0...v0.2.1)
93
+
94
+ **Merged pull requests:**
95
+
96
+ - Add bundler release tasks for easier gem management [\#2](https://github.com/samvera-labs/bixby/pull/2) ([bess](https://github.com/bess))
97
+ - Rubocop 0 49 fixes [\#1](https://github.com/samvera-labs/bixby/pull/1) ([bess](https://github.com/bess))
98
+
99
+ ## [v0.2.0](https://github.com/samvera-labs/bixby/tree/v0.2.0) (2017-03-30)
100
+
101
+ [Full Changelog](https://github.com/samvera-labs/bixby/compare/8f95541b23cfda44c8a89704127696262284215a...v0.2.0)
102
+
103
+
104
+
105
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+ source 'https://rubygems.org'
3
+
4
+ gemspec
data/README.md CHANGED
@@ -35,6 +35,18 @@ Our goal is to insulate downstream projects from breakage due to pre-1.0 version
35
35
 
36
36
  Bixby is available under [the Apache 2.0 license](LICENSE.md).
37
37
 
38
+ ## Releasing
39
+
40
+ 1. `bundle install`
41
+ 1. Increase the version number in `bixby.gemspec`
42
+ 1. Increase the same version number in `.github_changelog_generator`
43
+ 1. Update `CHANGELOG.md` by running this command:
44
+ ```
45
+ github_changelog_generator --user samvera-labs --project bixby --token YOUR_GITHUB_TOKEN_HERE
46
+ ```
47
+ 1. Commit these changes to the master branch
48
+ 1. Run `rake release`
49
+
38
50
  ## Acknowledgments
39
51
 
40
52
  This software has been developed by and is brought to you by the Samvera community. Learn more at the
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.authors = ['Tom Johnson']
3
- spec.email = ['tom@curationexperts.com']
3
+ spec.email = ['johnson.tom@gmail.com']
4
4
  spec.description = 'A Style Configuration for RuboCop'
5
5
  spec.summary = 'This is the recommended style configuration for use ' \
6
6
  'by Samvera Community projects.'
@@ -10,9 +10,11 @@ Gem::Specification.new do |spec|
10
10
  spec.name = 'bixby'
11
11
  spec.require_paths = ['lib']
12
12
 
13
- spec.version = '2.0.0-beta1'
13
+ spec.version = '2.0.0'
14
14
  spec.license = 'Apache-2.0'
15
15
 
16
16
  spec.add_dependency 'rubocop', '0.63.1'
17
17
  spec.add_dependency 'rubocop-rspec', '1.31.0'
18
+
19
+ spec.add_development_dependency 'github_changelog_generator'
18
20
  end
@@ -7,6 +7,7 @@ AllCops:
7
7
  - 'script/**/*'
8
8
  - 'tmp/**/*'
9
9
  - 'vendor/**/*'
10
+ - 'node_modules/**/*'
10
11
 
11
12
  inherit_from:
12
13
  - bixby_rails_enabled.yml
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: 2.0.0.pre.beta1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Johnson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-14 00:00:00.000000000 Z
11
+ date: 2019-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -38,14 +38,31 @@ dependencies:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.31.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: github_changelog_generator
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  description: A Style Configuration for RuboCop
42
56
  email:
43
- - tom@curationexperts.com
57
+ - johnson.tom@gmail.com
44
58
  executables: []
45
59
  extensions: []
46
60
  extra_rdoc_files: []
47
61
  files:
62
+ - ".github_changelog_generator"
48
63
  - ".gitignore"
64
+ - CHANGELOG.md
65
+ - Gemfile
49
66
  - LICENSE
50
67
  - README.md
51
68
  - Rakefile
@@ -69,12 +86,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
86
  version: '0'
70
87
  required_rubygems_version: !ruby/object:Gem::Requirement
71
88
  requirements:
72
- - - ">"
89
+ - - ">="
73
90
  - !ruby/object:Gem::Version
74
- version: 1.3.1
91
+ version: '0'
75
92
  requirements: []
76
- rubyforge_project:
77
- rubygems_version: 2.7.7
93
+ rubygems_version: 3.0.6
78
94
  signing_key:
79
95
  specification_version: 4
80
96
  summary: This is the recommended style configuration for use by Samvera Community