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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/conf/argv.rb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0.4.pre
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( readme_file, 'w' ) {|f| f.write( "RSence Environment Version #{version.to_f}" ) }
1003
+ File.open( version_file, 'w' ) {|f| f.write( "RSence Environment Version #{version.to_f}" ) }
1004
1004
  puts <<-END
1005
1005
 
1006
1006
  #{'-='*39}-
metadata CHANGED
@@ -6,9 +6,9 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 0
8
8
  - 0
9
- - 4
9
+ - 5
10
10
  - pre
11
- version: 2.0.0.4.pre
11
+ version: 2.0.0.5.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Riassence Inc.