nostr-zap 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85d3b9fa913d9e3b38f2e62f2995299878f9860f5078e396272bb2f35632da9c
4
- data.tar.gz: 29f215e0d57f0297c8e11d09938365757829933ce756a6869e959d551df46927
3
+ metadata.gz: 8adf3c935487b6598f64c224fe196c8cf2b2e7c120dd9ef1c478b15570e2e6a3
4
+ data.tar.gz: 107fb7009537702c271f4205443286ba136090a1a6d14ac6e01826d654c43731
5
5
  SHA512:
6
- metadata.gz: b64eec1720df7ad87babaf118d85544a74267e740047c066e6b9cd038a12d14435a9b128e60817b43c3e807d0c805d02b2c9d6811b7616e041f13ff8b3e8d54d
7
- data.tar.gz: 98510efc4be72be923e8aabb5b7603191bf8dc2380c06a7f31b410e25c193f8a98356827dad49e5841b22a1d960a53c3bd89523ffb73feaa394e5313395d03b8
6
+ metadata.gz: 6b7e8aad4a7824cdc850d73c6099b3e80723c3873d4f9930c1bc79ee4c8554693d1be28fbb768e7cff7f2939368270688fa2a75dd28953094c7a63a33e551ecb
7
+ data.tar.gz: 3f9c7119b791b8ec79c7a39e9d7e79b30576af5bb1c8f9e121099658a363fb29a44e612fe0e33d130579b08a130927b80fa339aefb0332d064bff46e78e4005b
data/lib/nostr-zap.rb ADDED
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'nostr_zap'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NostrZap
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nostr-zap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Zykov
@@ -50,6 +50,7 @@ extra_rdoc_files: []
50
50
  files:
51
51
  - LICENSE
52
52
  - README.md
53
+ - lib/nostr-zap.rb
53
54
  - lib/nostr_zap.rb
54
55
  - lib/nostr_zap/crypto.rb
55
56
  - lib/nostr_zap/event.rb
@@ -59,13 +60,13 @@ files:
59
60
  - lib/nostr_zap/version.rb
60
61
  - lib/nostr_zap/zap/receipt_builder.rb
61
62
  - lib/nostr_zap/zap/request_validator.rb
62
- homepage: https://github.com/nicecatch/nostr-zap
63
+ homepage: https://github.com/sashazykov/nostr-zap
63
64
  licenses:
64
65
  - MIT
65
66
  metadata:
66
- homepage_uri: https://github.com/nicecatch/nostr-zap
67
- source_code_uri: https://github.com/nicecatch/nostr-zap
68
- changelog_uri: https://github.com/nicecatch/nostr-zap/blob/main/CHANGELOG.md
67
+ homepage_uri: https://github.com/sashazykov/nostr-zap
68
+ source_code_uri: https://github.com/sashazykov/nostr-zap
69
+ changelog_uri: https://github.com/sashazykov/nostr-zap/blob/main/CHANGELOG.md
69
70
  rubygems_mfa_required: 'true'
70
71
  post_install_message:
71
72
  rdoc_options: []