depengine 0.0.4 → 0.0.5

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.
@@ -1,3 +1,3 @@
1
1
  module Depengine
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: depengine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -2641,6 +2641,7 @@ files:
2641
2641
  - etc/ssh/id_rsa.ap0784_epayment
2642
2642
  - etc/ssh/id_rsa.deployadmin
2643
2643
  - etc/ssh/id_rsa.pwu_copy
2644
+ - lib/depengine.rb
2644
2645
  - lib/depengine/asserter/url.rb
2645
2646
  - lib/depengine/dsl/deployment.rb
2646
2647
  - lib/depengine/helper/hudson.rb
@@ -2650,7 +2651,6 @@ files:
2650
2651
  - lib/depengine/helper/validations.rb
2651
2652
  - lib/depengine/helper/yaml.rb
2652
2653
  - lib/depengine/log/log.rb
2653
- - lib/depengine/main.rb
2654
2654
  - lib/depengine/processor/fileops.rb
2655
2655
  - lib/depengine/processor/properties.rb
2656
2656
  - lib/depengine/processor/sed.rb
File without changes