dom 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/dom.rb +1 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 860f6ea92248ec05cb18f1ef171d06c33d0626a5
4
- data.tar.gz: fe383623359fd804f3b000a7c643feaed0afc82d
3
+ metadata.gz: c51722444e8d83cdedfcc26291f15235543534a5
4
+ data.tar.gz: a3083b65552d121a3239d14df190a41d5bb5f3c8
5
5
  SHA512:
6
- metadata.gz: e9fa65af7ef9ffb939bd39b799a39d5f97678ac653dacaf089bc7be5426ab804172f9224b178c790875b10b692cd8d928c7e3e981674191aa79bb511b993753e
7
- data.tar.gz: 1095e882201e1cc74b0e0996c167580c33e538b62e3f6f564041c5bce8ad476a75a1d66d1c14613558585f03bbc823d782588c547da4a0de333a75336c7307fc
6
+ metadata.gz: 396a300ca33d946de2b54962085f312f1bf3f818260f1c2ecc65fb8627995d7fd8e006d1748947fb7d273a1bdff3c6d94b65ae17c67a3d0b694f82b5683de7df
7
+ data.tar.gz: 090cc33951c970c5318030ab1cb5cde127eb61e635bc7261c0acf8b640a04bebd4a38e354f22a56c37d6de5ebe456597eca0b34d2bc1f7c9021f405b0367659c
data/lib/dom.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require "cgi"
2
2
  require "stringio"
3
3
  require "strscan"
4
+ require "oj"
4
5
 
5
6
  class File
6
7
  def self.relativize f; f.sub(%r{\A/}, "".freeze) end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sawa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-27 00:00:00.000000000 Z
11
+ date: 2014-03-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ''
14
14
  email: []