rjgit 4.6.1.0 → 4.7.0.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
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 3d4fdcd3e2a9741086f3fd9d124612948d0bf35e
         | 
| 4 | 
            +
              data.tar.gz: fdc03c2319d7ca6eecd5e5fd822ce3d2b77ae0dd
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 8aeece97b6a47e84016e74aa84f87b6649b81c295ad8c2972d090c967d3ac2c0f2e4d05e0c7ed0981bc7a9a52b2eac043159a24a2e7ae6d8f9d56216de297d13
         | 
| 7 | 
            +
              data.tar.gz: eb280a2dc9e3d23e0e42a71298c62d53d41553625c9dded092406d6e3be6706f08d2c6199483f190137e5528b0c4b67e45c884d62159439599bcfe0918cc2cc2
         | 
    
        data/README.md
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            RJGit
         | 
| 2 2 | 
             
            =====
         | 
| 3 3 |  | 
| 4 | 
            -
            ###A JRuby wrapper around the [JGit library](https://github.com/eclipse/jgit) for manipulating Git repositories, the Ruby way.
         | 
| 4 | 
            +
            ### A JRuby wrapper around the [JGit library](https://github.com/eclipse/jgit) for manipulating Git repositories, the Ruby way.
         | 
| 5 5 |  | 
| 6 6 | 
             
            [](https://travis-ci.org/repotag/rjgit)
         | 
| 7 7 | 
             
            [](https://coveralls.io/r/repotag/rjgit)
         | 
| @@ -126,6 +126,7 @@ repo.create_branch('new_branch') # Similarly for deleting, renaming | |
| 126 126 | 
             
            repo.checkout('new_branch')
         | 
| 127 127 | 
             
            repo.add('new_file.txt') # Similarly for removing
         | 
| 128 128 | 
             
            repo.commit('My message')
         | 
| 129 | 
            +
            repo.update_ref(commit) # Fast forward HEAD (or another ref) to the commit just created
         | 
| 129 130 | 
             
            ```
         | 
| 130 131 |  | 
| 131 132 | 
             
            ### Committing and adding branches to repositories, 'plumbing' style (also works with bare repos)
         | 
| Binary file | 
    
        data/lib/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: rjgit
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 4. | 
| 4 | 
            +
              version: 4.7.0.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Maarten Engelen
         | 
| @@ -12,7 +12,7 @@ authors: | |
| 12 12 | 
             
            autorequire:
         | 
| 13 13 | 
             
            bindir: bin
         | 
| 14 14 | 
             
            cert_chain: []
         | 
| 15 | 
            -
            date: 2017- | 
| 15 | 
            +
            date: 2017-04-06 00:00:00.000000000 Z
         | 
| 16 16 | 
             
            dependencies:
         | 
| 17 17 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 18 18 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -45,7 +45,7 @@ files: | |
| 45 45 | 
             
            - lib/constants.rb
         | 
| 46 46 | 
             
            - lib/git.rb
         | 
| 47 47 | 
             
            - lib/java/jars/jsch-0.1.49.jar
         | 
| 48 | 
            -
            - lib/java/jars/org.eclipse.jgit-4. | 
| 48 | 
            +
            - lib/java/jars/org.eclipse.jgit-4.7.0.201704051617-r.jar
         | 
| 49 49 | 
             
            - lib/java/jars/slf4j-api-1.7.2.jar
         | 
| 50 50 | 
             
            - lib/java/jars/slf4j-simple-1.7.12.jar
         | 
| 51 51 | 
             
            - lib/repo.rb
         | 
| Binary file |