git-bundlecompare 1.0.2 → 1.0.3
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/git-bundlecompare.gemspec +1 -9
- data/lib/git-bundlecompare/version.rb +1 -1
- metadata +3 -11
data/git-bundlecompare.gemspec
CHANGED
|
@@ -10,15 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.homepage = "http://github.com/MSch/bundler-github"
|
|
11
11
|
s.summary = "Open the GitHub compare view for updates in Gemfile.lock"
|
|
12
12
|
s.description = <<-CONTENT
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
Do you have git repositories as dependencies in your Gemfile? Do you have no idea what exactly changed after running bundle update?
|
|
16
|
-
|
|
17
|
-
Don't despair, the solution is here!
|
|
18
|
-
|
|
19
|
-
$ bundle update
|
|
20
|
-
$ git bundlecompare # Opens the GitHub compare view in your browser
|
|
21
|
-
$ git commit -a
|
|
13
|
+
After running bundle update, git-bundlecompare opens the GitHub compare view for each changed git repository.
|
|
22
14
|
CONTENT
|
|
23
15
|
|
|
24
16
|
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
|
+
- 3
|
|
9
|
+
version: 1.0.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Martin Schuerrer
|
|
@@ -46,15 +46,7 @@ dependencies:
|
|
|
46
46
|
type: :runtime
|
|
47
47
|
version_requirements: *id002
|
|
48
48
|
description: |
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
Do you have git repositories as dependencies in your Gemfile? Do you have no idea what exactly changed after running bundle update?
|
|
52
|
-
|
|
53
|
-
Don't despair, the solution is here!
|
|
54
|
-
|
|
55
|
-
$ bundle update
|
|
56
|
-
$ git bundlecompare # Opens the GitHub compare view in your browser
|
|
57
|
-
$ git commit -a
|
|
49
|
+
After running bundle update, git-bundlecompare opens the GitHub compare view for each changed git repository.
|
|
58
50
|
|
|
59
51
|
email:
|
|
60
52
|
- martin@schuerrer.org
|