embulk-input-redshift 0.8.6 → 0.9.0
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/classpath/{embulk-input-jdbc-0.8.6.jar → embulk-input-jdbc-0.9.0.jar} +0 -0
 - data/classpath/{embulk-input-postgresql-0.8.6.jar → embulk-input-postgresql-0.9.0.jar} +0 -0
 - data/classpath/embulk-input-redshift-0.9.0.jar +0 -0
 - data/src/main/java/org/embulk/input/RedshiftInputPlugin.java +1 -0
 - metadata +5 -5
 - data/classpath/embulk-input-redshift-0.8.6.jar +0 -0
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: d71dbf292f083a4b610c97c5cfe8bb822616c81f
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 6a4e59b481c027c21553c6bed2e3219f15cb2b50
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: a2ac62e7b33dcb133366b450c7b850e883535d9e1e61368100886d7d6bc774708cd4ab8190dffc33801be31fbac448406a5dfacb7bd41f723702eb4dfe4d3ede
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 6615afb7b7f7cda48e8039b69146507571a059dcbcc3337158b5a1c953aeaa7d43e3619dcaf033088a6587d2e4bbff115b6f54fa64a01daffd87d5260d1fdeaf
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: embulk-input-redshift
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.9.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Sadayuki Furuhashi
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2017- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2017-12-27 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       13 
13 
     | 
    
         
             
            description: Selects records from a table.
         
     | 
| 
       14 
14 
     | 
    
         
             
            email:
         
     | 
| 
         @@ -19,9 +19,9 @@ extra_rdoc_files: [] 
     | 
|
| 
       19 
19 
     | 
    
         
             
            files:
         
     | 
| 
       20 
20 
     | 
    
         
             
            - README.md
         
     | 
| 
       21 
21 
     | 
    
         
             
            - build.gradle
         
     | 
| 
       22 
     | 
    
         
            -
            - classpath/embulk-input-jdbc-0. 
     | 
| 
       23 
     | 
    
         
            -
            - classpath/embulk-input-postgresql-0. 
     | 
| 
       24 
     | 
    
         
            -
            - classpath/embulk-input-redshift-0. 
     | 
| 
      
 22 
     | 
    
         
            +
            - classpath/embulk-input-jdbc-0.9.0.jar
         
     | 
| 
      
 23 
     | 
    
         
            +
            - classpath/embulk-input-postgresql-0.9.0.jar
         
     | 
| 
      
 24 
     | 
    
         
            +
            - classpath/embulk-input-redshift-0.9.0.jar
         
     | 
| 
       25 
25 
     | 
    
         
             
            - classpath/postgresql-9.4-1205-jdbc41.jar
         
     | 
| 
       26 
26 
     | 
    
         
             
            - lib/embulk/input/redshift.rb
         
     | 
| 
       27 
27 
     | 
    
         
             
            - src/main/java/org/embulk/input/RedshiftInputPlugin.java
         
     | 
| 
         Binary file 
     |