shogun 6.4.0 → 6.4.1

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
  SHA1:
3
- metadata.gz: 37af20602667b43f3076053fa78f546205514478
4
- data.tar.gz: 9c0b4349c5b8f43fc18fb1957bd917e14a63c581
3
+ metadata.gz: b5ff1b975aaa99a6689aacf65cdbb8acddd97217
4
+ data.tar.gz: 64ff5447d337020c8491ccce21cbfc734ca8db79
5
5
  SHA512:
6
- metadata.gz: cb9c5b412e80c20f038764e356860b3857a9f82d29615efab3db41f899bf76df36c35885c0b94f8cf03a519ccd33730769cf0eb615ea7ccceaaf061c4a3eccab
7
- data.tar.gz: d42673e86911a4fa11e23eb5c72238e27760cfb0aa1503c41fa527414e15cc3a662a3cd1003c1d34c64d6dd48a763fc6f17a50e8be92b903b5154880b40f6540
6
+ metadata.gz: 901aa9de57b8bbd650635efb33612574627d6f8ef82691fffb2fa9f8f1b50f493bf75aace0ee6f05be1db332035a9fcb7b5c4e5b4303fd7c0f4019f0cd735616
7
+ data.tar.gz: a8fd6bf8181f4ce008e3606f53016724a208dc27079b19ca23903ee0f89b09da9261e04a48cacff8282400380aa9240e5c1e050aa6ab42b10939694f3b743647
data/bin/shogun CHANGED
@@ -2,13 +2,5 @@
2
2
 
3
3
  require "shogun/command"
4
4
  require "pry"
5
- require "envied"
6
- require "dotenv"
7
5
 
8
- Dotenv.load
9
- ENVied.require
10
-
11
- # shogun [namespace] [command] [parameters]
12
- # shogun blankapi generate flags
13
- # shogun blankapi new
14
6
  Shogun::Command.new(*ARGV).execute
@@ -1,6 +1,11 @@
1
1
  require "architecture/dsl"
2
2
  require "active_support/all"
3
3
  require "shogun"
4
+ require "envied"
5
+ require "dotenv"
6
+
7
+ Dotenv.load
8
+ ENVied.require
4
9
 
5
10
  module Shogun
6
11
  class Command
@@ -1,3 +1,3 @@
1
1
  module Shogun
2
- VERSION = "6.4.0"
2
+ VERSION = "6.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shogun
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.0
4
+ version: 6.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kurtis Rainbolt-Greene