nodex 0.0.7 → 0.0.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.
data/lib/nodex/helper.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Nodex
2
2
  module Helper
3
3
  def configuration_file
4
- File.open("config/nodex.rb") rescue File.open("nodex.rb") rescue nil
4
+ File.open("config/deploy.rb") rescue File.open("deploy.rb") rescue nil
5
5
  end
6
6
 
7
7
  def skip_step?(step)
data/lib/nodex/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nodex
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: nodex
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bruno S. Barros