Skip to content

Commit

Permalink
Merge pull request #1 from AdWerx/dh-fix-rmagick-deprecation
Browse files Browse the repository at this point in the history
Fixed require of rmagick
  • Loading branch information
jbielick authored Dec 11, 2017
2 parents ee9dc9e + d7d10b0 commit bc3dd98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/color_util.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'RMagick'
require 'rmagick'
require "color_util/version"

# -*- encoding : utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion lib/color_util/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class ColorUtil
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit bc3dd98

Please sign in to comment.