ignition-ign 0.0.5 → 0.0.7

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: 084499bfd2cd1f001ef82b8c4e5ede595a052689
4
- data.tar.gz: 4f7fd75c95c2b2918820389fa303a24ab1fbc3b4
3
+ metadata.gz: 5cddd8cefaeded1e2c4fd69616ac4e5307f882f0
4
+ data.tar.gz: 780eb7c00f2357a336b55d0c72a62a3f453892d7
5
5
  SHA512:
6
- metadata.gz: 7a33fd8b2cd56e2196a931a94e4f673bc16b7a156c1b8fb3a03544aa56cead00931342cc17a3d302859166277fdb8b0dd7fc442c147c0372e242867ad322c3ac
7
- data.tar.gz: 694ab8faf5f331c6f3fb4d0d5d9df44a663318d485125f3c52ec65abaebe698f4b04f0f02f262639f5a0eb241a43e421e2bee68374a68a30766564ea21379949
6
+ metadata.gz: 6056f7ded46f836b545e28e0764d4b38776ee6cff41be1e4ef818d0bdd4e1e756230a2e414fab4041f3c3aaa79d8aa467194fc8c8ce38933c499e6bdda6a6b38
7
+ data.tar.gz: 371c39ca92c2a48171a362eb5646d946839b63e4a1dcb3b720a04adcbd47db25d530ca0607e598a5685d754bec3a8730683aab72e2fd5b10ba66108fbe77b902
data/bin/ign CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  require 'ignition/ign'
4
4
 
5
- Ign.execute(ARGV.size, ARGV.pack('p**'))
5
+ Ignition::Ign::execute(ARGV.size, ARGV.pack('p**'))
@@ -5,6 +5,8 @@ require "ignition/ign/version"
5
5
 
6
6
  module Ignition
7
7
  module Ign
8
+ extend DL::Importer
9
+
8
10
  commands = {}
9
11
 
10
12
  conf_directory = '/usr/share/ignition/'
@@ -1,5 +1,5 @@
1
1
  module Ignition
2
2
  module Ign
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ignition-ign
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Agüero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-12 00:00:00.000000000 Z
11
+ date: 2014-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler