lolcommits-yammer 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e20d73a69e971b01841112e9017988231307b90e11979d198576d8e79cdf975
4
- data.tar.gz: 7846c230404832b7123c09aef50c579e9ed2603839b63d023baef2baa1da1fa6
3
+ metadata.gz: d60cbcb338a6cc3b42d8d4256768bbb1ca7df25a4437bc81376bc20db4e9ea76
4
+ data.tar.gz: 76a158bbf3fec876b3ae0f1c6bd341c056fe56cc8d4c4049df630b669cee1174
5
5
  SHA512:
6
- metadata.gz: ac9a41d100ef8ecd12518c457f6caa506647936ae2c2dbb9546e7a4bda0eec69d0a5ab9f9bf973ce2c6a4bbe55a52f808bd0beb3203869a631dfa050a48c89d7
7
- data.tar.gz: d6866ad038308c8a29e7ddc1e965d70769ec986543a32586d44aeeacc2d6507348df3a91a7bab5a6658c8827e8f06d9ed90863e77f814a193978b765113f02bb
6
+ metadata.gz: 816cd4346d99e6aa973203d65f1bf0f39dccf1d3fac2db490af3e66e29df73c9b1cf96885c28ec91882569ae20a288ab5cf97bb96cb27c30aedfb3e611710240
7
+ data.tar.gz: 3dccb54cfecc2bc12c17e6391d3504d8338bee69828b8c9e7025b83a2714832fcde46644420ac42c596b0b2bb66f3352bf5ebcb1391816a632759361f72264ad
@@ -2,30 +2,31 @@ sudo: false
2
2
  language: ruby
3
3
  cache: bundler
4
4
  rvm:
5
- - 2.1.10
6
- - 2.2.9
7
- - 2.3.6
8
- - 2.4.3
9
- - 2.5.0
10
- - ruby-head
5
+ - 2.1.10
6
+ - 2.2.9
7
+ - 2.3.6
8
+ - 2.4.3
9
+ - 2.5.1
10
+ - ruby-head
11
11
 
12
12
  before_install:
13
- - gem update --system
14
- - git --version
15
- - git config --global user.email "lol@commits.org"
16
- - git config --global user.name "Lolcommits"
13
+ - gem update --system
14
+ - gem install bundler
15
+ - git --version
16
+ - git config --global user.email "lol@commits.org"
17
+ - git config --global user.name "Lolcommits"
17
18
 
18
19
  matrix:
19
20
  allow_failures:
20
- - rvm: ruby-head
21
+ - rvm: ruby-head
21
22
 
22
23
  env:
23
24
  global:
24
- - CC_TEST_REPORTER_ID=d7a7dd8f923a2868733d5f066d789f5169dec9ec2a3c6d92ee61815b702c31f8
25
- - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
25
+ - CC_TEST_REPORTER_ID=d7a7dd8f923a2868733d5f066d789f5169dec9ec2a3c6d92ee61815b702c31f8
26
+ - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
26
27
  before_script:
27
- - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
28
- - chmod +x ./cc-test-reporter
29
- - ./cc-test-reporter before-build - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
28
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
29
+ - chmod +x ./cc-test-reporter
30
+ - ./cc-test-reporter before-build - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
30
31
  after_script:
31
- - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
32
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
@@ -0,0 +1,57 @@
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
+ - Remove runner_order method
19
+ - Require at least lolcommits 0.12.0
20
+
21
+ ## [0.0.6] - 2018-02-05
22
+ ### Removed
23
+ - Dropped support for Ruby 2.0
24
+
25
+ ## [0.0.5] - 2018-01-22
26
+ ### Changed
27
+ - Bump Travis Rubies
28
+ - Refactor plugin config
29
+ - Require at least lolcommits 0.10.0
30
+
31
+ ## [0.0.4] - 2017-12-06
32
+ ### Changed
33
+ - remove vendored fonts, gh-pages
34
+
35
+ ## [0.0.3] - 2017-11-22
36
+ ### Changed
37
+ - ditch yam gem and net/http, use rest-client
38
+
39
+ ## [0.0.2] - 2017-11-10
40
+ ### Changed
41
+ - Don't log webrick
42
+
43
+ ## [0.0.1] - 2017-11-10
44
+ ### Changed
45
+ - Initial release
46
+
47
+ [Unreleased]: https://github.com/lolcommits/lolcommits-yammer/compare/v0.1.1...HEAD
48
+ [0.1.1]: https://github.com/lolcommits/lolcommits-yammer/compare/v0.1.0...v0.1.1
49
+ [0.1.0]: https://github.com/lolcommits/lolcommits-yammer/compare/v0.0.6...v0.1.0
50
+ [0.0.6]: https://github.com/lolcommits/lolcommits-yammer/compare/v0.0.5...v0.0.6
51
+ [0.0.5]: https://github.com/lolcommits/lolcommits-yammer/compare/v0.0.4...v0.0.5
52
+ [0.0.4]: https://github.com/lolcommits/lolcommits-yammer/compare/v0.0.3...v0.0.4
53
+ [0.0.3]: https://github.com/lolcommits/lolcommits-yammer/compare/v0.0.2...v0.0.3
54
+ [0.0.2]: https://github.com/lolcommits/lolcommits-yammer/compare/v0.0.1...v0.0.2
55
+ [0.0.1]: https://github.com/lolcommits/lolcommits-yammer/compare/30cac66...v0.0.1
56
+ [KeepAChangelog]: http://keepachangelog.com/en/1.0.0/
57
+ [Semver]: http://semver.org/spec/v2.0.0.html
@@ -1,24 +1,41 @@
1
- # Contributor Code of Conduct
1
+ # Contributor Covenant Code of Conduct
2
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.
3
+ ## Our Pledge
7
4
 
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.
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
- * Personal attacks
17
- * Trolling or insulting/derogatory comments
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 other's private information, such as physical or electronic
20
- addresses, without explicit permission
21
- * Other unethical or unprofessional conduct
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
- 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.
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
- This code of conduct applies both within project spaces and in public spaces
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 a project maintainer via [GitHub][maintainer]. All
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. Maintainers are
41
- obligated to maintain confidentiality with regard to the reporter of an
42
- incident.
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 1.3.0, available at
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
- [maintainer]: https://github.com/matthutchinson
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 Yammer
2
2
 
3
- [![Gem Version](https://img.shields.io/gem/v/lolcommits-yammer.svg?style=flat)](http://rubygems.org/gems/lolcommits-yammer)
4
- [![Travis Build Status](https://travis-ci.org/lolcommits/lolcommits-yammer.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-yammer)
5
- [![Maintainability](https://img.shields.io/codeclimate/maintainability/lolcommits/lolcommits-yammer.svg)](https://codeclimate.com/github/lolcommits/lolcommits-yammer/maintainability)
6
- [![Test Coverage](https://img.shields.io/codeclimate/c/lolcommits/lolcommits-yammer.svg)](https://codeclimate.com/github/lolcommits/lolcommits-yammer/test_coverage)
7
- [![Gem Dependency Status](https://gemnasium.com/badges/github.com/lolcommits/lolcommits-yammer.svg)](https://gemnasium.com/github.com/lolcommits/lolcommits-yammer)
3
+ [![Gem](https://img.shields.io/gem/v/lolcommits-yammer.svg?style=flat)](http://rubygems.org/gems/lolcommits-yammer)
4
+ [![Travis](https://travis-ci.org/lolcommits/lolcommits-yammer.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-yammer)
5
+ [![Depfu](https://img.shields.io/depfu/lolcommits/lolcommits-yammer.svg?style=flat)](https://depfu.com/github/lolcommits/lolcommits-yammer)
6
+ [![Maintainability](https://api.codeclimate.com/v1/badges/dc8b0801920bffbecf9f/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits-yammer/maintainability)
7
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/dc8b0801920bffbecf9f/test_coverage)](https://codeclimate.com/github/lolcommits/lolcommits-yammer/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
@@ -1,5 +1,5 @@
1
1
  module Lolcommits
2
2
  module Yammer
3
- VERSION = "0.1.0".freeze
3
+ VERSION = "0.1.1".freeze
4
4
  end
5
5
  end
@@ -18,6 +18,13 @@ Gem::Specification.new do |spec|
18
18
  spec.homepage = "https://github.com/lolcommits/lolcommits-yammer"
19
19
  spec.license = "LGPL-3"
20
20
 
21
+ spec.metadata = {
22
+ "homepage_uri" => "https://github.com/lolcommits/lolcommits-yammer",
23
+ "changelog_uri" => "https://github.com/lolcommits/lolcommits-yammer/blob/master/CHANGELOG.md",
24
+ "source_code_uri" => "https://github.com/lolcommits/lolcommits-yammer",
25
+ "bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-yammer/issues",
26
+ }
27
+
21
28
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
22
29
  # to allow pushing to a single host or delete this section to allow pushing to any host.
23
30
  if spec.respond_to?(:metadata)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcommits-yammer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
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-03-27 00:00:00.000000000 Z
11
+ date: 2018-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -148,10 +148,12 @@ files:
148
148
  - ".gitignore"
149
149
  - ".simplecov"
150
150
  - ".travis.yml"
151
+ - CHANGELOG.md
151
152
  - CODE_OF_CONDUCT.md
152
153
  - CONTRIBUTING.md
153
154
  - Gemfile
154
155
  - LICENSE
156
+ - PULL_REQUEST_TEMPLATE.md
155
157
  - README.md
156
158
  - Rakefile
157
159
  - bin/console
@@ -166,6 +168,10 @@ homepage: https://github.com/lolcommits/lolcommits-yammer
166
168
  licenses:
167
169
  - LGPL-3
168
170
  metadata:
171
+ homepage_uri: https://github.com/lolcommits/lolcommits-yammer
172
+ changelog_uri: https://github.com/lolcommits/lolcommits-yammer/blob/master/CHANGELOG.md
173
+ source_code_uri: https://github.com/lolcommits/lolcommits-yammer
174
+ bug_tracker_uri: https://github.com/lolcommits/lolcommits-yammer/issues
169
175
  allowed_push_host: https://rubygems.org
170
176
  post_install_message:
171
177
  rdoc_options: []
@@ -183,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
189
  version: '0'
184
190
  requirements: []
185
191
  rubyforge_project:
186
- rubygems_version: 2.7.3
192
+ rubygems_version: 2.7.6
187
193
  signing_key:
188
194
  specification_version: 4
189
195
  summary: Uploads lolcommits to Yammer