guard-git-scribe 0.0.2 → 0.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.
@@ -31,7 +31,7 @@ and your Guardfile gussied up:
31
31
 
32
32
  and hit the town!
33
33
 
34
- $ guard
34
+ $ bundle exec guard
35
35
  Guard is now watching at '/Users/jason/sweet_sweet_ebook'
36
36
  git-scribe is waiting for book changes...
37
37
 
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Guard::Git::Scribe::VERSION
8
8
  s.authors = ["Jason Morrison"]
9
9
  s.email = ["jmorrison@thoughtbot.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/jasonm/guard-git-scribe"
11
11
  s.summary = %q{Guard::GitScribe automatically rebuilds your git-scribe ebooks}
12
12
  s.description = %q{Guard::GitScribe automatically rebuilds your git-scribe ebooks}
13
13
 
@@ -1,7 +1,7 @@
1
1
  module Guard
2
2
  module Git
3
3
  module Scribe
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: guard-git-scribe
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jason Morrison
@@ -32,7 +32,7 @@ files:
32
32
  - lib/guard-git-scribe/version.rb
33
33
  - lib/guard/git-scribe.rb
34
34
  has_rdoc: true
35
- homepage: ""
35
+ homepage: https://github.com/jasonm/guard-git-scribe
36
36
  licenses: []
37
37
 
38
38
  post_install_message: