sfn 0.4.10 → 0.4.12

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: 85e9371c4d9cfb98d364915b567e831a011b7564
4
- data.tar.gz: d65289f5baaafeae8cfaa0d750e3749d2b8dd094
3
+ metadata.gz: eb6d4cc2df0a55fa94c74efa11f36ba3a4ee14f0
4
+ data.tar.gz: 0aa3a229b6d5a8efd0237dd0bd35e24b5d6276a2
5
5
  SHA512:
6
- metadata.gz: 89f473d3a45de03b3cae077e32e085ee4fc0276b91c4a17cb68700cd2b215bbd71f13e5641a15360a1d55e78814fa63cff98dd6d78de9ec76a3c0c37467e7699
7
- data.tar.gz: 82ed45651915c10d6f4c3cb7400c027d815691d4cff5245dd8c62f476ac1c89ffc6d4deb532f8c0429a8d493ca441a9cfca670619be0abfe4a58d825c207e2b6
6
+ metadata.gz: 94417766ed4813ffa8de6e3ecbf83e4ea376ce518d8d54c6c147f9d3ec8e09a5f31196b7b40484d6c9eb7ae46e3f8eb38f0cd2ea67f2fa04751dbffc63205cfc
7
+ data.tar.gz: 25a276a3156817cb549a35d16ab898652256339726112c424b6ae7bb7c828885915dd9844ba3d48900fd7c4b7d25db6333be0995b515ccb5a2fe5f04c497356d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v0.4.12
2
+ * Fix transient uninitialized constant error for update command
3
+
1
4
  ## v0.4.10
2
5
  * Fix error when no options are provided within config (#18)
3
6
  * Fix error when parameters originate from config only (#20)
@@ -1,5 +1,4 @@
1
1
  require 'sparkle_formation'
2
- require 'pathname'
3
2
  require 'sfn'
4
3
 
5
4
  module Sfn
@@ -1,4 +1,3 @@
1
- require 'pathname'
2
1
  require 'sparkle_formation'
3
2
  require 'sfn'
4
3
 
@@ -1,6 +1,8 @@
1
1
  require 'sfn'
2
2
  require 'sparkle_formation'
3
3
 
4
+ require 'pathname'
5
+
4
6
  module Sfn
5
7
  module CommandModule
6
8
  # Template handling helper methods
data/lib/sfn/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Sfn
2
2
  # Current library version
3
- VERSION = Gem::Version.new('0.4.10')
3
+ VERSION = Gem::Version.new('0.4.12')
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sfn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Roberts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-02 00:00:00.000000000 Z
11
+ date: 2015-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bogo-cli