giblish 0.2.5 → 0.2.6
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.
- checksums.yaml +4 -4
- data/giblish.gemspec +1 -1
- data/lib/giblish/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 595df5466f581314ab4a6bf9bb5da67477e42041
|
4
|
+
data.tar.gz: 684787b7c27ebb90822f2fa985a640cf7e619b29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a0b6679660b8c133538860313e4f0f93d6695ab8c9d72106bc18159e9ae9601105bacdbd576ad66b9d6ff33c19b3d37dac49177f43461cee7c2f939775c39f6
|
7
|
+
data.tar.gz: b063c702257e16774b43c958399cd5d5cde582dfeb02ae15394b5bfd7c3ec2043629faef760dbb59703c8d87abb89cdce26f9703ce279559d7b14fefba5ee2c4
|
data/giblish.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["anders.rillbert@kutso.se"]
|
11
11
|
|
12
12
|
spec.summary = %q{A tool for publishing asciidoc docs stored in git repos}
|
13
|
-
spec.description = %q{
|
13
|
+
spec.description = %q{A tool for publishing asciidoc docs stored in git repos}
|
14
14
|
spec.homepage = "http://www.example.com"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
data/lib/giblish/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: giblish
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anders Rillbert
|
@@ -120,7 +120,7 @@ dependencies:
|
|
120
120
|
- - ">="
|
121
121
|
- !ruby/object:Gem::Version
|
122
122
|
version: 0.27.1
|
123
|
-
description:
|
123
|
+
description: A tool for publishing asciidoc docs stored in git repos
|
124
124
|
email:
|
125
125
|
- anders.rillbert@kutso.se
|
126
126
|
executables:
|