bragi-validates_xml 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. data/README.textile +4 -7
  2. metadata +1 -1
data/README.textile CHANGED
@@ -1,14 +1,11 @@
1
- ValidatesXml
2
- ============
1
+ h2. ValidatesXml
3
2
 
4
3
  Provides validates_xml method allowing to validate xml correctness of ActiveRecord attributes.
5
4
 
6
- Acknowledgment
7
- --------------
5
+ h2. Acknowledgment
8
6
 
9
7
  It's just a repacking as gem of plugin published on http://code.google.com/p/validates-xml/ by johnwulff
10
8
 
11
- License
12
- -------
9
+ h2. License
13
10
 
14
- MIT License
11
+ MIT License
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bragi-validates_xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukasz Piestrzeniewicz