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.
- data/README.asciidoc +1 -1
- data/guard-git-scribe.gemspec +1 -1
- data/lib/guard-git-scribe/version.rb +1 -1
- metadata +2 -2
data/README.asciidoc
CHANGED
data/guard-git-scribe.gemspec
CHANGED
|
@@ -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
|
|
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.
|
|
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:
|