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.
@@ -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
- > bundle update
18
- > git bundlecompare # Opens the GitHub compare view in your browser
19
- > git commit -a
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"
@@ -1,5 +1,5 @@
1
1
  module Git
2
2
  module Bundlecompare
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
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
- - 0
9
- version: 1.0.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
- > bundle update
54
- > git bundlecompare # Opens the GitHub compare view in your browser
55
- > git commit -a
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