cash-addr 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CONTRIBUTING.md +53 -0
- data/Gemfile.lock +2 -2
- data/lib/cash_addr/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58230d641f2c6f448ef793224bb0353e40c4cf27d869ef422255fabfb40c5f75
|
4
|
+
data.tar.gz: 755380b3d0a0c723626e0a30345f1bcc64870a2903231bf82c3ba6cace2c07cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42fa523bbebacfd90af7b4909712e2f7e46d151a6a6325c0d1fabda493474514f4a32da3202bb08cc032e2d464a81505e36f1551e96144154abb7f69804787be
|
7
|
+
data.tar.gz: 281858239154981b7306cbf653a6044653d4a19c3466f8de5974b03f85de352063ca888fd228ad9e398fa57ca36c5e370fd5968841f00ae8903b12bd751f7bdb
|
data/CONTRIBUTING.md
ADDED
@@ -0,0 +1,53 @@
|
|
1
|
+
# Contributing to CashAddr
|
2
|
+
|
3
|
+
## Code of Conduct
|
4
|
+
|
5
|
+
All interactions with this project follow our [Code of Conduct][code-of-conduct].
|
6
|
+
By participating, you are expected to honor this code. Violators can be banned
|
7
|
+
from further participation in this project, or potentially all Coinbase projects.
|
8
|
+
|
9
|
+
[code-of-conduct]: https://github.com/coinbase/code-of-conduct
|
10
|
+
|
11
|
+
## Bug Reports
|
12
|
+
|
13
|
+
* Ensure your issue [has not already been reported][1]. It may already be fixed!
|
14
|
+
* Include the steps you carried out to produce the problem.
|
15
|
+
* Include the behavior you observed along with the behavior you expected, and
|
16
|
+
why you expected it.
|
17
|
+
* Include any relevant stack traces or debugging output.
|
18
|
+
|
19
|
+
## Feature Requests
|
20
|
+
|
21
|
+
We welcome feedback with or without pull requests. If you have an idea for how
|
22
|
+
to improve the project, great! All we ask is that you take the time to write a
|
23
|
+
clear and concise explanation of what need you are trying to solve. If you have
|
24
|
+
thoughts on _how_ it can be solved, include those too!
|
25
|
+
|
26
|
+
The best way to see a feature added, however, is to submit a pull request.
|
27
|
+
|
28
|
+
## Pull Requests
|
29
|
+
|
30
|
+
* Before creating your pull request, it's usually worth asking if the code
|
31
|
+
you're planning on writing will actually be considered for merging. You can
|
32
|
+
do this by [opening an issue][1] and asking. It may also help give the
|
33
|
+
maintainers context for when the time comes to review your code.
|
34
|
+
|
35
|
+
* Ensure your [commit messages are well-written][2]. This can double as your
|
36
|
+
pull request message, so it pays to take the time to write a clear message.
|
37
|
+
|
38
|
+
* Add tests for your feature. You should be able to look at other tests for
|
39
|
+
examples. If you're unsure, don't hesitate to [open an issue][1] and ask!
|
40
|
+
|
41
|
+
* Submit your pull request!
|
42
|
+
|
43
|
+
## Support Requests
|
44
|
+
|
45
|
+
For security reasons, any communication referencing support tickets for Coinbase
|
46
|
+
products will be ignored. The request will have its content redacted and will
|
47
|
+
be locked to prevent further discussion.
|
48
|
+
|
49
|
+
All support requests must be made via [our support team][3].
|
50
|
+
|
51
|
+
[1]: https://github.com/coinbase/cash-addr/issues
|
52
|
+
[2]: https://medium.com/brigade-engineering/the-secrets-to-great-commit-messages-106fc0a92a25
|
53
|
+
[3]: https://support.coinbase.com/customer/en/portal/articles/2288496-how-can-i-contact-coinbase-support-
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cash-addr (0.
|
4
|
+
cash-addr (0.2.0)
|
5
5
|
base58 (~> 0.2.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
10
|
ast (2.4.0)
|
11
|
-
base58 (0.2.
|
11
|
+
base58 (0.2.3)
|
12
12
|
diff-lcs (1.3)
|
13
13
|
parallel (1.12.1)
|
14
14
|
parser (2.5.1.0)
|
data/lib/cash_addr/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cash-addr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Ellithorpe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -91,6 +91,7 @@ files:
|
|
91
91
|
- ".rspec"
|
92
92
|
- ".rubocop.yml"
|
93
93
|
- ".travis.yml"
|
94
|
+
- CONTRIBUTING.md
|
94
95
|
- Gemfile
|
95
96
|
- Gemfile.lock
|
96
97
|
- LICENSE.txt
|