jekyll-thumbor 0.4.1 → 0.4.2

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: ba5bd159fb7f87db7c8fb1862fca556aa0e2d959
4
- data.tar.gz: 6011292dc7b4a3ad917fc3116ce17a4890aabd41
3
+ metadata.gz: be9f0b0b803f98bdf2607bfecc3d8d5ab5eb3a61
4
+ data.tar.gz: 6fa972bb4255d2db2fd296b4391b8766b22a1508
5
5
  SHA512:
6
- metadata.gz: ae912eb68157fcb7bd34eb5e995144a0e3880866ffcbdcb07922502bee0842ed1a550413a016421d9faa8bffaa621e33939fe3fbef22d6464c1b4d7699f1fb68
7
- data.tar.gz: f491abbf96f8271fc93dc49215dab35510fc4740814469fe3ac7c6b9ecf3f5e0f723803266a56c169ae854903af94c6e74326981c19aa2e27fbb02eb607ba80a
6
+ metadata.gz: 00348543f5a26cf1987ac281daed932e05ece37e8997d905990814a6402663320a814b41d4393a9dbfa5a7daaf54f6f71be9e768ba81feb91597b49690607c7a
7
+ data.tar.gz: a816b9c9519a2a7e998628a27253a87d2ad63d3c629f848f6009dcf0522cb06d7460169e6ae416e84fee04bfdd9c0e39c43ebd6081861f94735c2e7c01b60f3e
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.4.1
2
+ current_version = 0.4.2
3
3
  commit = True
4
4
  tag = False
5
5
  message = :bookmark: {current_version} → {new_version}
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll-thumbor (0.4.1)
4
+ jekyll-thumbor (0.4.2)
5
5
  ruby-thumbor
6
6
 
7
7
  GEM
@@ -1,4 +1,4 @@
1
- version: v0.4.1-{branch}-{build}
1
+ version: v0.4.2-{branch}-{build}
2
2
 
3
3
  environment:
4
4
  matrix:
@@ -19,14 +19,9 @@ module Jekyll
19
19
  end
20
20
  end
21
21
 
22
- <<<<<<< HEAD
23
- def render(context)
24
- @config = context.registers[:site].config['thumbor']
25
- =======
26
22
  def render(context)
27
23
  @url = Liquid::Template.parse(@url).render context
28
24
  @config = context.registers[:site].config['thumbor']
29
- >>>>>>> ad314eb... added functionality to interpret jekyll variables
30
25
 
31
26
  image = Thumbor::Cascade.new(@config['key'], @url)
32
27
  image_url = image.width(@parameters['width']).height(@parameters['height']).generate
@@ -37,8 +32,4 @@ module Jekyll
37
32
  end
38
33
  end
39
34
 
40
- <<<<<<< HEAD
41
35
  Liquid::Template.register_tag('thumbor', Jekyll::ThumborTag::ThumborTag)
42
- =======
43
- Liquid::Template.register_tag('thumbor_tag', Jekyll::ThumborTag)
44
- >>>>>>> ad314eb... added functionality to interpret jekyll variables
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module ThumborTag
3
- VERSION = "0.4.1"
3
+ VERSION = "0.4.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-thumbor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myles Braithwaite