Skip to content

Commit

Permalink
Merge pull request #1 from igas/fix-rmagick-dependency
Browse files Browse the repository at this point in the history
removed RMagick completely
  • Loading branch information
Eric Berry committed Nov 19, 2012
2 parents d3c9f3b + a98b20e commit f88f096
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/rmagick-metadata.rb
@@ -1,5 +1,3 @@
require "RMagick"

class RMagickMetadata

def initialize( file_path )
Expand Down
2 changes: 1 addition & 1 deletion rmagick-metadata.gemspec
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = "rmagick-metadata"
gem.version = "0.0.2"
gem.version = "0.0.3"
gem.authors = ["Eric Berry"]
gem.email = ["cavneb@gmail.com"]
gem.description = %q{Parses an image using RMagick and parses the metadata}
Expand Down

1 comment on commit f88f096

@coderberry
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I renamed the gem to magick-metadata.. I will be re-releasing it as such. It initially started as an rmagick addition, but afterwards I realized it had nothing to do with RMagick at all. Thanks for the commit.

Please sign in to comment.