bumping up the version number

This commit is contained in:
Donald Ball 2008-11-21 15:18:19 -06:00
parent 29304a933b
commit 12240d384f
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ require 'rmagick'
# See http://zoomify.com/ for more details.
#
# @author Donald A. Ball Jr. <donald.ball@gmail.com>
# @version 1.1
# @version 1.2
# @copyright (C) 2008 Donald A. Ball Jr.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,12 +1,12 @@
require 'rubygems'
spec = Gem::Specification.new do |s|
s.name = 'Zoomifier'
s.version = '1.1'
s.version = '1.2'
s.author = 'Donald Ball'
s.email = 'donald.ball@gmail.com'
s.platform = Gem::Platform::RUBY
s.summary = 'A library for zoomifying images'
s.files = ['lib/zoomifier.rb', 'bin/zoomify']
s.files = ['init.rb', 'lib/zoomifier.rb', 'bin/zoomify']
s.require_path = 'lib'
s.autorequire = 'zoomifier'
s.bindir = 'bin'