git-semaphore 2.4.1 → 2.5.1

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
  SHA1:
3
- metadata.gz: 36e4d14f55f0ac7c3509ec0cdc0e9fa620267e6f
4
- data.tar.gz: b1a28a651e2ce2daf1f7300839f2761093ddc8e8
3
+ metadata.gz: 20f1ef4e38ff8168a497b5305e64687fd34f9d3b
4
+ data.tar.gz: 6246830f4d07135694cabec9db4d39f9a7ae017b
5
5
  SHA512:
6
- metadata.gz: 3bd6f7aefe3fcd9dad1f0b6ca9d312a2170371cb55da025ab4eea82387e95340d290170babf870be759dd822309da7036a7405e63e039cf2f9007ca83ac2548b
7
- data.tar.gz: 2a6a7dad8ba6b7458bb535d01b72964be30a8a0b84486d96a1fa4911376238558cf35b4106641460cf932a76deaf92f52662075d52ea15d401430055b597468d
6
+ metadata.gz: 98257219a6498e9bcb4f6d695f7777ad78ac3c9932e22a1f929c6b660821da641721afe9ac2510019a45d05ad9bc62ad44af8e94ff198e877ed373964f9de7ad
7
+ data.tar.gz: 959d38c7b382eedc035e13f418754da81a320b95b1a5c79e658607995f89fe23d5c45ce08cfd02ed55e87273f4a3aab29d4e0a676b4852a23a8996985845addb
@@ -14,11 +14,11 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = 'https://github.com/pvdb/git-semaphore'
15
15
  spec.license = 'MIT'
16
16
 
17
- spec.files = begin
18
- `git ls-files -z`
19
- .split("\x0")
20
- .reject { |f| f.match(%r{^(test|spec|features)/}) }
21
- end
17
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
18
+ `git ls-files -z`
19
+ .split("\x0")
20
+ .reject { |f| f.match(%r{^(test|spec|features)/}) }
21
+ end
22
22
  spec.bindir = 'exe'
23
23
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
24
  spec.require_paths = ['lib']
@@ -31,4 +31,5 @@ Gem::Specification.new do |spec|
31
31
  spec.add_development_dependency 'bundler'
32
32
  spec.add_development_dependency 'pry'
33
33
  spec.add_development_dependency 'rake'
34
+ spec.add_development_dependency 'rubocop'
34
35
  end
@@ -1,6 +1,6 @@
1
1
  module Git
2
2
  module Semaphore
3
3
  NAME = 'git-semaphore'.freeze
4
- VERSION = '2.4.1'.freeze
4
+ VERSION = '2.5.1'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-semaphore
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.1
4
+ version: 2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Vandenberk
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rubocop
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
83
97
  description: command-line integration with semaphoreci.com for git repositories
84
98
  email:
85
99
  - pvandenberk@mac.com
@@ -88,12 +102,10 @@ executables:
88
102
  extensions: []
89
103
  extra_rdoc_files: []
90
104
  files:
91
- - ".gitconform"
92
105
  - ".gitignore"
93
106
  - ".pryrc"
94
107
  - ".rubocop.yml"
95
108
  - ".ruby-version"
96
- - CODE_OF_CONDUCT.md
97
109
  - Gemfile
98
110
  - LICENSE.txt
99
111
  - README.md
data/.gitconform DELETED
@@ -1,9 +0,0 @@
1
- [git "conform"]
2
- checker = CarriageReturnCharacterChecker
3
- checker = FileNotEmptyChecker
4
- checker = LowercaseFilenameChecker
5
- checker = NonAsciiCharacterChecker
6
- checker = NonAsciiFilenameChecker
7
- checker = TabCharacterChecker
8
- checker = TrailingWhitespaceChecker
9
- checker = WhitespaceFilenameChecker
data/CODE_OF_CONDUCT.md DELETED
@@ -1,49 +0,0 @@
1
- # Contributor Code of Conduct
2
-
3
- As contributors and maintainers of this project, and in the interest of
4
- fostering an open and welcoming community, we pledge to respect all people who
5
- contribute through reporting issues, posting feature requests, updating
6
- documentation, submitting pull requests or patches, and other activities.
7
-
8
- We are committed to making participation in this project a harassment-free
9
- experience for everyone, regardless of level of experience, gender, gender
10
- identity and expression, sexual orientation, disability, personal appearance,
11
- body size, race, ethnicity, age, religion, or nationality.
12
-
13
- Examples of unacceptable behavior by participants include:
14
-
15
- * The use of sexualized language or imagery
16
- * Personal attacks
17
- * Trolling or insulting/derogatory comments
18
- * Public or private harassment
19
- * Publishing other's private information, such as physical or electronic
20
- addresses, without explicit permission
21
- * Other unethical or unprofessional conduct
22
-
23
- Project maintainers have the right and responsibility to remove, edit, or
24
- reject comments, commits, code, wiki edits, issues, and other contributions
25
- that are not aligned to this Code of Conduct, or to ban temporarily or
26
- permanently any contributor for other behaviors that they deem inappropriate,
27
- threatening, offensive, or harmful.
28
-
29
- By adopting this Code of Conduct, project maintainers commit themselves to
30
- fairly and consistently applying these principles to every aspect of managing
31
- this project. Project maintainers who do not follow or enforce the Code of
32
- Conduct may be permanently removed from the project team.
33
-
34
- This code of conduct applies both within project spaces and in public spaces
35
- when an individual is representing the project or its community.
36
-
37
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
- reported by contacting a project maintainer at pvandenberk@mac.com. All
39
- complaints will be reviewed and investigated and will result in a response that
40
- is deemed necessary and appropriate to the circumstances. Maintainers are
41
- obligated to maintain confidentiality with regard to the reporter of an
42
- incident.
43
-
44
- This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45
- version 1.3.0, available at
46
- [http://contributor-covenant.org/version/1/3/0/][version]
47
-
48
- [homepage]: http://contributor-covenant.org
49
- [version]: http://contributor-covenant.org/version/1/3/0/