Skip to content

Commit

Permalink
Bumped version to 1.1, updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
EricR committed Jan 16, 2013
1 parent f97b9af commit 1039c99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions image_sorcery.gemspec
Expand Up @@ -5,13 +5,13 @@ require 'bundler/version'

Gem::Specification.new do |s|
s.name = "image_sorcery"
s.version = "1.0.7"
s.version = "1.1.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Eric Rafaloff", "Guy Boertje"]
s.email = ["hello@ericrafaloff.com", "guy@musicglue.com"]
s.homepage = "https://github.com/musicglue/image_sorcery"
s.summary = "A ruby ImageMagick library that doesn't suck"
s.description = "A ruby ImageMagick library that doesn't suck"
s.homepage = "https://github.com/EricR/image_sorcery"
s.summary = "A ruby ImageMagick/GraphicsMagick library that doesn't suck"
s.description = "A ruby ImageMagick/GraphicsMagick library that doesn't suck"
s.files = Dir.glob("{lib}/**/*") + %w(README.markdown)
s.require_path = 'lib'
s.requirements = "ImageMagick or GraphicsMagick"
Expand Down

0 comments on commit 1039c99

Please sign in to comment.