hadron 0.1.6 → 0.1.7

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: e9c80e4d16226e4f656e36f23f9195db88fe9330070ebf9da6cd062f7386a0a5
4
- data.tar.gz: 273a6c9d5389325ef878671321c4913a312f81c7d51cfdb30810c7cde18fe6a8
3
+ metadata.gz: bc7969e6e3c5841b97f243a67ce9f9d90b9858acd7478a4b0305b7b0096176e3
4
+ data.tar.gz: fb26b6476ad91568938a3ad07d39caaea2e68bd1d67e5135765d760bd9e331c3
5
5
  SHA512:
6
- metadata.gz: 95c08fc728f26542cb9719326fd2739447f4cb426cec11fb514d080a01129cb2e4b05cff2893cf90843f40df25a38775fd015ad42aed78dff2f002e67d6b2fe5
7
- data.tar.gz: 67c42934db699adbebbcdbfc6d01a854f6c6d2c128cba6e697a4d99542690b952e74ebb57a63eed50dc804f43ef7260664e881fa6e78152302bf4b26d9547ca2
6
+ metadata.gz: 98002297226f9e4fd89157429cec9495fb02427efe727c6b74efd91e3763cadaca25082b79fa3304008b962d2cc9b3f38f39ff6fbc589db9eba34ff7101bf5ff
7
+ data.tar.gz: 14378d7ae3fde41374b7c695acd5e1ef596caf1f3fb548982cd26ac9e6a04f3f1204879dc332224e75f9cb85b301dd1cc8dfefeae4a3e8c731dcda4de2bfef4d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hadron (0.1.6)
4
+ hadron (0.1.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/bin/{cli → hadron} RENAMED
File without changes
data/hadron.gemspec CHANGED
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  end
29
29
  end
30
30
 
31
- spec.executables << "cli"
31
+ spec.executables << "hadron"
32
32
  spec.require_paths = ["lib"]
33
33
 
34
34
  # Uncomment to register a new dependency of your gem
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hadron
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hadron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvance
@@ -15,7 +15,7 @@ description: Ruby framework called Hadron that allows you to work with gRPC Ruby
15
15
  email:
16
16
  - kerandisylvance@gmail.com
17
17
  executables:
18
- - cli
18
+ - hadron
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
@@ -27,7 +27,7 @@ files:
27
27
  - Gemfile.lock
28
28
  - README.md
29
29
  - Rakefile
30
- - bin/cli
30
+ - bin/hadron
31
31
  - hadron.gemspec
32
32
  - lib/hadron.rb
33
33
  - lib/hadron/cli.rb