github_repo_statistics 2.3.22 → 2.3.23
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
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 599b0810bcb03d206e9eaa71fb0569977b739da56cb910c3b26e0eaa796ea9bb
         | 
| 4 | 
            +
              data.tar.gz: 9fb470f09fba9c9b165cd2054acdaf744a5ed1cda0e6cdfa68d6be36426738ba
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: e46a9532d8e5501c4cef72370e7525be7fa6f5331ffc3d94a803975b684d757c395132aba004efebd77a9a48b094b8c95b0a7248d3e57d99e9024c72731b1f51
         | 
| 7 | 
            +
              data.tar.gz: a9398eae56811eb4f79fa6a9ecee5ad17d16ac4608479d818b316d607988176d7229cf1fae928d3b72ea4255a969ac79a6dcd64c275338e3bdfc3f1292cb32ef
         | 
| @@ -192,12 +192,7 @@ class GithubRepoStatistics | |
| 192 192 | 
             
              end
         | 
| 193 193 |  | 
| 194 194 | 
             
              def git_commit_info(file:, start_date:, end_date:, branch: DEFAULT_BRANCH)
         | 
| 195 | 
            -
                 | 
| 196 | 
            -
                puts "--------"
         | 
| 197 | 
            -
                puts "git log origin/#{branch} --pretty=format:\"%s\" --since=\"#{start_date}\" --until=\"#{end_date}\" -- \"#{file}\""
         | 
| 198 | 
            -
                puts gl
         | 
| 199 | 
            -
                puts "----------"
         | 
| 200 | 
            -
                gl
         | 
| 195 | 
            +
                `git log origin/#{branch} --pretty=format:"%s" --since="#{start_date}" --until="#{end_date}" -- "#{file}"`
         | 
| 201 196 | 
             
              end
         | 
| 202 197 |  | 
| 203 198 | 
             
              def new_changes?(file:)
         |