git-bundlecompare 1.0.3 → 1.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/Gemfile +1 -1
- data/git-bundlecompare.gemspec +2 -2
- data/lib/git-bundlecompare/version.rb +1 -1
- metadata +4 -4
data/Gemfile
CHANGED
data/git-bundlecompare.gemspec
CHANGED
|
@@ -7,14 +7,14 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.authors = ['Martin Schuerrer']
|
|
9
9
|
s.email = ['martin@schuerrer.org']
|
|
10
|
-
s.homepage = "http://github.com/MSch/
|
|
10
|
+
s.homepage = "http://github.com/MSch/git-bundlecompare"
|
|
11
11
|
s.summary = "Open the GitHub compare view for updates in Gemfile.lock"
|
|
12
12
|
s.description = <<-CONTENT
|
|
13
13
|
After running bundle update, git-bundlecompare opens the GitHub compare view for each changed git repository.
|
|
14
14
|
CONTENT
|
|
15
15
|
|
|
16
16
|
s.required_rubygems_version = ">= 1.3.6"
|
|
17
|
-
s.rubyforge_project = "
|
|
17
|
+
s.rubyforge_project = "git-bundlecompare"
|
|
18
18
|
|
|
19
19
|
s.add_dependency "bundler", ">= 1.0.0"
|
|
20
20
|
s.add_dependency "launchy"
|
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
|
+
- 4
|
|
9
|
+
version: 1.0.4
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Martin Schuerrer
|
|
@@ -69,7 +69,7 @@ files:
|
|
|
69
69
|
- lib/git-bundlecompare/utils.rb
|
|
70
70
|
- lib/git-bundlecompare/version.rb
|
|
71
71
|
has_rdoc: true
|
|
72
|
-
homepage: http://github.com/MSch/
|
|
72
|
+
homepage: http://github.com/MSch/git-bundlecompare
|
|
73
73
|
licenses: []
|
|
74
74
|
|
|
75
75
|
post_install_message:
|
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
97
|
version: 1.3.6
|
|
98
98
|
requirements: []
|
|
99
99
|
|
|
100
|
-
rubyforge_project:
|
|
100
|
+
rubyforge_project: git-bundlecompare
|
|
101
101
|
rubygems_version: 1.3.7
|
|
102
102
|
signing_key:
|
|
103
103
|
specification_version: 3
|