uberinstaller 1.0.1 → 1.0.2

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/README.md CHANGED
@@ -43,7 +43,6 @@ Installation type:
43
43
  Command before/after:
44
44
  - in the right folder: cmds/after/ cmds/before/, so specify only the filename, with extension
45
45
  - array of commands
46
- - a single command in a string
47
46
 
48
47
  before all => cmds/before/all.sh
49
48
  after all => cmds/after/all.sh
@@ -101,8 +101,6 @@ module Uberinstaller
101
101
  elsif @pkg[:cmd][type].kind_of? String
102
102
  if File.exists? file
103
103
  exec_file file
104
- else
105
- exec @pkg[:cmd][type]
106
104
  end
107
105
  else
108
106
  raise Exception::CommandNotProcessable, @pkg_name, type
@@ -1,3 +1,3 @@
1
1
  module Uberinstaller
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uberinstaller
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-19 00:00:00.000000000 Z
12
+ date: 2013-12-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -224,7 +224,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
224
224
  version: '0'
225
225
  segments:
226
226
  - 0
227
- hash: -202233585583349086
227
+ hash: -4253208566518924367
228
228
  required_rubygems_version: !ruby/object:Gem::Requirement
229
229
  none: false
230
230
  requirements:
@@ -233,7 +233,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  version: '0'
234
234
  segments:
235
235
  - 0
236
- hash: -202233585583349086
236
+ hash: -4253208566518924367
237
237
  requirements: []
238
238
  rubyforge_project:
239
239
  rubygems_version: 1.8.25