rgit 0.0.3 → 0.0.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.
- data/lib/rgit/version.rb +1 -1
- data/rgit.gemspec +1 -1
- metadata +3 -3
data/lib/rgit/version.rb
CHANGED
data/rgit.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.email = ["yawn.localhost@gmail.com"]
|
10
10
|
s.homepage = "http://github.com/MrYawn/Rgit"
|
11
11
|
s.summary = %q{stupid ruby git clone}
|
12
|
-
s.description = %q{git clone that manages
|
12
|
+
s.description = %q{git clone that manages websites using a php backend}
|
13
13
|
|
14
14
|
s.rubyforge_project = "rgit"
|
15
15
|
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 4
|
9
|
+
version: 0.0.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- yawn
|
@@ -56,7 +56,7 @@ dependencies:
|
|
56
56
|
version: "0"
|
57
57
|
type: :runtime
|
58
58
|
version_requirements: *id003
|
59
|
-
description: git clone that manages
|
59
|
+
description: git clone that manages websites using a php backend
|
60
60
|
email:
|
61
61
|
- yawn.localhost@gmail.com
|
62
62
|
executables:
|