depengine 0.0.2 → 0.0.3

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- depengine (0.0.2)
4
+ depengine (0.0.3)
5
5
  json (~> 1.4)
6
6
  log4r
7
7
  net-scp
data/bin/depengine CHANGED
@@ -1,5 +1,16 @@
1
- #!ruby -w
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'depengine' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
2
8
 
3
- require 'depengine/main'
9
+ require 'pathname'
10
+ ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
+ Pathname.new(__FILE__).realpath)
4
12
 
5
- exit Deployment.deploy(ARGV)
13
+ require 'rubygems'
14
+ require 'bundler/setup'
15
+
16
+ load Gem.bin_path('depengine', 'depengine')
data/depengine.gemspec CHANGED
@@ -29,6 +29,6 @@ Gem::Specification.new do |s|
29
29
  s.files = `git ls-files`.split("\n")
30
30
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
31
31
 
32
- s.executables = %w(depengine.sh cdb_crypt)
32
+ s.executables = %w(depengine depengine.sh cdb_crypt)
33
33
  s.require_paths = ["lib"]
34
34
  end
@@ -1,3 +1,3 @@
1
1
  module Depengine
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -159,6 +159,7 @@ description: Simply generates Depengine text.
159
159
  email:
160
160
  - team-automatisierung@sinnerschrader.com
161
161
  executables:
162
+ - depengine
162
163
  - depengine.sh
163
164
  - cdb_crypt
164
165
  extensions: []