duniter_rb_cli 0.2.0 → 0.3.0
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 +4 -4
- data/duniter_rb_cli.gemspec +1 -1
- data/lib/duniter_rb_cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb0372a5e9e8d171dcb8b382ed44b96439ce8fdbe7ed52435a90d71aa0c9e8ea
|
|
4
|
+
data.tar.gz: fe82a6436447f39abd5b938676df4382061f8671737feb4cc7776b145ee8e7a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08f02790a514010dcb0c7858f4144c71b2e34ef24b29d93d4d0c812893818b0c4b56abd6349f8720b58a100a62a813c62bdcd72521edfae3b3739f1ddbe84f6f'
|
|
7
|
+
data.tar.gz: 6cb1787e99035455f072a61f82ec8a0ab67e08a5eb616bfbc81fd2ec24e5b9702da5f462264d6d4e88d6b77b52de81b07ded1da63e5d7927583ae0d72e3928e1
|
data/duniter_rb_cli.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.summary = %q{Lightweight CLI in Ruby manipulating Duniter's BMA API.}
|
|
14
14
|
spec.description = %q{Manipulate easily BMA endpoints in Duniter's nodes.}
|
|
15
|
-
spec.homepage = "https://github.com/vrehm/
|
|
15
|
+
spec.homepage = "https://github.com/vrehm/duniter_rb_cli"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
18
18
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: duniter_rb_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vincent REHM
|
|
@@ -202,7 +202,7 @@ files:
|
|
|
202
202
|
- lib/duniter_rb_cli/templates/wot_count/.gitkeep
|
|
203
203
|
- lib/duniter_rb_cli/templates/wot_list/.gitkeep
|
|
204
204
|
- lib/duniter_rb_cli/version.rb
|
|
205
|
-
homepage: https://github.com/vrehm/
|
|
205
|
+
homepage: https://github.com/vrehm/duniter_rb_cli
|
|
206
206
|
licenses:
|
|
207
207
|
- GPL-3.0
|
|
208
208
|
metadata:
|