win32-api 1.7.0.pre1-universal-mingw32 → 1.7.0-universal-mingw32
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/CHANGES +3 -0
- data/Gemfile.lock +2 -2
- data/README +2 -2
- data/appveyor.yml +1 -1
- data/ext/win32/api.c +1 -1
- data/lib/win32/ruby21_32/win32/api.so +0 -0
- data/lib/win32/ruby21_64/win32/api.so +0 -0
- data/lib/win32/ruby22_32/win32/api.so +0 -0
- data/lib/win32/ruby22_64/win32/api.so +0 -0
- data/lib/win32/ruby23_32/win32/api.so +0 -0
- data/lib/win32/ruby23_64/win32/api.so +0 -0
- data/lib/win32/ruby24_32/win32/api.so +0 -0
- data/lib/win32/ruby24_64/win32/api.so +0 -0
- data/lib/win32/ruby25_32/win32/api.so +0 -0
- data/lib/win32/ruby25_64/win32/api.so +0 -0
- data/lib/win32/ruby2_32/win32/api.so +0 -0
- data/lib/win32/ruby2_64/win32/api.so +0 -0
- data/win32-api.gemspec +1 -1
- metadata +5 -5
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 41a72c313fa86b07d5fe937675d37d563c41efb9
         | 
| 4 | 
            +
              data.tar.gz: f12df49826c30fd8903b958e0e26f2082d0696bc
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: def9577d7bb25e8fbe94c6f07d34176369475a21a45e4328dace67bacaa5674ba596631396afea239454c45402f769ae4e576c321ea7be5634ee996453c9a978
         | 
| 7 | 
            +
              data.tar.gz: cfa0ade06bbc3ecd88bd72fb3cd1c00b5af3bd389e6841d9387d97e0b1bb90a0758efba061e94d7df5effcaa89e2b435c29475bec8568d4e103dc35f5bd468b0
         | 
    
        data/CHANGES
    CHANGED
    
    
    
        data/Gemfile.lock
    CHANGED
    
    
    
        data/README
    CHANGED
    
    | @@ -98,7 +98,7 @@ | |
| 98 98 | 
             
              Possible callback issues when dealing with multi-threaded applications.
         | 
| 99 99 |  | 
| 100 100 | 
             
              Please submit any bug reports to the project page at
         | 
| 101 | 
            -
              https://github.com/ | 
| 101 | 
            +
              https://github.com/cosmo0920/win32-api
         | 
| 102 102 |  | 
| 103 103 | 
             
            == Contributions
         | 
| 104 104 | 
             
              Although this library is free, please consider having your company
         | 
| @@ -117,7 +117,7 @@ | |
| 117 117 |  | 
| 118 118 | 
             
            = Copyright
         | 
| 119 119 | 
             
              (C) 2003-2015 Daniel J. Berger
         | 
| 120 | 
            -
              (C) 2016 Hiroshi Hatake
         | 
| 120 | 
            +
              (C) 2016-2017 Hiroshi Hatake
         | 
| 121 121 | 
             
              All Rights Reserved
         | 
| 122 122 |  | 
| 123 123 | 
             
            = License
         | 
    
        data/appveyor.yml
    CHANGED
    
    
    
        data/ext/win32/api.c
    CHANGED
    
    
| Binary file | 
| Binary file | 
| Binary file | 
| Binary file | 
| Binary file | 
| Binary file | 
| Binary file | 
| Binary file | 
| Binary file | 
| Binary file | 
| Binary file | 
| Binary file | 
    
        data/win32-api.gemspec
    CHANGED
    
    | @@ -2,7 +2,7 @@ require 'rubygems' | |
| 2 2 |  | 
| 3 3 | 
             
            Gem::Specification.new do |spec|
         | 
| 4 4 | 
             
              spec.name       = 'win32-api'
         | 
| 5 | 
            -
              spec.version    = '1.7.0 | 
| 5 | 
            +
              spec.version    = '1.7.0'
         | 
| 6 6 | 
             
              spec.authors    = ['Daniel J. Berger', 'Park Heesob', 'Hiroshi Hatake']
         | 
| 7 7 | 
             
              spec.license    = 'Artistic-2.0'
         | 
| 8 8 | 
             
              spec.email      = 'djberg96@gmail.com'
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: win32-api
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1.7.0 | 
| 4 | 
            +
              version: 1.7.0
         | 
| 5 5 | 
             
            platform: universal-mingw32
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Daniel J. Berger
         | 
| @@ -10,7 +10,7 @@ authors: | |
| 10 10 | 
             
            autorequire: 
         | 
| 11 11 | 
             
            bindir: bin
         | 
| 12 12 | 
             
            cert_chain: []
         | 
| 13 | 
            -
            date: 2017- | 
| 13 | 
            +
            date: 2017-11-28 00:00:00.000000000 Z
         | 
| 14 14 | 
             
            dependencies:
         | 
| 15 15 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 16 16 | 
             
              name: test-unit
         | 
| @@ -94,12 +94,12 @@ required_ruby_version: !ruby/object:Gem::Requirement | |
| 94 94 | 
             
                  version: 1.8.2
         | 
| 95 95 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 96 96 | 
             
              requirements:
         | 
| 97 | 
            -
              - - " | 
| 97 | 
            +
              - - ">="
         | 
| 98 98 | 
             
                - !ruby/object:Gem::Version
         | 
| 99 | 
            -
                  version:  | 
| 99 | 
            +
                  version: '0'
         | 
| 100 100 | 
             
            requirements: []
         | 
| 101 101 | 
             
            rubyforge_project: 
         | 
| 102 | 
            -
            rubygems_version: 2.6. | 
| 102 | 
            +
            rubygems_version: 2.6.13
         | 
| 103 103 | 
             
            signing_key: 
         | 
| 104 104 | 
             
            specification_version: 4
         | 
| 105 105 | 
             
            summary: A superior replacement for Win32API
         |