osvt 1.2.1 → 1.3.0

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/bin/osvt +1 -1
  2. data/lib/osvt.rb +1 -1
  3. metadata +1 -1
data/bin/osvt CHANGED
@@ -69,7 +69,7 @@ test ?e, CONFIG_F
69
69
  }
70
70
 
71
71
  edit = (ENV["EDITOR"] || ENV["EDIT"] || "nano") + " '#{CONFIG_F}'"
72
-
72
+ system edit or puts "edit '#{CONFIG_F}'"
73
73
 
74
74
 
75
75
 
@@ -1,3 +1,3 @@
1
1
  class Osvt
2
- VERSION = '1.2.1'
2
+ VERSION = '1.3.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osvt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team FOSS