ruby-xslt 0.9.9 → 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.
- checksums.yaml +7 -0
 - data/VERSION +1 -1
 - data/ext/xslt_lib/xslt_lib.c +0 -1
 - data/ruby-xslt.gemspec +19 -17
 - metadata +35 -52
 
    
        checksums.yaml
    ADDED
    
    | 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            SHA1:
         
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: ce56026aa771446096d8b22905c4a9bb348c91ea
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 865bcfa72341df57518a236c2cb043b714271c2b
         
     | 
| 
      
 5 
     | 
    
         
            +
            SHA512:
         
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: d71ffcd3ed78d762695dd417565c75472bff4046edab35fbc779a6f3b0a52584470106d32d6624ccf350226f1e4788213fa781292591904e600bddbc100e96e3
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 70c6040b6459fdb11eb45fc0ecb735a073df277b5ab41124e1aecd6c0f987cfffdb9d593ff7555f37d517f4b3d93f9058597e06ffc47615cc2334a9e9522c525
         
     | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            0.9. 
     | 
| 
      
 1 
     | 
    
         
            +
            0.9.10
         
     | 
    
        data/ext/xslt_lib/xslt_lib.c
    CHANGED
    
    | 
         @@ -561,7 +561,6 @@ void Init_xslt_lib( void ) { 
     | 
|
| 
       561 
561 
     | 
    
         
             
              rb_define_const( cXSLT, "DEFAULT_VERSION",      rb_str_new2(XSLT_DEFAULT_VERSION) );
         
     | 
| 
       562 
562 
     | 
    
         
             
              rb_define_const( cXSLT, "DEFAULT_URL",          rb_str_new2(XSLT_DEFAULT_URL) );
         
     | 
| 
       563 
563 
     | 
    
         
             
              rb_define_const( cXSLT, "NAMESPACE_LIBXSLT",    rb_str_new2((char *)XSLT_LIBXSLT_NAMESPACE) );
         
     | 
| 
       564 
     | 
    
         
            -
              rb_define_const( cXSLT, "NAMESPACE_NORM_SAXON", rb_str_new2((char *)XSLT_NORM_SAXON_NAMESPACE) );
         
     | 
| 
       565 
564 
     | 
    
         
             
              rb_define_const( cXSLT, "NAMESPACE_SAXON",      rb_str_new2((char *)XSLT_SAXON_NAMESPACE) );
         
     | 
| 
       566 
565 
     | 
    
         
             
              rb_define_const( cXSLT, "NAMESPACE_XT",         rb_str_new2((char *)XSLT_XT_NAMESPACE) );
         
     | 
| 
       567 
566 
     | 
    
         
             
              rb_define_const( cXSLT, "NAMESPACE_XALAN",      rb_str_new2((char *)XSLT_XALAN_NAMESPACE) );
         
     | 
    
        data/ruby-xslt.gemspec
    CHANGED
    
    | 
         @@ -2,17 +2,20 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            # DO NOT EDIT THIS FILE DIRECTLY
         
     | 
| 
       3 
3 
     | 
    
         
             
            # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
         
     | 
| 
       4 
4 
     | 
    
         
             
            # -*- encoding: utf-8 -*-
         
     | 
| 
      
 5 
     | 
    
         
            +
            # stub: ruby-xslt 0.9.10 ruby lib
         
     | 
| 
      
 6 
     | 
    
         
            +
            # stub: ext/xslt_lib/extconf.rb
         
     | 
| 
       5 
7 
     | 
    
         | 
| 
       6 
8 
     | 
    
         
             
            Gem::Specification.new do |s|
         
     | 
| 
       7 
     | 
    
         
            -
              s.name = "ruby-xslt"
         
     | 
| 
       8 
     | 
    
         
            -
              s.version = "0.9. 
     | 
| 
      
 9 
     | 
    
         
            +
              s.name = "ruby-xslt".freeze
         
     | 
| 
      
 10 
     | 
    
         
            +
              s.version = "0.9.10"
         
     | 
| 
       9 
11 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
              s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
         
     | 
| 
       11 
     | 
    
         
            -
              s. 
     | 
| 
       12 
     | 
    
         
            -
              s. 
     | 
| 
       13 
     | 
    
         
            -
              s. 
     | 
| 
       14 
     | 
    
         
            -
              s. 
     | 
| 
       15 
     | 
    
         
            -
              s. 
     | 
| 
      
 12 
     | 
    
         
            +
              s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
         
     | 
| 
      
 13 
     | 
    
         
            +
              s.require_paths = ["lib".freeze]
         
     | 
| 
      
 14 
     | 
    
         
            +
              s.authors = ["Gregoire Lejeune".freeze]
         
     | 
| 
      
 15 
     | 
    
         
            +
              s.date = "2017-10-03"
         
     | 
| 
      
 16 
     | 
    
         
            +
              s.description = "Ruby/XSLT is a simple XSLT class based on libxml <http://xmlsoft.org/> and libxslt <http://xmlsoft.org/XSLT/>".freeze
         
     | 
| 
      
 17 
     | 
    
         
            +
              s.email = "gregoire.lejeune@free.fr".freeze
         
     | 
| 
      
 18 
     | 
    
         
            +
              s.extensions = ["ext/xslt_lib/extconf.rb".freeze]
         
     | 
| 
       16 
19 
     | 
    
         
             
              s.extra_rdoc_files = [
         
     | 
| 
       17 
20 
     | 
    
         
             
                "ChangeLog.rdoc",
         
     | 
| 
       18 
21 
     | 
    
         
             
                "README.rdoc"
         
     | 
| 
         @@ -44,22 +47,21 @@ Gem::Specification.new do |s| 
     | 
|
| 
       44 
47 
     | 
    
         
             
                "test/t.xsl",
         
     | 
| 
       45 
48 
     | 
    
         
             
                "test/test.rb"
         
     | 
| 
       46 
49 
     | 
    
         
             
              ]
         
     | 
| 
       47 
     | 
    
         
            -
              s.homepage = "http://github.com/glejeune/ruby-xslt"
         
     | 
| 
       48 
     | 
    
         
            -
              s. 
     | 
| 
       49 
     | 
    
         
            -
              s. 
     | 
| 
       50 
     | 
    
         
            -
              s. 
     | 
| 
       51 
     | 
    
         
            -
              s.test_files = ["test/test.rb"]
         
     | 
| 
      
 50 
     | 
    
         
            +
              s.homepage = "http://github.com/glejeune/ruby-xslt".freeze
         
     | 
| 
      
 51 
     | 
    
         
            +
              s.rubygems_version = "2.6.11".freeze
         
     | 
| 
      
 52 
     | 
    
         
            +
              s.summary = "Ruby/XSLT is a simple XSLT class".freeze
         
     | 
| 
      
 53 
     | 
    
         
            +
              s.test_files = ["test/test.rb".freeze]
         
     | 
| 
       52 
54 
     | 
    
         | 
| 
       53 
55 
     | 
    
         
             
              if s.respond_to? :specification_version then
         
     | 
| 
       54 
     | 
    
         
            -
                s.specification_version =  
     | 
| 
      
 56 
     | 
    
         
            +
                s.specification_version = 4
         
     | 
| 
       55 
57 
     | 
    
         | 
| 
       56 
58 
     | 
    
         
             
                if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
         
     | 
| 
       57 
     | 
    
         
            -
                  s.add_development_dependency(%q<rdoc 
     | 
| 
      
 59 
     | 
    
         
            +
                  s.add_development_dependency(%q<rdoc>.freeze, [">= 0"])
         
     | 
| 
       58 
60 
     | 
    
         
             
                else
         
     | 
| 
       59 
     | 
    
         
            -
                  s.add_dependency(%q<rdoc 
     | 
| 
      
 61 
     | 
    
         
            +
                  s.add_dependency(%q<rdoc>.freeze, [">= 0"])
         
     | 
| 
       60 
62 
     | 
    
         
             
                end
         
     | 
| 
       61 
63 
     | 
    
         
             
              else
         
     | 
| 
       62 
     | 
    
         
            -
                s.add_dependency(%q<rdoc 
     | 
| 
      
 64 
     | 
    
         
            +
                s.add_dependency(%q<rdoc>.freeze, [">= 0"])
         
     | 
| 
       63 
65 
     | 
    
         
             
              end
         
     | 
| 
       64 
66 
     | 
    
         
             
            end
         
     | 
| 
       65 
67 
     | 
    
         | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,46 +1,39 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            --- !ruby/object:Gem::Specification 
     | 
| 
      
 1 
     | 
    
         
            +
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: ruby-xslt
         
     | 
| 
       3 
     | 
    
         
            -
            version: !ruby/object:Gem::Version 
     | 
| 
       4 
     | 
    
         
            -
               
     | 
| 
       5 
     | 
    
         
            -
              prerelease: 
         
     | 
| 
       6 
     | 
    
         
            -
              segments: 
         
     | 
| 
       7 
     | 
    
         
            -
              - 0
         
     | 
| 
       8 
     | 
    
         
            -
              - 9
         
     | 
| 
       9 
     | 
    
         
            -
              - 9
         
     | 
| 
       10 
     | 
    
         
            -
              version: 0.9.9
         
     | 
| 
      
 3 
     | 
    
         
            +
            version: !ruby/object:Gem::Version
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.9.10
         
     | 
| 
       11 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       12 
     | 
    
         
            -
            authors: 
     | 
| 
      
 6 
     | 
    
         
            +
            authors:
         
     | 
| 
       13 
7 
     | 
    
         
             
            - Gregoire Lejeune
         
     | 
| 
       14 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       15 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       16 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2017-10-03 00:00:00.000000000 Z
         
     | 
| 
      
 12 
     | 
    
         
            +
            dependencies:
         
     | 
| 
      
 13 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
       21 
14 
     | 
    
         
             
              name: rdoc
         
     | 
| 
       22 
     | 
    
         
            -
               
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
                none: false
         
     | 
| 
       25 
     | 
    
         
            -
                requirements: 
         
     | 
| 
      
 15 
     | 
    
         
            +
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 16 
     | 
    
         
            +
                requirements:
         
     | 
| 
       26 
17 
     | 
    
         
             
                - - ">="
         
     | 
| 
       27 
     | 
    
         
            -
                  - !ruby/object:Gem::Version 
     | 
| 
       28 
     | 
    
         
            -
                     
     | 
| 
       29 
     | 
    
         
            -
                    segments: 
         
     | 
| 
       30 
     | 
    
         
            -
                    - 0
         
     | 
| 
       31 
     | 
    
         
            -
                    version: "0"
         
     | 
| 
      
 18 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 19 
     | 
    
         
            +
                    version: '0'
         
     | 
| 
       32 
20 
     | 
    
         
             
              type: :development
         
     | 
| 
       33 
     | 
    
         
            -
               
     | 
| 
       34 
     | 
    
         
            -
             
     | 
| 
      
 21 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 22 
     | 
    
         
            +
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 23 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 24 
     | 
    
         
            +
                - - ">="
         
     | 
| 
      
 25 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 26 
     | 
    
         
            +
                    version: '0'
         
     | 
| 
      
 27 
     | 
    
         
            +
            description: Ruby/XSLT is a simple XSLT class based on libxml <http://xmlsoft.org/>
         
     | 
| 
      
 28 
     | 
    
         
            +
              and libxslt <http://xmlsoft.org/XSLT/>
         
     | 
| 
       35 
29 
     | 
    
         
             
            email: gregoire.lejeune@free.fr
         
     | 
| 
       36 
30 
     | 
    
         
             
            executables: []
         
     | 
| 
       37 
     | 
    
         
            -
             
     | 
| 
       38 
     | 
    
         
            -
            extensions: 
         
     | 
| 
      
 31 
     | 
    
         
            +
            extensions:
         
     | 
| 
       39 
32 
     | 
    
         
             
            - ext/xslt_lib/extconf.rb
         
     | 
| 
       40 
     | 
    
         
            -
            extra_rdoc_files: 
     | 
| 
      
 33 
     | 
    
         
            +
            extra_rdoc_files:
         
     | 
| 
       41 
34 
     | 
    
         
             
            - ChangeLog.rdoc
         
     | 
| 
       42 
35 
     | 
    
         
             
            - README.rdoc
         
     | 
| 
       43 
     | 
    
         
            -
            files: 
     | 
| 
      
 36 
     | 
    
         
            +
            files:
         
     | 
| 
       44 
37 
     | 
    
         
             
            - AUTHORS.rdoc
         
     | 
| 
       45 
38 
     | 
    
         
             
            - COPYING
         
     | 
| 
       46 
39 
     | 
    
         
             
            - ChangeLog.rdoc
         
     | 
| 
         @@ -68,36 +61,26 @@ files: 
     | 
|
| 
       68 
61 
     | 
    
         
             
            - test/test.rb
         
     | 
| 
       69 
62 
     | 
    
         
             
            homepage: http://github.com/glejeune/ruby-xslt
         
     | 
| 
       70 
63 
     | 
    
         
             
            licenses: []
         
     | 
| 
       71 
     | 
    
         
            -
             
     | 
| 
      
 64 
     | 
    
         
            +
            metadata: {}
         
     | 
| 
       72 
65 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       73 
66 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       74 
     | 
    
         
            -
             
     | 
| 
       75 
     | 
    
         
            -
            require_paths: 
         
     | 
| 
      
 67 
     | 
    
         
            +
            require_paths:
         
     | 
| 
       76 
68 
     | 
    
         
             
            - lib
         
     | 
| 
       77 
     | 
    
         
            -
            required_ruby_version: !ruby/object:Gem::Requirement 
     | 
| 
       78 
     | 
    
         
            -
               
     | 
| 
       79 
     | 
    
         
            -
              requirements: 
         
     | 
| 
      
 69 
     | 
    
         
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 70 
     | 
    
         
            +
              requirements:
         
     | 
| 
       80 
71 
     | 
    
         
             
              - - ">="
         
     | 
| 
       81 
     | 
    
         
            -
                - !ruby/object:Gem::Version 
     | 
| 
       82 
     | 
    
         
            -
                   
     | 
| 
       83 
     | 
    
         
            -
             
     | 
| 
       84 
     | 
    
         
            -
             
     | 
| 
       85 
     | 
    
         
            -
                  version: "0"
         
     | 
| 
       86 
     | 
    
         
            -
            required_rubygems_version: !ruby/object:Gem::Requirement 
         
     | 
| 
       87 
     | 
    
         
            -
              none: false
         
     | 
| 
       88 
     | 
    
         
            -
              requirements: 
         
     | 
| 
      
 72 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 73 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
      
 74 
     | 
    
         
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 75 
     | 
    
         
            +
              requirements:
         
     | 
| 
       89 
76 
     | 
    
         
             
              - - ">="
         
     | 
| 
       90 
     | 
    
         
            -
                - !ruby/object:Gem::Version 
     | 
| 
       91 
     | 
    
         
            -
                   
     | 
| 
       92 
     | 
    
         
            -
                  segments: 
         
     | 
| 
       93 
     | 
    
         
            -
                  - 0
         
     | 
| 
       94 
     | 
    
         
            -
                  version: "0"
         
     | 
| 
      
 77 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 78 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
       95 
79 
     | 
    
         
             
            requirements: []
         
     | 
| 
       96 
     | 
    
         
            -
             
     | 
| 
       97 
80 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       98 
     | 
    
         
            -
            rubygems_version:  
     | 
| 
      
 81 
     | 
    
         
            +
            rubygems_version: 2.6.11
         
     | 
| 
       99 
82 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       100 
     | 
    
         
            -
            specification_version:  
     | 
| 
      
 83 
     | 
    
         
            +
            specification_version: 4
         
     | 
| 
       101 
84 
     | 
    
         
             
            summary: Ruby/XSLT is a simple XSLT class
         
     | 
| 
       102 
     | 
    
         
            -
            test_files: 
     | 
| 
      
 85 
     | 
    
         
            +
            test_files:
         
     | 
| 
       103 
86 
     | 
    
         
             
            - test/test.rb
         
     |