RubyGems
npm
Organizations
Log in
Sign up
RubyGems
polyrex
Versions diffs
0.1.0 → 0.1.1
polyrex 0.1.0 → 0.1.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/polyrex.rb
+1
-0
metadata
+1
-1
data/lib/polyrex.rb
CHANGED
Viewed
@@ -3,6 +3,7 @@
3
3
# file: polyrex.rb
4
4
5
5
require 'polyrex-schema'
6
+
require 'backtrack-xpath'
6
7
require 'rexml/document'
7
8
8
9
class Polyrex
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: polyrex
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.1.
0
4
+
version: 0.1.
1
5
5
platform: ruby
6
6
authors: []
7
7