tapsoob 0.5.13-java → 0.5.16-java
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/lib/tapsoob/cli/root.rb +4 -0
 - data/lib/tapsoob/version.rb +1 -1
 - data/tapsoob.gemspec +1 -1
 - metadata +5 -5
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 62689250851acd611f72f53d0eb974859174ff0b485b2506773b24c7be69e8db
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: d76d4971121bdf6e963cfa8e3e88e68036d75cb2dc7ef957473f67bedf7cc27a
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 34ec243e06b540c0d2f8f5837e3b0aab52a1cfc3513ab514a2ae419a9ad3484287662d1bc28601fc029d41f6b3c8236a4d475087667a5cd9c9d8e43a1b74bf59
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 54913ffcc4ae03fc874c07def772405c464d8407beb81a8ed366423308fc86ea66b679fe9659dc07c59f74b8d7ee02facf78bf8e30de58a2178eae76a04031fb
         
     | 
    
        data/lib/tapsoob/cli/root.rb
    CHANGED
    
    | 
         @@ -18,6 +18,7 @@ module Tapsoob 
     | 
|
| 
       18 
18 
     | 
    
         
             
                  option :"disable-compression", desc: "Disable Compression", default: false, type: :boolean, aliases: "-g"
         
     | 
| 
       19 
19 
     | 
    
         
             
                  option :tables, desc: "Shortcut to filter on a list of tables", type: :array, aliases: "-t"
         
     | 
| 
       20 
20 
     | 
    
         
             
                  option :"exclude-tables", desc: "Shortcut to exclude a list of tables", type: :array, aliases: "-e"
         
     | 
| 
      
 21 
     | 
    
         
            +
                  option :"same-db", type: :boolean, default: false
         
     | 
| 
       21 
22 
     | 
    
         
             
                  option :progress, desc: "Show progress", default: true, type: :boolean
         
     | 
| 
       22 
23 
     | 
    
         
             
                  option :debug, desc: "Enable debug messages", default: false, type: :boolean
         
     | 
| 
       23 
24 
     | 
    
         
             
                  def pull(dump_path, database_url)
         
     | 
| 
         @@ -78,6 +79,9 @@ module Tapsoob 
     | 
|
| 
       78 
79 
     | 
    
         
             
                        debug: options[:debug]
         
     | 
| 
       79 
80 
     | 
    
         
             
                      }
         
     | 
| 
       80 
81 
     | 
    
         | 
| 
      
 82 
     | 
    
         
            +
                      # Pull only options
         
     | 
| 
      
 83 
     | 
    
         
            +
                      opts[:same_db] = options[:"same-db"] if options.key?(:"same-db")
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
       81 
85 
     | 
    
         
             
                      # Push only options
         
     | 
| 
       82 
86 
     | 
    
         
             
                      opts[:purge] = options[:purge] if options.key?(:purge)
         
     | 
| 
       83 
87 
     | 
    
         
             
                      opts[:"skip-duplicates"] = options[:"skip-duplicates"] if options.key?(:"skip-duplicates")
         
     | 
    
        data/lib/tapsoob/version.rb
    CHANGED
    
    
    
        data/tapsoob.gemspec
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: tapsoob
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.5. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.5.16
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: java
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Félix Bellanger
         
     | 
| 
         @@ -9,7 +9,7 @@ authors: 
     | 
|
| 
       9 
9 
     | 
    
         
             
            autorequire:
         
     | 
| 
       10 
10 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       11 
11 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       12 
     | 
    
         
            -
            date:  
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2023-02-13 00:00:00.000000000 Z
         
     | 
| 
       13 
13 
     | 
    
         
             
            dependencies:
         
     | 
| 
       14 
14 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       15 
15 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -30,7 +30,7 @@ dependencies: 
     | 
|
| 
       30 
30 
     | 
    
         
             
                requirements:
         
     | 
| 
       31 
31 
     | 
    
         
             
                - - "~>"
         
     | 
| 
       32 
32 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       33 
     | 
    
         
            -
                    version: 5. 
     | 
| 
      
 33 
     | 
    
         
            +
                    version: 5.65.0
         
     | 
| 
       34 
34 
     | 
    
         
             
              name: sequel
         
     | 
| 
       35 
35 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       36 
36 
     | 
    
         
             
              type: :runtime
         
     | 
| 
         @@ -38,7 +38,7 @@ dependencies: 
     | 
|
| 
       38 
38 
     | 
    
         
             
                requirements:
         
     | 
| 
       39 
39 
     | 
    
         
             
                - - "~>"
         
     | 
| 
       40 
40 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       41 
     | 
    
         
            -
                    version: 5. 
     | 
| 
      
 41 
     | 
    
         
            +
                    version: 5.65.0
         
     | 
| 
       42 
42 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       43 
43 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       44 
44 
     | 
    
         
             
                requirements:
         
     | 
| 
         @@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       149 
149 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       150 
150 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       151 
151 
     | 
    
         
             
            requirements: []
         
     | 
| 
       152 
     | 
    
         
            -
            rubygems_version: 3. 
     | 
| 
      
 152 
     | 
    
         
            +
            rubygems_version: 3.2.33
         
     | 
| 
       153 
153 
     | 
    
         
             
            signing_key:
         
     | 
| 
       154 
154 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       155 
155 
     | 
    
         
             
            summary: Simple tool to import/export databases.
         
     |