rsence 2.0.0.4.pre → 2.0.0.5.pre
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/VERSION +1 -1
- data/lib/conf/argv.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0.
|
|
1
|
+
2.0.0.5.pre
|
data/lib/conf/argv.rb
CHANGED
|
@@ -1000,7 +1000,7 @@ Visit http://rsence.org/ for further information.
|
|
|
1000
1000
|
END
|
|
1001
1001
|
) }
|
|
1002
1002
|
version_file = File.join( env_dir, 'VERSION' )
|
|
1003
|
-
File.open(
|
|
1003
|
+
File.open( version_file, 'w' ) {|f| f.write( "RSence Environment Version #{version.to_f}" ) }
|
|
1004
1004
|
puts <<-END
|
|
1005
1005
|
|
|
1006
1006
|
#{'-='*39}-
|