rroonga 9.0.2-x64-mingw32 → 9.0.3-x64-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/Rakefile +1 -1
 - data/doc/text/news.md +6 -0
 - data/ext/groonga/rb-grn.h +1 -1
 - data/lib/2.3/groonga.so +0 -0
 - data/lib/2.4/groonga.so +0 -0
 - data/lib/2.5/groonga.so +0 -0
 - data/lib/2.6/groonga.so +0 -0
 - metadata +4 -4
 - data/lib/2.2/groonga.so +0 -0
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 05fbecc7c58aa5c9d099eece7b422c4a8489000046e17d8814e324c898d95790
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 387be1d1822e58aaf299f4233fbc9d19d556908813244f37f073db6d5788404a
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 5b93af4a9f6d17fe9f3f8abc241726443004fceed8295eebab21e75259ee9b5ebff3f1ee5adcc6269c16df2d01a3b169fd4bcbf49e243f7edb89049bb7e2e7ac
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: eaba04254fa8e3a6f1a35f997fd817b227bc72309988aac534e8d1ffafa2e964a467d146355444c51083272d3805ac5149844a8c92fae58ca18d155e3c3d1d00
         
     | 
    
        data/Rakefile
    CHANGED
    
    | 
         @@ -158,7 +158,7 @@ windows_architectures = [:x86, :x64] 
     | 
|
| 
       158 
158 
     | 
    
         | 
| 
       159 
159 
     | 
    
         
             
            namespace :build do
         
     | 
| 
       160 
160 
     | 
    
         
             
              namespace :windows do
         
     | 
| 
       161 
     | 
    
         
            -
                ruby_versions = "2. 
     | 
| 
      
 161 
     | 
    
         
            +
                ruby_versions = "2.3.0:2.4.0:2.5.0:2.6.0"
         
     | 
| 
       162 
162 
     | 
    
         | 
| 
       163 
163 
     | 
    
         
             
                windows_architectures.each do |architecture|
         
     | 
| 
       164 
164 
     | 
    
         
             
                  desc "Build gem for Windows #{architecture}"
         
     | 
    
        data/doc/text/news.md
    CHANGED
    
    
    
        data/ext/groonga/rb-grn.h
    CHANGED
    
    | 
         @@ -99,7 +99,7 @@ RB_GRN_BEGIN_DECLS 
     | 
|
| 
       99 
99 
     | 
    
         | 
| 
       100 
100 
     | 
    
         
             
            #define RB_GRN_MAJOR_VERSION 9
         
     | 
| 
       101 
101 
     | 
    
         
             
            #define RB_GRN_MINOR_VERSION 0
         
     | 
| 
       102 
     | 
    
         
            -
            #define RB_GRN_MICRO_VERSION  
     | 
| 
      
 102 
     | 
    
         
            +
            #define RB_GRN_MICRO_VERSION 3
         
     | 
| 
       103 
103 
     | 
    
         | 
| 
       104 
104 
     | 
    
         
             
            #define RB_GRN_OBJECT(object) ((RbGrnObject *)(object))
         
     | 
| 
       105 
105 
     | 
    
         
             
            #define RB_GRN_NAMED_OBJECT(object) ((RbGrnNamedObject *)(object))
         
     | 
    
        data/lib/2.3/groonga.so
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/lib/2.4/groonga.so
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/lib/2.5/groonga.so
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/lib/2.6/groonga.so
    ADDED
    
    | 
         Binary file 
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: rroonga
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 9.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 9.0.3
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: x64-mingw32
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Kouhei Sutou
         
     | 
| 
         @@ -297,10 +297,10 @@ files: 
     | 
|
| 
       297 
297 
     | 
    
         
             
            - ext/groonga/rb-grn.h
         
     | 
| 
       298 
298 
     | 
    
         
             
            - ext/groonga/rb-groonga.c
         
     | 
| 
       299 
299 
     | 
    
         
             
            - extconf.rb
         
     | 
| 
       300 
     | 
    
         
            -
            - lib/2.2/groonga.so
         
     | 
| 
       301 
300 
     | 
    
         
             
            - lib/2.3/groonga.so
         
     | 
| 
       302 
301 
     | 
    
         
             
            - lib/2.4/groonga.so
         
     | 
| 
       303 
302 
     | 
    
         
             
            - lib/2.5/groonga.so
         
     | 
| 
      
 303 
     | 
    
         
            +
            - lib/2.6/groonga.so
         
     | 
| 
       304 
304 
     | 
    
         
             
            - lib/groonga.rb
         
     | 
| 
       305 
305 
     | 
    
         
             
            - lib/groonga/column.rb
         
     | 
| 
       306 
306 
     | 
    
         
             
            - lib/groonga/context.rb
         
     | 
| 
         @@ -2300,10 +2300,10 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       2300 
2300 
     | 
    
         
             
              requirements:
         
     | 
| 
       2301 
2301 
     | 
    
         
             
              - - ">="
         
     | 
| 
       2302 
2302 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       2303 
     | 
    
         
            -
                  version: '2. 
     | 
| 
      
 2303 
     | 
    
         
            +
                  version: '2.3'
         
     | 
| 
       2304 
2304 
     | 
    
         
             
              - - "<"
         
     | 
| 
       2305 
2305 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       2306 
     | 
    
         
            -
                  version: 2. 
     | 
| 
      
 2306 
     | 
    
         
            +
                  version: 2.7.dev
         
     | 
| 
       2307 
2307 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       2308 
2308 
     | 
    
         
             
              requirements:
         
     | 
| 
       2309 
2309 
     | 
    
         
             
              - - ">="
         
     | 
    
        data/lib/2.2/groonga.so
    DELETED
    
    | 
         Binary file 
     |