jekyll-twitch 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 07ec3071d0c81862e7898c80349fce500e92f8b3420e135a478460f626e00603
4
- data.tar.gz: 12f1ddca05fc4a0b9453f6930050db2d4c579e972eb6798cc48ac7907d9c5963
3
+ metadata.gz: 647b00c6ad784d95ffb243cd4b43a875982ca00bafb9bcc1014f522f6aab1890
4
+ data.tar.gz: 4bb52853760b1a4aedaf08112e3cc9ec732f164fd6dd2189495659e1b378c5b5
5
5
  SHA512:
6
- metadata.gz: ba00614e7badefd4ee44f7dffa6fb7450a51f9b1114a57fcb692718fb53dabecfd40c6249a2ae0bceba0be1fb2cb9f0c477052d5e9c6027b1999c88117efb8ad
7
- data.tar.gz: 040db41437865e593b10c8a2424758f7914cd3a195300cd6d3d190ae08523de769ebd8842d19327e281f4fd78658d69f3b36f3145c9b50e730fecb7e043f1188
6
+ metadata.gz: 170fdc37b817840dfe31e417d540ce284c042d4be5f95b8f31a1c51c2e47fb0d0515c8940c02fa3af9fa2076e10fd5defeba5cb66a351a00882b119e0d9b04e6
7
+ data.tar.gz: a2a4fa08a040ff0e86c8993e6e0908c12473f2ca48bcb36d646dd0654605dac083c77524336b8068805d50e20c602e37ba4821d5062d74d2034357362d3f4f17
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll-twitch (0.1.0)
4
+ jekyll-twitch (0.1.1)
5
5
  jekyll
6
6
 
7
7
  GEM
@@ -0,0 +1,7 @@
1
+ require "jekyll-twitch/version"
2
+ require "jekyll-twitch/twitch_tag"
3
+
4
+ module Jekyll
5
+ module Twitch
6
+ end
7
+ end
@@ -1,6 +1,4 @@
1
1
  require "jekyll"
2
- require "jekyll-twitch/version"
3
- require "pry"
4
2
 
5
3
  module Jekyll
6
4
  class TwitchTag < Liquid::Tag
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Twitch
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-twitch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rachael Wright-Munn
@@ -43,8 +43,9 @@ files:
43
43
  - bin/console
44
44
  - bin/setup
45
45
  - jekyll-twitch.gemspec
46
+ - lib/jekyll-twitch.rb
47
+ - lib/jekyll-twitch/twitch_tag.rb
46
48
  - lib/jekyll-twitch/version.rb
47
- - lib/twitch_tag.rb
48
49
  homepage: https://github.com/ChaelCodes/jekyll-twitch
49
50
  licenses:
50
51
  - MIT