dynarex 0.9.8 → 0.9.10
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/lib/dynarex.rb +0 -2
- metadata +2 -2
data/lib/dynarex.rb
CHANGED
|
@@ -329,10 +329,8 @@ end))
|
|
|
329
329
|
def open(s)
|
|
330
330
|
|
|
331
331
|
if s.strip[/^</] then # xml
|
|
332
|
-
puts 'fuh'
|
|
333
332
|
buffer = s
|
|
334
333
|
elsif s[/\(/] # schema
|
|
335
|
-
puts 'duh'
|
|
336
334
|
buffer = dynarex_new s
|
|
337
335
|
elsif s[/^https?:\/\//] then # url
|
|
338
336
|
buffer = Kernel.open(s, 'UserAgent' => 'Dynarex-Reader').read
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dynarex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors: []
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-12-
|
|
12
|
+
date: 2010-12-20 00:00:00 +00:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|