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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f38b71e537730a19339187f021b9583d77d08026
4
- data.tar.gz: 19cfb427e3aec1c33978a14f418b6f5885a257ab
3
+ metadata.gz: 477fd1075093fbf29b1e5ee531e8005575aaa771
4
+ data.tar.gz: 6aeb822231142b692c01a49c337ef8733f617593
5
5
  SHA512:
6
- metadata.gz: 7ace66357012bd8240efd7fb2d659ee6c1a111c42141f5e40095bcef1f37e851b2372067913252b27d220a6c782e377bf08b1fdb879fec34420a04e0ab25cb32
7
- data.tar.gz: a7298fc9c670484e5024bbdaa403bfc0589a466f1d07fc305cb4e85dbc88c80bc94f4d21ea724326f56cd946d45199478a0d4541e46a405d28b813a9a3c8bffd
6
+ metadata.gz: b4ed2e8376d3fd9df026c329df7352e3122023dfbb7f124eeaa98effa440a6d31a6a4b9f527f94ceda075e3fd8e81b1c7cdb0d504082c42eea2400005b35202f
7
+ data.tar.gz: 464db335f8ad097aeb424f7c83eedd8217cc6a7b86f7b4461544657312327927aea22ea1efd9706a23d6296842c5111b34efc8526caefadceb60bb13336b058e
@@ -1,4 +1,4 @@
1
- - Copyright (c) 2013, T. Yamada
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
@@ -8,7 +8,7 @@
8
8
 
9
9
  module MultiSAX
10
10
  # VERSION string
11
- VERSION='0.0.5'
11
+ VERSION='0.0.5.1'
12
12
 
13
13
  # The class to handle XML libraries.
14
14
  class SAX
@@ -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/oga/xmlparser(expat)/rexml"
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/oga/xmlparser(expat)/rexml'
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: []