update 0.4.6 → 0.4.7

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.
Files changed (3) hide show
  1. data/lib/update.rb +1 -1
  2. data/lib/update/version.rb +1 -1
  3. metadata +3 -3
@@ -29,7 +29,7 @@ module Update
29
29
  end
30
30
 
31
31
  def run_command
32
- @command_output = `@command`
32
+ @command_output = `#{@command}`
33
33
  end
34
34
 
35
35
  def check_exit_status
@@ -1,3 +1,3 @@
1
1
  module Update
2
- VERSION = "0.4.6"
2
+ VERSION = "0.4.7"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: update
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3629417904929017919
4
+ hash: 4308009981960143868
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 6
10
- version: 0.4.6
9
+ - 7
10
+ version: 0.4.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - shan