rmate 1.5.3 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/rmate +1 -1
  2. data/lib/rmate/version.rb +1 -1
  3. 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 = 'rmate version %s (%s)' % Rmate::VERSION, Rmate::DATE
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
@@ -1,4 +1,4 @@
1
1
  module Rmate
2
- VERSION = "1.5.3"
2
+ VERSION = "1.5.4"
3
3
  DATE = "2013-03-16"
4
4
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 3
9
- version: 1.5.3
8
+ - 4
9
+ version: 1.5.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alex Ross