jektify 1.0.0 → 1.0.1
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/bin/travis +1 -1
- data/jektify.gemspec +1 -1
- data/lib/jektify/version.rb +2 -2
- 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: 99d9405183b31c61449d53e93f1c8bb9eee4e136
|
4
|
+
data.tar.gz: 54d3d3800d2ac743b028d5758d3db1d847064ce0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73e5d2608422e5457d8de098a1dc8ca7fa2c18e2d4e44c193c78b34bdc459681a0690672325bca67c492bed576cf35326470a63b2720265c9b8163021ee59edf
|
7
|
+
data.tar.gz: 577926a93ee2716c3b088e86904c0315bc4e8e70d65a63cba9bce8f6524a3eef24134bf8b8c8dff2010a130570074e36f30f10b08a29a7205ff44fc8a4420ace
|
data/bin/travis
CHANGED
data/jektify.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["william.costa.canin@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Jekyll plugin to generate HTML code fragments to incorporate music from Spotify}
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/jektify/jektify"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|cdn|pkg|temp|src/dev|.babelrc|gulpfile.babel.js|package.json)}) }
|
data/lib/jektify/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jektify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- William C. Canin
|
@@ -119,7 +119,7 @@ files:
|
|
119
119
|
- lib/jektify/main.rb
|
120
120
|
- lib/jektify/render.rb
|
121
121
|
- lib/jektify/version.rb
|
122
|
-
homepage: https://github.com/
|
122
|
+
homepage: https://github.com/jektify/jektify
|
123
123
|
licenses:
|
124
124
|
- MIT
|
125
125
|
metadata: {}
|