validation_reflection 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,11 @@
1
+ == 0.3.4, 2009-10-09
2
+ * Enhancements from Jonas Grimfelt
3
+ ** Don't include instead of explicit namespaces to make the code much DRY:er and readable
4
+ ** Avoid mutable strings
5
+ ** Be clear about the namespaces for external classes (to avoid Ruby 1.9.x issues)
6
+ ** Fixing gem loading issues on Ruby 1.9.x
7
+ ** Removed the freezing of validations
8
+
1
9
  == 0.3.3, 2009-09-12
2
10
  * version bump
3
11
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 3
4
- :patch: 4
4
+ :patch: 5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{validation_reflection}
8
- s.version = "0.3.4"
8
+ s.version = "0.3.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Christopher Redinger"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: validation_reflection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Redinger