bumped the version

This commit is contained in:
Donald Ball 2008-11-24 23:15:55 -06:00
parent 05a43a6c63
commit f4bfe2b19f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'zoomifier'
s.version = '1.2'
s.version = '1.3'
s.author = 'Donald Ball'
s.date = '2008-11-21'
s.email = 'donald.ball@gmail.com'
@ -12,6 +12,6 @@ Gem::Specification.new do |s|
s.executables = ['zoomify']
s.default_executable = 'zoomify'
s.has_rdoc = true
s.extra_rdoc_files = ['README.txt']
s.extra_rdoc_files = ['README.markdown']
s.add_dependency('rmagick')
end