imagetooth 0.0.5 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/{imagetooth.rb → imagetooth} +0 -0
- data/imagetooth-0.0.5.gem +0 -0
- data/imagetooth.gemspec +4 -2
- data.tar.gz.sig +0 -0
- metadata +7 -7
- metadata.gz.sig +0 -0
- data/imagetooth-0.0.4.gem +0 -0
File without changes
|
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
|
5
|
+
s.version = "0.1.0"
|
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
|
@@ -12,7 +12,9 @@ DESCRIPTION
|
|
12
12
|
s.author = %q{Gaston Ramos}
|
13
13
|
s.email = %q{ramos.gaston@gmail.com}
|
14
14
|
s.homepage = %q{http://rubyforge.org/projects/imagetooth}
|
15
|
-
|
15
|
+
s.bindir = 'bin'
|
16
|
+
s.executables = ['imagetooth']
|
17
|
+
s.default_executable = %q{imagetooth}
|
16
18
|
s.require_paths = %w{lib bin .}
|
17
19
|
s.autorequire = 'image_tooth'
|
18
20
|
s.rubyforge_project = %q{imagetooth}
|
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
|
7
|
-
date: 2007-07-
|
6
|
+
version: 0.1.0
|
7
|
+
date: 2007-07-27 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
|
@@ -15,7 +15,7 @@ homepage: http://rubyforge.org/projects/imagetooth
|
|
15
15
|
rubyforge_project: imagetooth
|
16
16
|
description: 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.
|
17
17
|
autorequire: image_tooth
|
18
|
-
default_executable:
|
18
|
+
default_executable: imagetooth
|
19
19
|
bindir: bin
|
20
20
|
has_rdoc: false
|
21
21
|
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
@@ -58,21 +58,21 @@ files:
|
|
58
58
|
- lib/image_tooth.rb
|
59
59
|
- lib/array_adds.rb
|
60
60
|
- bin
|
61
|
-
- bin/imagetooth
|
61
|
+
- bin/imagetooth
|
62
62
|
- images
|
63
63
|
- spec
|
64
64
|
- spec/array_spec.rb
|
65
65
|
- spec/image_tooth_spec.rb
|
66
66
|
- imagetooth.gemspec
|
67
|
-
- imagetooth-0.0.
|
67
|
+
- imagetooth-0.0.5.gem
|
68
68
|
test_files: []
|
69
69
|
|
70
70
|
rdoc_options: []
|
71
71
|
|
72
72
|
extra_rdoc_files: []
|
73
73
|
|
74
|
-
executables:
|
75
|
-
|
74
|
+
executables:
|
75
|
+
- imagetooth
|
76
76
|
extensions: []
|
77
77
|
|
78
78
|
requirements: []
|
metadata.gz.sig
CHANGED
Binary file
|
data/imagetooth-0.0.4.gem
DELETED
Binary file
|