lolcommits-slack 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -1
- data/CHANGELOG.md +49 -0
- data/CODE_OF_CONDUCT.md +54 -31
- data/PULL_REQUEST_TEMPLATE.md +16 -0
- data/README.md +5 -5
- data/lib/lolcommits/slack/version.rb +1 -1
- data/lolcommits-slack.gemspec +7 -0
- metadata +9 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f5d8cd577897de58bfbb8c410b7e6fb72801875fb571e987eeec616dc1f9f2a
|
4
|
+
data.tar.gz: b820249bb67280df8c4a92fbdcd08ea7153c7cf4109962cf98bb8c87359f4c6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f033312300d5b6022bdba1efb34884ec0285f820c93f57b4c6bebe78a05ab1f49136c11a0ba05e70285c0d42963cdc5f24d8785170f9e2fd61c44e80e55a835
|
7
|
+
data.tar.gz: f6760ac53c123006362462c36ace1dfb19e24d211aec822308889359e1070d131226697c9f3434a421e4211d69fd03a42fc46c6ac3b508bec018f95eb33edead
|
data/.travis.yml
CHANGED
@@ -6,11 +6,12 @@ rvm:
|
|
6
6
|
- 2.2.9
|
7
7
|
- 2.3.6
|
8
8
|
- 2.4.3
|
9
|
-
- 2.5.
|
9
|
+
- 2.5.1
|
10
10
|
- ruby-head
|
11
11
|
|
12
12
|
before_install:
|
13
13
|
- gem update --system
|
14
|
+
- gem install bundler
|
14
15
|
- git --version
|
15
16
|
- git config --global user.email "lol@commits.org"
|
16
17
|
- git config --global user.name "Lolcommits"
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
# ChangeLog
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
|
5
|
+
The format is based on [Keep a Changelog](KeepAChangelog) and this project
|
6
|
+
adheres to [Semantic Versioning](Semver).
|
7
|
+
|
8
|
+
## [Unreleased]
|
9
|
+
|
10
|
+
- Your contribution here!
|
11
|
+
|
12
|
+
## [0.1.1] - 2018-05-24
|
13
|
+
### Changed
|
14
|
+
- Updated gemspec meta data links.
|
15
|
+
|
16
|
+
## [0.1.0] - 2018-03-27
|
17
|
+
### Changed
|
18
|
+
- Require at least lolcommits 0.12.0
|
19
|
+
- Remove runner_order method
|
20
|
+
|
21
|
+
## [0.0.4] - 2018-02-05
|
22
|
+
### Changed
|
23
|
+
- Require at least lolcommits 0.12.0
|
24
|
+
|
25
|
+
### Removed
|
26
|
+
- Dropped Ruby 2.0 support
|
27
|
+
|
28
|
+
## [0.0.3] - 2018-01-14
|
29
|
+
### Changed
|
30
|
+
- Use CodeClimate, ditch coveralls
|
31
|
+
- Require at least lolcommits 0.10.0
|
32
|
+
|
33
|
+
## [0.0.2] - 2017-12-05
|
34
|
+
### Changed
|
35
|
+
- Updated Travis Rubies
|
36
|
+
|
37
|
+
## [0.0.1] - 2017-08-28
|
38
|
+
### Changed
|
39
|
+
- Initial release
|
40
|
+
|
41
|
+
[Unreleased]: https://github.com/lolcommits/lolcommits-slack/compare/v0.1.1...HEAD
|
42
|
+
[0.1.1]: https://github.com/lolcommits/lolcommits-slack/compare/v0.1.0...v0.1.1
|
43
|
+
[0.1.0]: https://github.com/lolcommits/lolcommits-slack/compare/v0.0.4...v0.1.0
|
44
|
+
[0.0.4]: https://github.com/lolcommits/lolcommits-slack/compare/v0.0.3...v0.0.4
|
45
|
+
[0.0.3]: https://github.com/lolcommits/lolcommits-slack/compare/v0.0.2...v0.0.3
|
46
|
+
[0.0.2]: https://github.com/lolcommits/lolcommits-slack/compare/v0.0.1...v0.0.2
|
47
|
+
[0.0.1]: https://github.com/lolcommits/lolcommits-slack/compare/3644aa0...v0.0.1
|
48
|
+
[KeepAChangelog]: http://keepachangelog.com/en/1.0.0/
|
49
|
+
[Semver]: http://semver.org/spec/v2.0.0.html
|
data/CODE_OF_CONDUCT.md
CHANGED
@@ -1,24 +1,41 @@
|
|
1
|
-
# Contributor Code of Conduct
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
2
|
|
3
|
-
|
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.
|
3
|
+
## Our Pledge
|
7
4
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
+
education, socio-economic status, nationality, personal appearance, race,
|
10
|
+
religion, or sexual identity and orientation.
|
11
|
+
|
12
|
+
## Our Standards
|
13
|
+
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
15
|
+
include:
|
16
|
+
|
17
|
+
* Using welcoming and inclusive language
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
19
|
+
* Gracefully accepting constructive criticism
|
20
|
+
* Focusing on what is best for the community
|
21
|
+
* Showing empathy towards other community members
|
12
22
|
|
13
23
|
Examples of unacceptable behavior by participants include:
|
14
24
|
|
15
|
-
* The use of sexualized language or imagery
|
16
|
-
|
17
|
-
* Trolling
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
+
advances
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
18
28
|
* Public or private harassment
|
19
|
-
* Publishing
|
20
|
-
|
21
|
-
* Other
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
30
|
+
address, without explicit permission
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
+
professional setting
|
33
|
+
|
34
|
+
## Our Responsibilities
|
35
|
+
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
38
|
+
response to any instances of unacceptable behavior.
|
22
39
|
|
23
40
|
Project maintainers have the right and responsibility to remove, edit, or
|
24
41
|
reject comments, commits, code, wiki edits, issues, and other contributions
|
@@ -26,25 +43,31 @@ that are not aligned to this Code of Conduct, or to ban temporarily or
|
|
26
43
|
permanently any contributor for other behaviors that they deem inappropriate,
|
27
44
|
threatening, offensive, or harmful.
|
28
45
|
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
46
|
+
## Scope
|
47
|
+
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
+
when an individual is representing the project or its community. Examples of
|
50
|
+
representing a project or community include using an official project e-mail
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
53
|
+
further defined and clarified by project maintainers.
|
33
54
|
|
34
|
-
|
35
|
-
when an individual is representing the project or its community.
|
55
|
+
## Enforcement
|
36
56
|
|
37
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
38
|
-
reported by contacting
|
58
|
+
reported by contacting the project team at matt@hiddenloop.com. All
|
39
59
|
complaints will be reviewed and investigated and will result in a response that
|
40
|
-
is deemed necessary and appropriate to the circumstances.
|
41
|
-
obligated to maintain confidentiality with regard to the reporter of an
|
42
|
-
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
63
|
+
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
66
|
+
members of the project's leadership.
|
67
|
+
|
68
|
+
## Attribution
|
43
69
|
|
44
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
45
|
-
version
|
46
|
-
[http://contributor-covenant.org/version/1/3/0/][version]
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
47
72
|
|
48
|
-
[
|
49
|
-
[homepage]: http://contributor-covenant.org
|
50
|
-
[version]: http://contributor-covenant.org/version/1/3/0/
|
73
|
+
[homepage]: https://www.contributor-covenant.org
|
@@ -0,0 +1,16 @@
|
|
1
|
+
|
2
|
+
Explain what you're changing and why here.
|
3
|
+
|
4
|
+
---
|
5
|
+
#### :memo: Checklist
|
6
|
+
|
7
|
+
Please check this list and leave it intact for the reviewer. Thanks! :heart:
|
8
|
+
|
9
|
+
- [ ] Commit messages provide context (why not just what, some tips [here](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)).
|
10
|
+
- [ ] If relevant, mention GitHub issue number above and include in a commit message.
|
11
|
+
- [ ] Latest code from master merged.
|
12
|
+
- [ ] New behaviour has test coverage.
|
13
|
+
- [ ] Avoid duplicating code.
|
14
|
+
- [ ] No commented out code.
|
15
|
+
- [ ] Avoid comments for your code, write code that explains itself.
|
16
|
+
- [ ] Changes are simple, useful, clear and brief.
|
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# Lolcommits Slack
|
2
2
|
|
3
|
-
[![Gem
|
4
|
-
[![Travis
|
5
|
-
[![
|
6
|
-
[![
|
7
|
-
[![
|
3
|
+
[![Gem](https://img.shields.io/gem/v/lolcommits-slack.svg?style=flat)](http://rubygems.org/gems/lolcommits-slack)
|
4
|
+
[![Travis](https://travis-ci.org/lolcommits/lolcommits-slack.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-slack)
|
5
|
+
[![Depfu](https://img.shields.io/depfu/lolcommits/lolcommits-slack.svg?style=flat)](https://depfu.com/github/lolcommits/lolcommits-slack)
|
6
|
+
[![Maintainability](https://api.codeclimate.com/v1/badges/a866b41555abbda9dec0/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits-slack/maintainability)
|
7
|
+
[![Test Coverage](https://api.codeclimate.com/v1/badges/a866b41555abbda9dec0/test_coverage)](https://codeclimate.com/github/lolcommits/lolcommits-slack/test_coverage)
|
8
8
|
|
9
9
|
[lolcommits](https://lolcommits.github.io/) takes a snapshot with your webcam
|
10
10
|
every time you git commit code, and archives a lolcat style image with it. Git
|
data/lolcommits-slack.gemspec
CHANGED
@@ -15,6 +15,13 @@ Gem::Specification.new do |spec|
|
|
15
15
|
spec.homepage = "https://github.com/lolcommits/lolcommits-slack"
|
16
16
|
spec.license = "LGPL-3"
|
17
17
|
|
18
|
+
spec.metadata = {
|
19
|
+
"homepage_uri" => "https://github.com/lolcommits/lolcommits-slack",
|
20
|
+
"changelog_uri" => "https://github.com/lolcommits/lolcommits-slack/blob/master/CHANGELOG.md",
|
21
|
+
"source_code_uri" => "https://github.com/lolcommits/lolcommits-slack",
|
22
|
+
"bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-slack/issues",
|
23
|
+
}
|
24
|
+
|
18
25
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
19
26
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
20
27
|
if spec.respond_to?(:metadata)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lolcommits-slack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Hutchinson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -118,10 +118,12 @@ files:
|
|
118
118
|
- ".gitignore"
|
119
119
|
- ".simplecov"
|
120
120
|
- ".travis.yml"
|
121
|
+
- CHANGELOG.md
|
121
122
|
- CODE_OF_CONDUCT.md
|
122
123
|
- CONTRIBUTING.md
|
123
124
|
- Gemfile
|
124
125
|
- LICENSE
|
126
|
+
- PULL_REQUEST_TEMPLATE.md
|
125
127
|
- README.md
|
126
128
|
- Rakefile
|
127
129
|
- bin/console
|
@@ -136,6 +138,10 @@ homepage: https://github.com/lolcommits/lolcommits-slack
|
|
136
138
|
licenses:
|
137
139
|
- LGPL-3
|
138
140
|
metadata:
|
141
|
+
homepage_uri: https://github.com/lolcommits/lolcommits-slack
|
142
|
+
changelog_uri: https://github.com/lolcommits/lolcommits-slack/blob/master/CHANGELOG.md
|
143
|
+
source_code_uri: https://github.com/lolcommits/lolcommits-slack
|
144
|
+
bug_tracker_uri: https://github.com/lolcommits/lolcommits-slack/issues
|
139
145
|
allowed_push_host: https://rubygems.org
|
140
146
|
post_install_message:
|
141
147
|
rdoc_options: []
|
@@ -153,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
159
|
version: '0'
|
154
160
|
requirements: []
|
155
161
|
rubyforge_project:
|
156
|
-
rubygems_version: 2.7.
|
162
|
+
rubygems_version: 2.7.6
|
157
163
|
signing_key:
|
158
164
|
specification_version: 4
|
159
165
|
summary: Sends lolcommits to one (or more) Slack channels
|