hadron 0.1.7 → 0.1.8

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: bc7969e6e3c5841b97f243a67ce9f9d90b9858acd7478a4b0305b7b0096176e3
4
- data.tar.gz: fb26b6476ad91568938a3ad07d39caaea2e68bd1d67e5135765d760bd9e331c3
3
+ metadata.gz: 467c0f180c5e3fd0497e1cb466b41594ede5dce44472bb4edbc5f27974c93fa2
4
+ data.tar.gz: 06cd306a4f9858d462f8f5edbaada1dc0301e7812eaffac5e4e66d79cce3975d
5
5
  SHA512:
6
- metadata.gz: 98002297226f9e4fd89157429cec9495fb02427efe727c6b74efd91e3763cadaca25082b79fa3304008b962d2cc9b3f38f39ff6fbc589db9eba34ff7101bf5ff
7
- data.tar.gz: 14378d7ae3fde41374b7c695acd5e1ef596caf1f3fb548982cd26ac9e6a04f3f1204879dc332224e75f9cb85b301dd1cc8dfefeae4a3e8c731dcda4de2bfef4d
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.7)
4
+ hadron (0.1.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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.7"
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvance