imagetooth 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
data/imagetooth.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'date'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{imagetooth}
5
- s.version = "0.0.4"
5
+ s.version = "0.0.5"
6
6
  s.date = Date.today.to_s
7
7
  s.summary = %q{This library allows to generate images of teeth for odontograms with tooth faces painted in a color (red, green, blue, white or black for example). This is very usefull for dental applications..}
8
8
  s.description =<<DESCRIPTION
@@ -18,7 +18,7 @@ DESCRIPTION
18
18
  s.rubyforge_project = %q{imagetooth}
19
19
  s.has_rdoc = false
20
20
  s.required_ruby_version = '>= 1.8'
21
- s.add_dependency("RMagick", ">= 1.6.7")
21
+ s.add_dependency("rmagick", ">= 1.15.7")
22
22
  s.add_dependency("OptionParser", ">= 0.5.1")
23
23
  s.files = Dir.glob("**/*").delete_if { |item| item.include?("SVN") }
24
24
 
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: imagetooth
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.4
7
- date: 2007-07-05 00:00:00 -04:00
6
+ version: 0.0.5
7
+ date: 2007-07-06 00:00:00 -04:00
8
8
  summary: This library allows to generate images of teeth for odontograms with tooth faces painted in a color (red, green, blue, white or black for example). This is very usefull for dental applications..
9
9
  require_paths:
10
10
  - lib
@@ -64,6 +64,7 @@ files:
64
64
  - spec/array_spec.rb
65
65
  - spec/image_tooth_spec.rb
66
66
  - imagetooth.gemspec
67
+ - imagetooth-0.0.4.gem
67
68
  test_files: []
68
69
 
69
70
  rdoc_options: []
@@ -78,13 +79,13 @@ requirements: []
78
79
 
79
80
  dependencies:
80
81
  - !ruby/object:Gem::Dependency
81
- name: RMagick
82
+ name: rmagick
82
83
  version_requirement:
83
84
  version_requirements: !ruby/object:Gem::Version::Requirement
84
85
  requirements:
85
86
  - - ">="
86
87
  - !ruby/object:Gem::Version
87
- version: 1.6.7
88
+ version: 1.15.7
88
89
  version:
89
90
  - !ruby/object:Gem::Dependency
90
91
  name: OptionParser
metadata.gz.sig CHANGED
Binary file