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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75d7b08a8f3fc580d26fb0cd28ede03f20f52d26
4
- data.tar.gz: 65fe44488e33d62c74b80d77da1d8371c2b061ac
3
+ metadata.gz: 99d9405183b31c61449d53e93f1c8bb9eee4e136
4
+ data.tar.gz: 54d3d3800d2ac743b028d5758d3db1d847064ce0
5
5
  SHA512:
6
- metadata.gz: fe11ebf8535d2b484d4bf1d6c71d78d787efd4005f1a842c8dbcb5e38750edeffaac93eed5adba30aa9d300c84941f240b94c5ca4b14dca8023d803996e8115c
7
- data.tar.gz: f8d59bb17cdca5510ebe0a560429ebc7fb9da7f7a8c35d2583f04596343ac268ec160901ffcf0b5a97bbf223075c4193ceff6381039574225b1b94a8b636d75a
6
+ metadata.gz: 73e5d2608422e5457d8de098a1dc8ca7fa2c18e2d4e44c193c78b34bdc459681a0690672325bca67c492bed576cf35326470a63b2720265c9b8163021ee59edf
7
+ data.tar.gz: 577926a93ee2716c3b088e86904c0315bc4e8e70d65a63cba9bce8f6524a3eef24134bf8b8c8dff2010a130570074e36f30f10b08a29a7205ff44fc8a4420ace
data/bin/travis CHANGED
@@ -3,7 +3,7 @@
3
3
  GEM__ROOT=$PWD
4
4
  JEKYL__PROJECT="project"
5
5
  APP__NAME="jektify"
6
- APP__VERSION="1.0.0"
6
+ APP__VERSION="1.0.1"
7
7
 
8
8
  function _clean(){
9
9
  cd $GEM__ROOT
@@ -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/williamcanin/jektify"
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)}) }
@@ -8,7 +8,7 @@ module Jektify
8
8
 
9
9
  MAJOR = 1
10
10
  MINOR = 0
11
- PATCH = 0
11
+ PATCH = 1
12
12
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
13
-
13
+
14
14
  end
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.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/williamcanin/jektify
122
+ homepage: https://github.com/jektify/jektify
123
123
  licenses:
124
124
  - MIT
125
125
  metadata: {}