shnell 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/shnell +1 -1
  2. metadata +2 -2
data/bin/shnell CHANGED
@@ -6,7 +6,7 @@ require 'filander'
6
6
  require File.join(File.dirname(__FILE__), '../lib/shnell')
7
7
 
8
8
  program :name, 'shnell'
9
- program :version, Shnell::VERSION
9
+ program :version, File.read(File.join(File.dirname(__FILE__), '../VERSION'))
10
10
  program :description, 'Server Setup and Configuration'
11
11
  program :help, 'Author', 'Johannes Jörg Schmidt, TF <schmidt@netzmerk.com>'
12
12
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Johannes J. Schmidt