rjgit_grack 0.1.2 → 0.1.4

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.
Files changed (4) hide show
  1. data/README.md +1 -1
  2. data/lib/rjgit_grack.rb +1 -0
  3. metadata +2 -2
  4. data/rjgit_grack.rb +0 -1
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  rjgit_grack
2
2
  ===========
3
3
 
4
- Alternative Adapter for [grack](http://github.com/schacon/grack); uses the [RJGit](http://github.com/repotag/rjgit) gem for a pure jruby interface to git repo's. Together with Grack, this yields a pure jruby implementation of git's smart-http protocol.
4
+ Alternative Adapter for [grack](http://github.com/schacon/grack); uses the [RJGit](http://github.com/repotag/rjgit) gem for a pure jruby interface to git repos. Together with Grack, this yields a pure jruby implementation of git's smart-http protocol.
5
5
 
6
6
  Installation
7
7
  ===========
@@ -0,0 +1 @@
1
+ require "rjgit_adapter.rb"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rjgit_grack
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dawa Ometto
@@ -35,7 +35,7 @@ executables: []
35
35
  extensions: []
36
36
  extra_rdoc_files: []
37
37
  files:
38
- - rjgit_grack.rb
38
+ - lib/rjgit_grack.rb
39
39
  - lib/rjgit_adapter.rb
40
40
  - README.md
41
41
  - LICENSE
data/rjgit_grack.rb DELETED
@@ -1 +0,0 @@
1
- require "lib/rjgit_adapter.rb"