lolcommits-flowdock 0.3.1 → 0.3.2

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: '09355c7881c3381c3fc0ffaa70fa029f2095fd5bf98e1995ca73faf5835ca4f7'
4
- data.tar.gz: ebd3c704d6d60fa755f1886f51ce367d55b2566036b55ccd4cb1c05571457b30
3
+ metadata.gz: a14749334cdb532d434c738cab754c349be81cc3e505b22f86de72a4454ab4d3
4
+ data.tar.gz: e07d9eec50fbd6133d6a9dac56d2230a4bc76ca42e8d2cfd4279d04a2df0bd29
5
5
  SHA512:
6
- metadata.gz: 751e6a0db97e2db565688bb6e444b013dba5a90ee62d44252f55e302e130511c215be3f83c831aee919ced878a535f3bdc814f3beacbf0261c08b89c31a256bb
7
- data.tar.gz: cde6f50f0da0d721b08d09b9b3de8ff7e921c42599b6e08b34126e3341416f469812b2d0a449d37356544fd6ab728925986e421db2aa5ae82291b027e15ad0e6
6
+ metadata.gz: 00702c13ec678b1cc649c5258cd0792ffa22ba9c392f66f644ba05b6df3e5d3f0d419cfa5d3e9318a7bf38c3bfc69793ef8498365b6b25d6e3f3dcc907c31ecb
7
+ data.tar.gz: 67d070bb460897ad35d11f615b6560f4578e34a9a09d1f7a9bf27c72bf39682f34169af34771ea26885dd311ed83bdbef08254cc1a20be40a4608f8d9494c658
data/CHANGELOG.md CHANGED
@@ -9,6 +9,11 @@ project adheres to [Semantic Versioning][Semver].
9
9
 
10
10
  - Your contribution here!
11
11
 
12
+ ## [0.3.2] - 2019-05-20
13
+ ### Changed
14
+ - Update gemspec and README
15
+ - Requires at least lolcommits >= `0.14.2`
16
+
12
17
  ## [0.3.1] - 2019-05-19
13
18
  ### Changed
14
19
  - lolcommits gem is a runtime dependency
@@ -58,7 +63,8 @@ project adheres to [Semantic Versioning][Semver].
58
63
  ### Changed
59
64
  - Initial release
60
65
 
61
- [Unreleased]: https://github.com/lolcommits/lolcommits-flowdock/compare/v0.3.1...HEAD
66
+ [Unreleased]: https://github.com/lolcommits/lolcommits-flowdock/compare/v0.3.2...HEAD
67
+ [0.3.2]: https://github.com/lolcommits/lolcommits-flowdock/compare/v0.3.1...v0.3.2
62
68
  [0.3.1]: https://github.com/lolcommits/lolcommits-flowdock/compare/v0.2.0...v0.3.1
63
69
  [0.2.0]: https://github.com/lolcommits/lolcommits-flowdock/compare/v0.1.1...v0.2.0
64
70
  [0.1.1]: https://github.com/lolcommits/lolcommits-flowdock/compare/v0.1.0...v0.1.1
data/README.md CHANGED
@@ -6,12 +6,12 @@
6
6
  [![Maintainability](https://api.codeclimate.com/v1/badges/ad7324f710e10daffd52/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits-flowdock/maintainability)
7
7
  [![Test Coverage](https://api.codeclimate.com/v1/badges/ad7324f710e10daffd52/test_coverage)](https://codeclimate.com/github/lolcommits/lolcommits-flowdock/test_coverage)
8
8
 
9
- [lolcommits](https://lolcommits.github.io/) takes a snapshot with your webcam
10
- every time you git commit code, and archives a lolcat style image with it. Git
11
- blame has never been so much fun!
9
+ [lolcommits](https://lolcommits.github.io/) takes a snapshot with your
10
+ webcam every time you git commit code, and archives a lolcat style image
11
+ with it. Git blame has never been so much fun!
12
12
 
13
- This plugin automatically posts lolcommit images to a Flowdock flow (room) with
14
- the `#lolcommits` hashtag. They wll appear like this:
13
+ This plugin automatically posts lolcommits to a Flowdock flow (room)
14
+ with the `#lolcommits` hashtag. They wll appear like this:
15
15
 
16
16
  ![example
17
17
  commit](https://github.com/lolcommits/lolcommits-flowdock/raw/master/assets/images/example-commit.png)
@@ -38,20 +38,20 @@ Then configure to enable with:
38
38
  # set your Flowdock organization (tab to autocomplete)
39
39
  # set the Flowdock flow to post messages to (tab to autocomplete)
40
40
 
41
- That's it! Your next lolcommit will be posted as a new message to the flow. To
42
- disable uninstall this gem or use:
41
+ That's it! Your next lolcommit will be posted as a new message to the
42
+ flow. To disable uninstall this gem or use:
43
43
 
44
44
  $ lolcommits --config -p flowdock
45
45
  # and set enabled to `false`
46
46
 
47
47
  ## Development
48
48
 
49
- Check out this repo and run `bin/setup`, this will install all dependencies and
50
- generate docs. Use `bundle exec rake` to run all tests and generate a coverage
51
- report.
49
+ Check out this repo and run `bin/setup`, this will install all
50
+ dependencies and generate docs. Use `bundle exec rake` to run all tests
51
+ and generate a coverage report.
52
52
 
53
- You can also run `bin/console` for an interactive prompt, allowing you to
54
- experiment with the gem code.
53
+ You can also run `bin/console` for an interactive prompt, allowing you
54
+ to experiment with the gem code.
55
55
 
56
56
  ## Tests
57
57
 
@@ -69,24 +69,27 @@ Generate docs for this gem with:
69
69
 
70
70
  If you think something is broken or missing, please raise a new
71
71
  [issue](https://github.com/lolcommits/lolcommits-flowdock/issues). Take
72
- a moment to check it hasn't been raised in the past (and possibly closed).
72
+ a moment to check it hasn't been raised in the past (and possibly
73
+ closed).
73
74
 
74
75
  ## Contributing
75
76
 
76
- Bug [reports](https://github.com/lolcommits/lolcommits-flowdock/issues) and [pull
77
- requests](https://github.com/lolcommits/lolcommits-flowdock/pulls) are welcome on
78
- GitHub.
77
+ Bug [reports](https://github.com/lolcommits/lolcommits-flowdock/issues)
78
+ and [pull
79
+ requests](https://github.com/lolcommits/lolcommits-flowdock/pulls) are
80
+ welcome on GitHub.
79
81
 
80
- When submitting pull requests, remember to add tests covering any new behaviour,
81
- and ensure all tests are passing on [Travis
82
+ When submitting pull requests, remember to add tests covering any new
83
+ behaviour, and ensure all tests are passing on [Travis
82
84
  CI](https://travis-ci.com/lolcommits/lolcommits-flowdock). Read the
83
85
  [contributing
84
86
  guidelines](https://github.com/lolcommits/lolcommits-flowdock/blob/master/CONTRIBUTING.md)
85
87
  for more details.
86
88
 
87
- This project is intended to be a safe, welcoming space for collaboration, and
88
- contributors are expected to adhere to the [Contributor
89
- Covenant](http://contributor-covenant.org) code of conduct. See
89
+ This project is intended to be a safe, welcoming space for
90
+ collaboration, and contributors are expected to adhere to the
91
+ [Contributor Covenant](http://contributor-covenant.org) code of conduct.
92
+ See
90
93
  [here](https://github.com/lolcommits/lolcommits-flowdock/blob/master/CODE_OF_CONDUCT.md)
91
94
  for more details.
92
95
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Lolcommits
4
4
  module Flowdock
5
- VERSION = "0.3.1".freeze
5
+ VERSION = "0.3.2".freeze
6
6
  end
7
7
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["matt@hiddenloop.com"]
10
10
  spec.summary = %q{Posts lolcommits to Flowdockr}
11
11
  spec.homepage = "https://github.com/lolcommits/lolcommits-flowdock"
12
- spec.license = "LGPL-3"
12
+ spec.license = "LGPL-3.0"
13
13
 
14
14
  spec.description = <<-DESC
15
15
  Automatically posts lolcommit images to a Flowdock flow (room) with the
@@ -17,21 +17,13 @@ Gem::Specification.new do |spec|
17
17
  DESC
18
18
 
19
19
  spec.metadata = {
20
- "homepage_uri" => "https://github.com/lolcommits/lolcommits-flowdock",
21
- "changelog_uri" => "https://github.com/lolcommits/lolcommits-flowdock/blob/master/CHANGELOG.md",
22
- "source_code_uri" => "https://github.com/lolcommits/lolcommits-flowdock",
23
- "bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-flowdock/issues",
20
+ "homepage_uri" => "https://github.com/lolcommits/lolcommits-flowdock",
21
+ "changelog_uri" => "https://github.com/lolcommits/lolcommits-flowdock/blob/master/CHANGELOG.md",
22
+ "source_code_uri" => "https://github.com/lolcommits/lolcommits-flowdock",
23
+ "bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-flowdock/issues",
24
+ "allowed_push_host" => "https://rubygems.org"
24
25
  }
25
26
 
26
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
27
- # to allow pushing to a single host or delete this section to allow pushing to any host.
28
- if spec.respond_to?(:metadata)
29
- spec.metadata['allowed_push_host'] = "https://rubygems.org"
30
- else
31
- raise "RubyGems 2.0 or newer is required to protect against " \
32
- "public gem pushes."
33
- end
34
-
35
27
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(assets|test|features)/}) }
36
28
  spec.test_files = `git ls-files -- {test,features}/*`.split("\n")
37
29
  spec.bindir = "bin"
@@ -41,7 +33,7 @@ Gem::Specification.new do |spec|
41
33
  spec.required_ruby_version = ">= 2.3"
42
34
 
43
35
  spec.add_runtime_dependency "rest-client"
44
- spec.add_runtime_dependency "lolcommits", "~> 0.14.1"
36
+ spec.add_runtime_dependency "lolcommits", "~> 0.14.2"
45
37
 
46
38
  spec.add_development_dependency "bundler"
47
39
  spec.add_development_dependency "webmock"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcommits-flowdock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Hutchinson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-19 00:00:00.000000000 Z
11
+ date: 2019-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.14.1
33
+ version: 0.14.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.14.1
40
+ version: 0.14.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -155,7 +155,7 @@ files:
155
155
  - test/test_helper.rb
156
156
  homepage: https://github.com/lolcommits/lolcommits-flowdock
157
157
  licenses:
158
- - LGPL-3
158
+ - LGPL-3.0
159
159
  metadata:
160
160
  homepage_uri: https://github.com/lolcommits/lolcommits-flowdock
161
161
  changelog_uri: https://github.com/lolcommits/lolcommits-flowdock/blob/master/CHANGELOG.md