acclaim 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,6 +58,19 @@ module Acclaim
58
58
  end
59
59
  end
60
60
 
61
- %w(big_decimal complex date date_time float integer rational string symbol time uri).each do |type|
61
+ %w(
62
+ big_decimal
63
+ complex
64
+ date
65
+ date_time
66
+ float
67
+ integer
68
+ pathname
69
+ rational
70
+ string
71
+ symbol
72
+ time
73
+ uri
74
+ ).each do |type|
62
75
  require type.prepend 'acclaim/option/type/'
63
76
  end
@@ -16,7 +16,7 @@ module Acclaim
16
16
  # Patch version.
17
17
  #
18
18
  # Increments denote changes in implementation.
19
- PATCH = 1
19
+ PATCH = 2
20
20
 
21
21
  # Build version.
22
22
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acclaim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -117,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  segments:
119
119
  - 0
120
- hash: 2220657270614023543
120
+ hash: 4033184433190617249
121
121
  required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  none: false
123
123
  requirements:
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  segments:
128
128
  - 0
129
- hash: 2220657270614023543
129
+ hash: 4033184433190617249
130
130
  requirements: []
131
131
  rubyforge_project:
132
132
  rubygems_version: 1.8.24