lolcommits-lolsrv 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 +68 -0
- data/CODE_OF_CONDUCT.md +54 -31
- data/PULL_REQUEST_TEMPLATE.md +16 -0
- data/README.md +5 -5
- data/lib/lolcommits/lolsrv/version.rb +1 -1
- data/lolcommits-lolsrv.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: 3779f931d965ac092de05d0dc4129fc709ca214eed1214ff909a574f7326453f
|
4
|
+
data.tar.gz: '089ce5773724388d8558d655a5a68da04a41fbd8668c4e3d5c52532ae9f5f54b'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59e041fdcd7bbdee32cefdbfba619e1889f5954d80cd966e76544b47afe0aeba9f7664d631b3fd7814fc7ab9ac697a324c29ab4f19401bf1afc40bf4b8e174c3
|
7
|
+
data.tar.gz: '08f10ccae53516ddc7878be3e97211d00c6d2011e2e17346fc89efb7bb05a294c6d154a29ed203b9c5a7397546c3853aa4e45a9098a7c918141dea4d15c565ac'
|
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,68 @@
|
|
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
|
+
|
20
|
+
### Removed
|
21
|
+
- Remove runner_order method
|
22
|
+
|
23
|
+
## [0.0.7] - 2018-02-05
|
24
|
+
### Removed
|
25
|
+
- Dropped Ruby 2.0 support
|
26
|
+
|
27
|
+
## [0.0.6] - 2018-01-03
|
28
|
+
### Changed
|
29
|
+
- Updated Travis Rubies
|
30
|
+
- Require at least lolcommits 0.10.0
|
31
|
+
|
32
|
+
### Removed
|
33
|
+
- Removed name method
|
34
|
+
|
35
|
+
## [0.0.5] - 2017-12-21
|
36
|
+
### Changed
|
37
|
+
- Minor code refactor
|
38
|
+
|
39
|
+
## [0.0.4] - 2017-12-17
|
40
|
+
### Changed
|
41
|
+
- Update README
|
42
|
+
- Refactor plugin code
|
43
|
+
|
44
|
+
## [0.0.3] - 2017-12-15
|
45
|
+
### Changed
|
46
|
+
- Update tests to work with fake_io_capture
|
47
|
+
|
48
|
+
## [0.0.2] - 2017-12-06
|
49
|
+
### Changed
|
50
|
+
- Updated Travis Rubies
|
51
|
+
- README
|
52
|
+
|
53
|
+
## [0.0.1] - 2017-09-17
|
54
|
+
### Changed
|
55
|
+
- Initial release
|
56
|
+
|
57
|
+
[Unreleased]: https://github.com/lolcommits/lolcommits-lolsrv/compare/v0.1.1...HEAD
|
58
|
+
[0.1.1]: https://github.com/lolcommits/lolcommits-lolsrv/compare/v0.1.0...v0.1.1
|
59
|
+
[0.1.0]: https://github.com/lolcommits/lolcommits-lolsrv/compare/v0.0.7...v0.1.0
|
60
|
+
[0.0.7]: https://github.com/lolcommits/lolcommits-lolsrv/compare/v0.0.6...v0.0.7
|
61
|
+
[0.0.6]: https://github.com/lolcommits/lolcommits-lolsrv/compare/v0.0.5...v0.0.6
|
62
|
+
[0.0.5]: https://github.com/lolcommits/lolcommits-lolsrv/compare/v0.0.4...v0.0.5
|
63
|
+
[0.0.4]: https://github.com/lolcommits/lolcommits-lolsrv/compare/v0.0.3...v0.0.4
|
64
|
+
[0.0.3]: https://github.com/lolcommits/lolcommits-lolsrv/compare/v0.0.2...v0.0.3
|
65
|
+
[0.0.2]: https://github.com/lolcommits/lolcommits-lolsrv/compare/v0.0.1...v0.0.2
|
66
|
+
[0.0.1]: https://github.com/lolcommits/lolcommits-lolsrv/compare/f328789...v0.0.1
|
67
|
+
[KeepAChangelog]: http://keepachangelog.com/en/1.0.0/
|
68
|
+
[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 Lolsrv
|
2
2
|
|
3
|
-
[![Gem
|
4
|
-
[![Travis
|
5
|
-
[![
|
6
|
-
[![
|
7
|
-
[![
|
3
|
+
[![Gem](https://img.shields.io/gem/v/lolcommits-lolsrv.svg?style=flat)](http://rubygems.org/gems/lolcommits-lolsrv)
|
4
|
+
[![Travis](https://travis-ci.org/lolcommits/lolcommits-lolsrv.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-lolsrv)
|
5
|
+
[![Depfu](https://img.shields.io/depfu/lolcommits/lolcommits-lolsrv.svg?style=flat)](https://depfu.com/github/lolcommits/lolcommits-lolsrv)
|
6
|
+
[![Maintainability](https://api.codeclimate.com/v1/badges/309c4d765a49dddebbc9/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv/maintainability)
|
7
|
+
[![Test Coverage](https://api.codeclimate.com/v1/badges/309c4d765a49dddebbc9/test_coverage)](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv/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-lolsrv.gemspec
CHANGED
@@ -19,6 +19,13 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.homepage = "https://github.com/lolcommits/lolcommits-lolsrv"
|
20
20
|
spec.license = "LGPL-3"
|
21
21
|
|
22
|
+
spec.metadata = {
|
23
|
+
"homepage_uri" => "https://github.com/lolcommits/lolcommits-lolsrv",
|
24
|
+
"changelog_uri" => "https://github.com/lolcommits/lolcommits-lolsrv/blob/master/CHANGELOG.md",
|
25
|
+
"source_code_uri" => "https://github.com/lolcommits/lolcommits-lolsrv",
|
26
|
+
"bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-lolsrv/issues",
|
27
|
+
}
|
28
|
+
|
22
29
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
23
30
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
24
31
|
if spec.respond_to?(:metadata)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lolcommits-lolsrv
|
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
|
@@ -135,10 +135,12 @@ files:
|
|
135
135
|
- ".gitignore"
|
136
136
|
- ".simplecov"
|
137
137
|
- ".travis.yml"
|
138
|
+
- CHANGELOG.md
|
138
139
|
- CODE_OF_CONDUCT.md
|
139
140
|
- CONTRIBUTING.md
|
140
141
|
- Gemfile
|
141
142
|
- LICENSE
|
143
|
+
- PULL_REQUEST_TEMPLATE.md
|
142
144
|
- README.md
|
143
145
|
- Rakefile
|
144
146
|
- bin/console
|
@@ -155,6 +157,10 @@ homepage: https://github.com/lolcommits/lolcommits-lolsrv
|
|
155
157
|
licenses:
|
156
158
|
- LGPL-3
|
157
159
|
metadata:
|
160
|
+
homepage_uri: https://github.com/lolcommits/lolcommits-lolsrv
|
161
|
+
changelog_uri: https://github.com/lolcommits/lolcommits-lolsrv/blob/master/CHANGELOG.md
|
162
|
+
source_code_uri: https://github.com/lolcommits/lolcommits-lolsrv
|
163
|
+
bug_tracker_uri: https://github.com/lolcommits/lolcommits-lolsrv/issues
|
158
164
|
allowed_push_host: https://rubygems.org
|
159
165
|
post_install_message:
|
160
166
|
rdoc_options: []
|
@@ -172,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
172
178
|
version: '0'
|
173
179
|
requirements: []
|
174
180
|
rubyforge_project:
|
175
|
-
rubygems_version: 2.7.
|
181
|
+
rubygems_version: 2.7.6
|
176
182
|
signing_key:
|
177
183
|
specification_version: 4
|
178
184
|
summary: Sync lolcommits to a remote server
|