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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9668e77230717c982134d88318cbb138c1f7723a84a9064a2e0e99797d5bdd7d
4
- data.tar.gz: 470b76269f62340d7bd8bfc2d62d6360956cfe225ed212d4a58138b9e717ce98
3
+ metadata.gz: 58230d641f2c6f448ef793224bb0353e40c4cf27d869ef422255fabfb40c5f75
4
+ data.tar.gz: 755380b3d0a0c723626e0a30345f1bcc64870a2903231bf82c3ba6cace2c07cd
5
5
  SHA512:
6
- metadata.gz: 27b248c8839ce0f92fbb12036a290b6c00fc08c94f4f12c443251a237235aea0c9c368b43ee09d70bb094158676ba63014f46d864abc3f9930bbd1b924d8d8b1
7
- data.tar.gz: ef40b4e0e50d2c60b6d63d22e801be9d85dde62c28360752c16e5f6a62f8912d9c28a7186cb800140de34d6ceecfefa58f474939e73f60d1d247a6a47193bac8
6
+ metadata.gz: 42fa523bbebacfd90af7b4909712e2f7e46d151a6a6325c0d1fabda493474514f4a32da3202bb08cc032e2d464a81505e36f1551e96144154abb7f69804787be
7
+ data.tar.gz: 281858239154981b7306cbf653a6044653d4a19c3466f8de5974b03f85de352063ca888fd228ad9e398fa57ca36c5e370fd5968841f00ae8903b12bd751f7bdb
@@ -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-
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cash-addr (0.1.1)
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.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)
@@ -3,5 +3,5 @@
3
3
  module CashAddr
4
4
  ##
5
5
  # Version of the cash-addr gem.
6
- VERSION = '0.1.1'
6
+ VERSION = '0.2.0'
7
7
  end
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.1.1
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-04-17 00:00:00.000000000 Z
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