nostr_ruby 0.1.0 → 0.1.1

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: e00f86ed7be72e972550e69600e39cb66aabb68c544c49d78fa2187c659f758f
4
- data.tar.gz: 3ee6d5158fdf2875b1a250da54034c693b811a8f9de1385f23e4f0b6d1391140
3
+ metadata.gz: 9b789c5a0dfc9fddc7e9fccac164551b24481a14cf1fc0620ecba5dc242393d9
4
+ data.tar.gz: 30039d7b0295934359ff111028da5dcc6d0b6cb39cf81f38ce58744dfb8e378d
5
5
  SHA512:
6
- metadata.gz: '03848ad6d793f19ea6a36a6b7d829129929a15c3adb873029f2bb66a65c5cbdef0400f407292cacd0d49ed94ef77c04eab361c2b219b5a5130060a85e03e333c'
7
- data.tar.gz: 8786d82bcb14658491ab3c2a659f0d78b1cedc25f9d9048bece634331da488b5d276e3b0e844ea8900102809b70ab356d0bb3028abd2b4ca4f18e7e0224dcb84
6
+ metadata.gz: 3d738e565fdd31481f33b8c175abb42a7be3a5ce464aa2f341ff46634f8ba95ffa50d9ce85413448ebdec029982b383a7e26d28f957923457eff9b8160d168f9
7
+ data.tar.gz: 3d70fd5e06ece1ef9df1c547234456430e25723ca89a03713ae1b5d950eefb97a7ff77daf5611547a44c0abdaa66b31e4d897c6e8c4b818f327f54499332acc7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nostr_ruby (0.1.0)
4
+ nostr_ruby (0.1.1)
5
5
  base64 (~> 0.1.1)
6
6
  bech32 (~> 1.3.0)
7
7
  bip-schnorr (~> 0.4.0)
@@ -1,3 +1,3 @@
1
1
  module NostrRuby
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
data/nostr_ruby.gemspec CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
5
  s.name = 'nostr_ruby'
6
6
  s.version = NostrRuby::VERSION
7
7
  s.summary = 'A Ruby library to interact with the Nostr protocol'
8
- s.description = 'This gem provides a simple class, MyGem, that can be used in other Ruby projects.'
8
+ s.description = 'NostrRuby is a Ruby library to interact with the Nostr protocol. At this stage the focus is the creation of public events and private encrypted messages.'
9
9
  s.authors = ['Daniele Tonon']
10
10
  s.homepage = 'https://github.com/dtonon/nostr-ruby'
11
11
  s.licenses = ['MIT']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nostr_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniele Tonon
@@ -94,8 +94,8 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.6.0
97
- description: This gem provides a simple class, MyGem, that can be used in other Ruby
98
- projects.
97
+ description: NostrRuby is a Ruby library to interact with the Nostr protocol. At this
98
+ stage the focus is the creation of public events and private encrypted messages.
99
99
  email:
100
100
  executables: []
101
101
  extensions: []