hadron 0.1.6 → 0.1.8

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: e9c80e4d16226e4f656e36f23f9195db88fe9330070ebf9da6cd062f7386a0a5
4
- data.tar.gz: 273a6c9d5389325ef878671321c4913a312f81c7d51cfdb30810c7cde18fe6a8
3
+ metadata.gz: 467c0f180c5e3fd0497e1cb466b41594ede5dce44472bb4edbc5f27974c93fa2
4
+ data.tar.gz: 06cd306a4f9858d462f8f5edbaada1dc0301e7812eaffac5e4e66d79cce3975d
5
5
  SHA512:
6
- metadata.gz: 95c08fc728f26542cb9719326fd2739447f4cb426cec11fb514d080a01129cb2e4b05cff2893cf90843f40df25a38775fd015ad42aed78dff2f002e67d6b2fe5
7
- data.tar.gz: 67c42934db699adbebbcdbfc6d01a854f6c6d2c128cba6e697a4d99542690b952e74ebb57a63eed50dc804f43ef7260664e881fa6e78152302bf4b26d9547ca2
6
+ metadata.gz: 25f87a5622c67a636a034c629ab89541c08a5e87a3f4a99f093bfc4564943cb17a7c299b603c3483cbb22c8487eea213b17a1f5831d138da29374701f965b00c
7
+ data.tar.gz: c228e605e57fc0ba3639a4a6975444cb68a9836939d1946a95ec5969ed269e21ae7d273a0990b346c79678449204748bd68a256b328eca6b61c26a8387db4a45
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.8)
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
data/lib/hadron/cli.rb CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  require "thor"
4
4
  require "fileutils"
5
+ require "erb"
5
6
 
6
7
  module Hadron
7
8
  class Cli < Thor
@@ -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.8"
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.8
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