code_owners 1.0.7 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: code_owners
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Cheatham
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2018-03-29 00:00:00.000000000 Z
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: pathspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  description: utility gem for .github/CODEOWNERS introspection
42
56
  email: coaxis@gmail.com
43
57
  executables:
@@ -57,11 +71,29 @@ files:
57
71
  - lib/code_owners.rb
58
72
  - lib/code_owners/version.rb
59
73
  - spec/code_owners_spec.rb
60
- homepage: http://github.com/jcheatham/code_owners
74
+ - spec/files/.dot folder/.silly example.txt
75
+ - spec/files/.dot folder/afoodle.txt
76
+ - spec/files/.dot folder/serious_example.txt
77
+ - spec/files/.gitignore
78
+ - spec/files/file name.txt
79
+ - spec/files/foo/bar/bar
80
+ - spec/files/foo/bar/bar.txt
81
+ - spec/files/foo/bar/baz/baz.txt
82
+ - spec/files/foo/bar/baz/baz2.txt
83
+ - spec/files/foo/bar/some bar.txt
84
+ - spec/files/foo/confoozing.txt
85
+ - spec/files/foo/fake_gem.gem
86
+ - spec/files/foo/foo
87
+ - spec/files/foo/foo.txt
88
+ - spec/files/foo/some foo.text
89
+ - spec/files/☃.txt
90
+ - spec/generate_permutations.rb
91
+ - spec/permutations.json
92
+ homepage: https://github.com/jcheatham/code_owners
61
93
  licenses:
62
94
  - MIT
63
95
  metadata: {}
64
- post_install_message:
96
+ post_install_message:
65
97
  rdoc_options: []
66
98
  require_paths:
67
99
  - lib
@@ -76,8 +108,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
108
  - !ruby/object:Gem::Version
77
109
  version: '0'
78
110
  requirements: []
79
- rubygems_version: 3.0.1
80
- signing_key:
111
+ rubygems_version: 3.3.8
112
+ signing_key:
81
113
  specification_version: 4
82
114
  summary: ".github/CODEOWNERS introspection utility gem"
83
115
  test_files: []