git-bundlecompare 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/git-bundlecompare.gemspec +3 -3
- data/lib/git-bundlecompare/version.rb +1 -1
- metadata +5 -5
data/git-bundlecompare.gemspec
CHANGED
@@ -14,9 +14,9 @@ Do you have git repositories as dependencies in your Gemfile? Do you have no ide
|
|
14
14
|
|
15
15
|
Don't despair, the solution is here!
|
16
16
|
|
17
|
-
|
18
|
-
|
19
|
-
|
17
|
+
$ bundle update
|
18
|
+
$ git bundlecompare # Opens the GitHub compare view in your browser
|
19
|
+
$ git commit -a
|
20
20
|
CONTENT
|
21
21
|
|
22
22
|
s.required_rubygems_version = ">= 1.3.6"
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
8
|
+
- 1
|
9
|
+
version: 1.0.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Martin Schuerrer
|
@@ -50,9 +50,9 @@ description: |
|
|
50
50
|
|
51
51
|
Don't despair, the solution is here!
|
52
52
|
|
53
|
-
|
54
|
-
|
55
|
-
|
53
|
+
$ bundle update
|
54
|
+
$ git bundlecompare # Opens the GitHub compare view in your browser
|
55
|
+
$ git commit -a
|
56
56
|
|
57
57
|
email:
|
58
58
|
- martin@schuerrer.org
|