juandpineiro_palindrome 0.2.1 → 0.2.2
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/.rspec +1 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +16 -1
- data/lib/juandpineiro_palindrome/version.rb +1 -1
- metadata +3 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 4874387848b702b2469767e849701c112f1de640b9053c65cd132ea307086abd
         | 
| 4 | 
            +
              data.tar.gz: 6292c4c8505de579b4a8035192ecd9c353122f25246a1bb1a4423a6de02408fc
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 192ea302f5b1692375b2ff760db22235ed69c8d5255a1eba334f316b54de154227edf0eabd12d52dc79b5d5605ac99ea88bb399c7afee5c47f1a28faf534904d
         | 
| 7 | 
            +
              data.tar.gz: b0ace93e731c2c92af3a6acb6f12c0c68f784817a478743224988f6a81044929007bc1183c2c36147691554c8f6e0a6900efb33f14c2ff02db16693aa5007863
         | 
    
        data/.rspec
    ADDED
    
    | @@ -0,0 +1 @@ | |
| 1 | 
            +
            --format d
         | 
    
        data/Gemfile
    CHANGED
    
    
    
        data/Gemfile.lock
    CHANGED
    
    | @@ -1,13 +1,14 @@ | |
| 1 1 | 
             
            PATH
         | 
| 2 2 | 
             
              remote: .
         | 
| 3 3 | 
             
              specs:
         | 
| 4 | 
            -
                juandpineiro_palindrome (0.2. | 
| 4 | 
            +
                juandpineiro_palindrome (0.2.2)
         | 
| 5 5 |  | 
| 6 6 | 
             
            GEM
         | 
| 7 7 | 
             
              remote: https://rubygems.org/
         | 
| 8 8 | 
             
              specs:
         | 
| 9 9 | 
             
                ansi (1.5.0)
         | 
| 10 10 | 
             
                builder (3.2.4)
         | 
| 11 | 
            +
                diff-lcs (1.3)
         | 
| 11 12 | 
             
                minitest (5.13.0)
         | 
| 12 13 | 
             
                minitest-reporters (1.2.0)
         | 
| 13 14 | 
             
                  ansi
         | 
| @@ -15,6 +16,19 @@ GEM | |
| 15 16 | 
             
                  minitest (>= 5.0)
         | 
| 16 17 | 
             
                  ruby-progressbar
         | 
| 17 18 | 
             
                rake (10.5.0)
         | 
| 19 | 
            +
                rspec (3.9.0)
         | 
| 20 | 
            +
                  rspec-core (~> 3.9.0)
         | 
| 21 | 
            +
                  rspec-expectations (~> 3.9.0)
         | 
| 22 | 
            +
                  rspec-mocks (~> 3.9.0)
         | 
| 23 | 
            +
                rspec-core (3.9.0)
         | 
| 24 | 
            +
                  rspec-support (~> 3.9.0)
         | 
| 25 | 
            +
                rspec-expectations (3.9.0)
         | 
| 26 | 
            +
                  diff-lcs (>= 1.2.0, < 2.0)
         | 
| 27 | 
            +
                  rspec-support (~> 3.9.0)
         | 
| 28 | 
            +
                rspec-mocks (3.9.0)
         | 
| 29 | 
            +
                  diff-lcs (>= 1.2.0, < 2.0)
         | 
| 30 | 
            +
                  rspec-support (~> 3.9.0)
         | 
| 31 | 
            +
                rspec-support (3.9.0)
         | 
| 18 32 | 
             
                ruby-progressbar (1.10.1)
         | 
| 19 33 |  | 
| 20 34 | 
             
            PLATFORMS
         | 
| @@ -26,6 +40,7 @@ DEPENDENCIES | |
| 26 40 | 
             
              minitest (~> 5.0)
         | 
| 27 41 | 
             
              minitest-reporters (= 1.2.0)
         | 
| 28 42 | 
             
              rake (~> 10.0)
         | 
| 43 | 
            +
              rspec
         | 
| 29 44 |  | 
| 30 45 | 
             
            BUNDLED WITH
         | 
| 31 46 | 
             
               2.0.2
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: juandpineiro_palindrome
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.2. | 
| 4 | 
            +
              version: 0.2.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Juan Piñeiro
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: exe
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2019-12- | 
| 11 | 
            +
            date: 2019-12-18 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: bundler
         | 
| @@ -61,6 +61,7 @@ extensions: [] | |
| 61 61 | 
             
            extra_rdoc_files: []
         | 
| 62 62 | 
             
            files:
         | 
| 63 63 | 
             
            - ".gitignore"
         | 
| 64 | 
            +
            - ".rspec"
         | 
| 64 65 | 
             
            - ".travis.yml"
         | 
| 65 66 | 
             
            - Gemfile
         | 
| 66 67 | 
             
            - Gemfile.lock
         |