rmate 1.5.3 → 1.5.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/rmate +1 -1
- data/lib/rmate/version.rb +1 -1
- metadata +2 -2
data/bin/rmate
CHANGED
@@ -11,7 +11,7 @@ require 'yaml'
|
|
11
11
|
require 'fileutils'
|
12
12
|
require 'rmate'
|
13
13
|
|
14
|
-
VERSION_STRING =
|
14
|
+
VERSION_STRING = "rmate version #{Rmate::VERSION} (#{Rmate::DATE})"
|
15
15
|
|
16
16
|
class Settings
|
17
17
|
attr_accessor :host, :port, :wait, :force, :verbose, :lines, :names, :types
|
data/lib/rmate/version.rb
CHANGED