bumping up the version number
This commit is contained in:
parent
29304a933b
commit
12240d384f
@ -7,7 +7,7 @@ require 'rmagick'
|
|||||||
# See http://zoomify.com/ for more details.
|
# See http://zoomify.com/ for more details.
|
||||||
#
|
#
|
||||||
# @author Donald A. Ball Jr. <donald.ball@gmail.com>
|
# @author Donald A. Ball Jr. <donald.ball@gmail.com>
|
||||||
# @version 1.1
|
# @version 1.2
|
||||||
# @copyright (C) 2008 Donald A. Ball Jr.
|
# @copyright (C) 2008 Donald A. Ball Jr.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
spec = Gem::Specification.new do |s|
|
spec = Gem::Specification.new do |s|
|
||||||
s.name = 'Zoomifier'
|
s.name = 'Zoomifier'
|
||||||
s.version = '1.1'
|
s.version = '1.2'
|
||||||
s.author = 'Donald Ball'
|
s.author = 'Donald Ball'
|
||||||
s.email = 'donald.ball@gmail.com'
|
s.email = 'donald.ball@gmail.com'
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.summary = 'A library for zoomifying images'
|
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.require_path = 'lib'
|
||||||
s.autorequire = 'zoomifier'
|
s.autorequire = 'zoomifier'
|
||||||
s.bindir = 'bin'
|
s.bindir = 'bin'
|
||||||
|
Loading…
Reference in New Issue
Block a user