redmine-installer 3.0.0 → 3.0.1
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/CHANGELOG.md +3 -0
- data/gems.locked +1 -1
- data/lib/redmine-installer/environment.rb +3 -1
- data/lib/redmine-installer/version.rb +1 -1
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: bc71fe65f3f2f74b9935b8bcc436e20a3a56303f2abc55c39bdcf40683159e42
         | 
| 4 | 
            +
              data.tar.gz: 65d89e554e10881b977ee14d5277e6070e9ac4a9d3ad87c923d47e60a20ad4e7
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 85e3bd8554c662fc4d6c429e308237f5c5bfef54b0c7ab16ad9f97784545670ef82c7cf8857c110bf40988b6710caecc24ec152b55b812ebba1e94e1e2ee0363
         | 
| 7 | 
            +
              data.tar.gz: 7c1459b46fc7f3b832457fd68f9a2fb1f37a1cf606a491cd08a83009896b07adc0fb35c87cced1688832f6aa5b54b5ef4b5dfe80b551bde4250f2c69415d17e4
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/gems.locked
    CHANGED
    
    
| @@ -11,7 +11,9 @@ module RedmineInstaller | |
| 11 11 | 
             
                  end
         | 
| 12 12 |  | 
| 13 13 | 
             
                  if mysql_version =~ /^mysql\s+Ver\s(8\.\d)/
         | 
| 14 | 
            -
                     | 
| 14 | 
            +
                    unless mysql_version.include? "Percona"
         | 
| 15 | 
            +
                      puts pastel.on_red 'WARNING: It seems you are using MySQL 8.x, but ER / EP supported only Percona 8 db.'
         | 
| 16 | 
            +
                    end
         | 
| 15 17 | 
             
                  else
         | 
| 16 18 | 
             
                    error 'Only Percona 8.x db server is supported!.'
         | 
| 17 19 | 
             
                  end
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: redmine-installer
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.0. | 
| 4 | 
            +
              version: 3.0.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Ondřej Moravčík
         | 
| @@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 213 213 | 
             
                - !ruby/object:Gem::Version
         | 
| 214 214 | 
             
                  version: '0'
         | 
| 215 215 | 
             
            requirements: []
         | 
| 216 | 
            -
            rubygems_version: 3.3. | 
| 216 | 
            +
            rubygems_version: 3.3.7
         | 
| 217 217 | 
             
            signing_key:
         | 
| 218 218 | 
             
            specification_version: 4
         | 
| 219 219 | 
             
            summary: Easy way how install/upgrade Redmine, EasyRedmine or EasyProject.
         |