jackhammer 1.3.2 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +3 -2
- data/Gemfile.lock +6 -6
- data/README.md +3 -8
- data/lib/jackhammer/version.rb +1 -1
- metadata +3 -4
- data/CODE_OF_CONDUCT.md +0 -74
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba0723d73e45b52cb78fa09945bcdc744c3d9e03ac49a97a362ce6cd97452c3b
|
4
|
+
data.tar.gz: afa8b40a275678cf67d1cff434bebd531f59e1a850fd7f23d4c412472eb5d510
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 275da503e2f3b64c0a5b7b7d831416dcd84507ea98e8e14d736bbd38bb8f288ced5557108e3e3ea824ddf6dbcc9f0547ad91b68488704eafd779d1a8743ce80d
|
7
|
+
data.tar.gz: c5950cb078350bdb19a502cdf7d80a32166d7a4fe5ad6ab441054c014df4f9718818cc7a9e8cd5b1aa1fb7cb40f4eee833a8f5c2cc081d8082854134346734b5
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
jackhammer (1.3.
|
4
|
+
jackhammer (1.3.3)
|
5
5
|
bunny (~> 2.14)
|
6
6
|
|
7
7
|
GEM
|
@@ -17,7 +17,7 @@ GEM
|
|
17
17
|
diff-lcs (1.3)
|
18
18
|
jaro_winkler (1.5.4)
|
19
19
|
parallel (1.19.1)
|
20
|
-
parser (2.7.0.
|
20
|
+
parser (2.7.0.5)
|
21
21
|
ast (~> 2.4.0)
|
22
22
|
rainbow (3.0.0)
|
23
23
|
rake (13.0.1)
|
@@ -28,27 +28,27 @@ GEM
|
|
28
28
|
rspec-mocks (~> 3.9.0)
|
29
29
|
rspec-core (3.9.1)
|
30
30
|
rspec-support (~> 3.9.1)
|
31
|
-
rspec-expectations (3.9.
|
31
|
+
rspec-expectations (3.9.1)
|
32
32
|
diff-lcs (>= 1.2.0, < 2.0)
|
33
33
|
rspec-support (~> 3.9.0)
|
34
34
|
rspec-mocks (3.9.1)
|
35
35
|
diff-lcs (>= 1.2.0, < 2.0)
|
36
36
|
rspec-support (~> 3.9.0)
|
37
37
|
rspec-support (3.9.2)
|
38
|
-
rubocop (0.
|
38
|
+
rubocop (0.81.0)
|
39
39
|
jaro_winkler (~> 1.5.1)
|
40
40
|
parallel (~> 1.10)
|
41
41
|
parser (>= 2.7.0.1)
|
42
42
|
rainbow (>= 2.2.2, < 4.0)
|
43
43
|
rexml
|
44
44
|
ruby-progressbar (~> 1.7)
|
45
|
-
unicode-display_width (>= 1.4.0, <
|
45
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
46
46
|
rubocop-performance (1.5.2)
|
47
47
|
rubocop (>= 0.71.0)
|
48
48
|
rubocop-rspec (1.38.1)
|
49
49
|
rubocop (>= 0.68.1)
|
50
50
|
ruby-progressbar (1.10.1)
|
51
|
-
unicode-display_width (1.
|
51
|
+
unicode-display_width (1.7.0)
|
52
52
|
|
53
53
|
PLATFORMS
|
54
54
|
ruby
|
data/README.md
CHANGED
@@ -1,10 +1,9 @@
|
|
1
|
+
[![Gem Version](https://badge.fury.io/rb/jackhammer.svg)](https://rubygems.org/gems/jackhammer)
|
1
2
|
[![Build Status](https://travis-ci.org/RenoFi/jackhammer.svg?branch=master)](https://travis-ci.org/RenoFi/jackhammer)
|
2
|
-
[![GitHub issues](https://img.shields.io/github/issues/renofi/jackhammer)](https://github.com/renofi/jackhammer/issues)
|
3
|
-
[![GitHub license](https://img.shields.io/github/license/renofi/jackhammer)](https://github.com/RenoFi/jackhammer/blob/master/LICENSE.txt)
|
4
3
|
|
5
|
-
#
|
4
|
+
# jackhammer
|
6
5
|
|
7
|
-
|
6
|
+
`jackhammer` is an opinionated, configurable facade over the RabbitMQ Bunny
|
8
7
|
module.
|
9
8
|
|
10
9
|
## Installation
|
@@ -180,7 +179,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/renofi
|
|
180
179
|
## License
|
181
180
|
|
182
181
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
183
|
-
|
184
|
-
## Code of Conduct
|
185
|
-
|
186
|
-
Everyone interacting in the Jackhammer project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/renofi/jackhammer/blob/master/CODE_OF_CONDUCT.md).
|
data/lib/jackhammer/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jackhammer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Serok
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bunny
|
@@ -148,7 +148,6 @@ files:
|
|
148
148
|
- ".gitignore"
|
149
149
|
- ".rspec"
|
150
150
|
- ".travis.yml"
|
151
|
-
- CODE_OF_CONDUCT.md
|
152
151
|
- Gemfile
|
153
152
|
- Gemfile.lock
|
154
153
|
- LICENSE.txt
|
@@ -189,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
188
|
- !ruby/object:Gem::Version
|
190
189
|
version: '0'
|
191
190
|
requirements: []
|
192
|
-
rubygems_version: 3.
|
191
|
+
rubygems_version: 3.1.2
|
193
192
|
signing_key:
|
194
193
|
specification_version: 4
|
195
194
|
summary: Jackhammer is an opinionated facade over RabbitMQ Bunny
|
data/CODE_OF_CONDUCT.md
DELETED
@@ -1,74 +0,0 @@
|
|
1
|
-
# Contributor Covenant Code of Conduct
|
2
|
-
|
3
|
-
## Our Pledge
|
4
|
-
|
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
|
-
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
-
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
|
22
|
-
|
23
|
-
Examples of unacceptable behavior by participants include:
|
24
|
-
|
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
|
28
|
-
* Public or private harassment
|
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.
|
39
|
-
|
40
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
-
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
-
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
-
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
-
threatening, offensive, or harmful.
|
45
|
-
|
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.
|
54
|
-
|
55
|
-
## Enforcement
|
56
|
-
|
57
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
-
reported by contacting the project team at scott@renofi.com. All
|
59
|
-
complaints will be reviewed and investigated and will result in a response that
|
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
|
69
|
-
|
70
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
-
available at [http://contributor-covenant.org/version/1/4][version]
|
72
|
-
|
73
|
-
[homepage]: http://contributor-covenant.org
|
74
|
-
[version]: http://contributor-covenant.org/version/1/4/
|