choosy 0.4.5 → 0.4.6

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.4.6 (March 31, 2011)
2
+
3
+ Features:
4
+
5
+ - Refactored the terminal class to be more accessible and functional for dependent clients.
6
+
1
7
  ## 0.4.3 (March 29, 2011)
2
8
 
3
9
  Fixes:
data/lib/VERSION.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  date: 31/03/2011
3
3
  version:
4
- tiny: 5
4
+ tiny: 6
5
5
  major: 0
6
6
  minor: 4
@@ -107,7 +107,7 @@ module Choosy
107
107
  end
108
108
 
109
109
  def die(message)
110
- raise Choosy::ConfigurationError.new(message)
110
+ raise Choosy::ValidationError.new(message)
111
111
  end
112
112
 
113
113
  private
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 5
9
- version: 0.4.5
8
+ - 6
9
+ version: 0.4.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Gabe McArthur