validation_reflection 0.3.4 → 0.3.5
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 +8 -0
- data/VERSION.yml +1 -1
- data/validation_reflection.gemspec +1 -1
- metadata +1 -1
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