amigrind 0.1.3 → 0.1.4

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: d473327378907da70d16d33c0f8f6e3cd4138b31
4
- data.tar.gz: daae3c1f143e85c950249a0bb91f796cb0ffec02
3
+ metadata.gz: 6ca4667c8e50dcb38cfab31c5f3ed61290f8ccab
4
+ data.tar.gz: 9dcdc3742748b6457fd88c102fd717e5c4ffdfa1
5
5
  SHA512:
6
- metadata.gz: 9201978b9a717bb1634b0f6110d4bd78f2fd2b829061aca1ddd0cff2c131771316ef08172def1ec586416e7051da4f8982608c7c513096c9887ebe1d42908b2e
7
- data.tar.gz: c2cbd8ea6eb81645a4a404022ea88506b9df8e9b0f89f6b9ce9d86953f843aa5cb5aba1bf771e354cd13ca4b1a3f197cd73551c3f98403cb50d16bd3f6b67f10
6
+ metadata.gz: 745032c70b09c2b0dc2fa843c7dac570bcdbd007bfaaa689dfe1b3e3269012c5f6dcc6617e6fd4a1dc65dc1a4337f6075d75937274e5c3ba5414fcd0167f2153
7
+ data.tar.gz: 69b68692832cd48346f525437b17b62fe0558c865f6e63dcc759317816ca2351a0db4e6622634b4ffa49b7c32da2014154bdc25f88f7406b04466ceccc010ef8
@@ -22,7 +22,7 @@ require 'active_support/core_ext/numeric/time'
22
22
  module Amigrind
23
23
  end
24
24
 
25
- Dir["#{__dir__}/**/*.rb"].reject { |f| f.include?('/cli') }.each { |f| require_relative f }
25
+ Dir["#{__dir__}/**/*.rb"].reject { |f| f.include?('/cli') }.sort.each { |f| require_relative f }
26
26
 
27
27
  # Post-includes
28
28
  module Amigrind
@@ -1,3 +1,5 @@
1
+ require 'amigrind/environments/channel'
2
+
1
3
  module Amigrind
2
4
  module Blueprints
3
5
  class AWSConfig
@@ -1,4 +1,5 @@
1
1
  require 'amigrind/blueprints/provisioner'
2
+ require 'amigrind/blueprints/aws_config'
2
3
 
3
4
  module Amigrind
4
5
  module Blueprints
@@ -1,3 +1,5 @@
1
+ require 'amigrind/blueprints/blueprint'
2
+
1
3
  module Amigrind
2
4
  module Build
3
5
  class PackerRunner
@@ -1,7 +1,7 @@
1
1
  require 'amigrind'
2
2
  require 'cri'
3
3
 
4
- Dir["#{__dir__}/cli/**/*.rb"].each { |f| require_relative f }
4
+ Dir["#{__dir__}/cli/**/*.rb"].sort.each { |f| require_relative f }
5
5
 
6
6
  module Amigrind
7
7
  module CLI
@@ -1,3 +1,5 @@
1
+ require 'amigrind/repo'
2
+
1
3
  module Amigrind
2
4
  module CLI
3
5
  REPO.add_command(
@@ -1,3 +1,3 @@
1
1
  module Amigrind
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amigrind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ed Ropple
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-16 00:00:00.000000000 Z
11
+ date: 2016-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -285,4 +285,3 @@ signing_key:
285
285
  specification_version: 4
286
286
  summary: An easy, convention-over-configuration builder for Packer images.
287
287
  test_files: []
288
- has_rdoc: