duniter_rb_cli 0.2.0 → 0.3.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: 30d100dcafed9b09267770076c7d18ca14b6dbce98206727686d0460989d5de1
4
- data.tar.gz: 7e5617440f32c616be89dff754ad24fbb2a649bfa00d2ed8be83d16751db1fb8
3
+ metadata.gz: cb0372a5e9e8d171dcb8b382ed44b96439ce8fdbe7ed52435a90d71aa0c9e8ea
4
+ data.tar.gz: fe82a6436447f39abd5b938676df4382061f8671737feb4cc7776b145ee8e7a4
5
5
  SHA512:
6
- metadata.gz: a465273f02f57321eee9fd276dea12fae57eb5564551f39608a54bfddf161d6cbc685f25491b79515b5ad5c7d3d09e16c98045e3524f0cf90c65685972470581
7
- data.tar.gz: 841e98913474270f9564ad3fe996a82954102cefef6322e1bc29f6c8962a12cccb5a0ddfb06f88fdde1f45beb35b4544c2b88864a6b6ad6b13bae0581b8e9ad1
6
+ metadata.gz: '08f02790a514010dcb0c7858f4144c71b2e34ef24b29d93d4d0c812893818b0c4b56abd6349f8720b58a100a62a813c62bdcd72521edfae3b3739f1ddbe84f6f'
7
+ data.tar.gz: 6cb1787e99035455f072a61f82ec8a0ab67e08a5eb616bfbc81fd2ec24e5b9702da5f462264d6d4e88d6b77b52de81b07ded1da63e5d7927583ae0d72e3928e1
@@ -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/duniter-rb-cli"
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.
@@ -1,3 +1,3 @@
1
1
  module DuniterRbCli
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
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.2.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/duniter-rb-cli
205
+ homepage: https://github.com/vrehm/duniter_rb_cli
206
206
  licenses:
207
207
  - GPL-3.0
208
208
  metadata: