multisax 0.0.5 → 0.0.5.1
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.
- checksums.yaml +4 -4
- data/LICENSE.txt +7 -1
- data/lib/multisax.rb +1 -1
- data/multisax.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 477fd1075093fbf29b1e5ee531e8005575aaa771
|
|
4
|
+
data.tar.gz: 6aeb822231142b692c01a49c337ef8733f617593
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4ed2e8376d3fd9df026c329df7352e3122023dfbb7f124eeaa98effa440a6d31a6a4b9f527f94ceda075e3fd8e81b1c7cdb0d504082c42eea2400005b35202f
|
|
7
|
+
data.tar.gz: 464db335f8ad097aeb424f7c83eedd8217cc6a7b86f7b4461544657312327927aea22ea1efd9706a23d6296842c5111b34efc8526caefadceb60bb13336b058e
|
data/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
- Copyright (c)
|
|
1
|
+
- Copyright (c) 2014, T. Yamada
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without
|
|
4
4
|
modification, are permitted provided that the following conditions are met:
|
|
@@ -24,6 +24,12 @@ Note: MultiSAX shouldn't load any copyleft libraries.
|
|
|
24
24
|
|
|
25
25
|
- Ruby (REXML): 2-clause BSD License (or Artistic License)
|
|
26
26
|
- Nokogiri: MIT License
|
|
27
|
+
- Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori MUSHA
|
|
27
28
|
- libxml-ruby: MIT License
|
|
29
|
+
- Ross Bamform, Wai-Sun Chia, Sean Chittenden, Dan Janwoski, Anurag Priyam, Charlie Savage, Ryan Johnson
|
|
28
30
|
- Ox: 3-clause BSD License
|
|
31
|
+
- Peter Ohler
|
|
29
32
|
- xmlparser: MIT License
|
|
33
|
+
- Masato Yoshida
|
|
34
|
+
- Oga: MIT License
|
|
35
|
+
- Yorick Peterse
|
data/lib/multisax.rb
CHANGED
data/multisax.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
|
|
|
6
6
|
spec.version = MultiSAX::VERSION
|
|
7
7
|
spec.authors = ["cielavenir"]
|
|
8
8
|
spec.email = ["cielartisan@gmail.com"]
|
|
9
|
-
spec.description = "Ruby Gem to handle multiple SAX libraries: ox/libxml/nokogiri/
|
|
9
|
+
spec.description = "Ruby Gem to handle multiple SAX libraries: ox/libxml/nokogiri/xmlparser(expat)/oga/rexml"
|
|
10
10
|
spec.summary = "Ruby Gem to handle multiple SAX libraries"
|
|
11
11
|
spec.homepage = "http://github.com/cielavenir/multisax"
|
|
12
12
|
spec.license = "Ruby License (2-clause BSDL or Artistic)"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: multisax
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.5
|
|
4
|
+
version: 0.0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- cielavenir
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: 'Ruby Gem to handle multiple SAX libraries: ox/libxml/nokogiri/
|
|
55
|
+
description: 'Ruby Gem to handle multiple SAX libraries: ox/libxml/nokogiri/xmlparser(expat)/oga/rexml'
|
|
56
56
|
email:
|
|
57
57
|
- cielartisan@gmail.com
|
|
58
58
|
executables: []
|