jekyll-smartcropper 0.0.1 → 0.0.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: 5e8f3dd32fa8a4344f2700b68789aafad0a08594
4
- data.tar.gz: 0f105c42c31161c3d324a769400b281ad5b404b5
3
+ metadata.gz: 13c7c7714b732971d37edd33e7a7d5dbe4ce7f10
4
+ data.tar.gz: ffe20db47f98aadb89065ae767e47ae2413d497b
5
5
  SHA512:
6
- metadata.gz: 7ddbba629272929862d12edaba1ae91b242ea13e1e392b228b579d2f4fd2aa7d03686a85fde5781d7d7a79242952c4d051ed00119c5a25989c19fbc29cb0cf4e
7
- data.tar.gz: 2f2452a4e25515bb4279f92e6dd1c0ad067ffb978a0db74ed6ccde2dd90c34b06079e7d53c36d0c663dc923fe8774b25b6d0a64fb00fbc88f984304434d2ccdb
6
+ metadata.gz: eccb2640f19e5a57b30431f1aadfe44dff1654f283dbae07574d3ad1c02b304fbceb194e5e6734a0c12c1f729f8465e5c8571c86e7d909b22e26d5963395ddd6
7
+ data.tar.gz: fcbd1e3ecedb081153874e8cde9e18faf2c317aba9213cab0a293b8fcad13661fc16c5d6d6ad5e2ea6545703f41374c3c0a8c990ae87a21a32015cfb1e88c001
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll-smartcropper (0.0.1)
4
+ jekyll-smartcropper (0.0.2)
5
5
  jekyll (>= 3.0.0)
6
6
  rmagick (> 2.11.0)
7
7
  smartcropper (>= 0.7.1)
@@ -4,7 +4,7 @@ require "jekyll-smartcropper/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "jekyll-smartcropper"
7
- s.version = Jekyll::SmartCropper::VERSION
7
+ s.version = Jekyll::SmartCropperGen::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Josh Gerdes"]
10
10
  s.email = ["josh@joshgerdes.com"]
@@ -6,7 +6,7 @@ include Magick
6
6
  include FileUtils
7
7
 
8
8
  module Jekyll
9
- module SmartCropper
9
+ module SmartCropperGen
10
10
  # This part is copied from https://github.com/kinnetica/jekyll-plugins
11
11
  # Recover from strange exception when starting server without --auto
12
12
  class GeneratedImageFile < StaticFile
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
- module SmartCropper
3
- VERSION = "0.0.1"
2
+ module SmartCropperGen
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-smartcropper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Gerdes