git-bundlecompare 1.0.1 → 1.0.2

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.
@@ -10,6 +10,8 @@ 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
+ == Git-bundlecompare
14
+
13
15
  Do you have git repositories as dependencies in your Gemfile? Do you have no idea what exactly changed after running bundle update?
14
16
 
15
17
  Don't despair, the solution is here!
@@ -1,5 +1,5 @@
1
1
  module Git
2
2
  module Bundlecompare
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Martin Schuerrer
@@ -46,6 +46,8 @@ dependencies:
46
46
  type: :runtime
47
47
  version_requirements: *id002
48
48
  description: |
49
+ == Git-bundlecompare
50
+
49
51
  Do you have git repositories as dependencies in your Gemfile? Do you have no idea what exactly changed after running bundle update?
50
52
 
51
53
  Don't despair, the solution is here!