juice_extractor 0.0.1.1 → 0.0.1.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.
@@ -1,3 +1,3 @@
1
1
  module JuiceExtractor
2
- VERSION = "0.0.1.1"
2
+ VERSION = "0.0.1.2"
3
3
  end
@@ -1,4 +1,4 @@
1
- require "rmagick"
1
+ require "RMagick"
2
2
  require 'json'
3
3
 
4
4
  require "juice_extractor/version"
@@ -6,5 +6,5 @@ require "juice_extractor/core/color_extractor"
6
6
 
7
7
  module JuiceExtractor
8
8
  # TODO: Extend other modules here
9
- #"[\"background-color\",\"border-color\",\"color\"]"
10
- end
9
+ #"[\"background-color\",\"border-color\",\"color\"]"
10
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: juice_extractor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 73
4
+ hash: 79
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 1
10
- - 1
11
- version: 0.0.1.1
10
+ - 2
11
+ version: 0.0.1.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Adrian Castillo