highline 1.6.10 → 1.6.11

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Below is a complete listing of changes for each revision of HighLine.
4
4
 
5
+ == 1.6.11
6
+
7
+ * Fixed a bad test. (Fix by Diego Elio Pettenò.)
8
+
5
9
  == 1.6.10
6
10
 
7
11
  * Fixed a regression that prevented asking for String arguments (by Jeffery
@@ -30,7 +30,7 @@ require "highline/style"
30
30
  #
31
31
  class HighLine
32
32
  # The version of the installed library.
33
- VERSION = "1.6.10".freeze
33
+ VERSION = "1.6.11".freeze
34
34
 
35
35
  # An internal HighLine error. User code does not need to trap this.
36
36
  class QuestionError < StandardError
@@ -957,6 +957,6 @@ class TestHighLine < Test::Unit::TestCase
957
957
  assert_not_nil(HighLine::VERSION)
958
958
  assert_instance_of(String, HighLine::VERSION)
959
959
  assert(HighLine::VERSION.frozen?)
960
- assert_match(/\A\d\.\d\.\d\Z/, HighLine::VERSION)
960
+ assert_match(/\A\d+\.\d+\.\d+\Z/, HighLine::VERSION)
961
961
  end
962
962
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.10
4
+ version: 1.6.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: