hadron 0.1.8 → 0.1.9

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: 467c0f180c5e3fd0497e1cb466b41594ede5dce44472bb4edbc5f27974c93fa2
4
- data.tar.gz: 06cd306a4f9858d462f8f5edbaada1dc0301e7812eaffac5e4e66d79cce3975d
3
+ metadata.gz: bb4ca11e52b69b419fec21b50deba543360b52c44fa9fc1dbd89b37cb2941b20
4
+ data.tar.gz: d55188ebdc16519b0fea96d2fed192606441d05cf6648ac865cbe77cdfa3e8d1
5
5
  SHA512:
6
- metadata.gz: 25f87a5622c67a636a034c629ab89541c08a5e87a3f4a99f093bfc4564943cb17a7c299b603c3483cbb22c8487eea213b17a1f5831d138da29374701f965b00c
7
- data.tar.gz: c228e605e57fc0ba3639a4a6975444cb68a9836939d1946a95ec5969ed269e21ae7d273a0990b346c79678449204748bd68a256b328eca6b61c26a8387db4a45
6
+ metadata.gz: 898126e184f02d412c73a6dcd341a5df9eb615df3e6ff11128ab9006a8a9abd8a96c86b312ea904944463f04848c162ae3170bb371ea9918ad16a9229db5a92b
7
+ data.tar.gz: 66a948bb3491226ddca6ff5fc3918562304cf4a20d3b44b50c5a2a80c19c0bc9e68e437781cebc2ae1937ce9cd9f835e9b549380d3f7c2c3597ef2d7f7b3b1f7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hadron (0.1.8)
4
+ hadron (0.1.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/bin/hadron CHANGED
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hadron
4
- VERSION = "0.1.8"
4
+ VERSION = "0.1.9"
5
5
  end
File without changes
File without changes
File without changes
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvance
@@ -33,10 +33,10 @@ files:
33
33
  - lib/hadron/cli.rb
34
34
  - lib/hadron/version.rb
35
35
  - templates/gemfile.erb
36
- - templates/protobuf.erb
36
+ - templates/proto.erb
37
37
  - templates/readme.md
38
- - templates/server.erb
39
- - templates/services.erb
38
+ - templates/server.rb.erb
39
+ - templates/services.rb.erb
40
40
  homepage: https://github.com/Sylvance/hadron
41
41
  licenses: []
42
42
  metadata: