rimageanalysistools 5.1.2-java

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rimageanalysistools
3
+ version: !ruby/object:Gem::Version
4
+ version: 5.1.2
5
+ prerelease:
6
+ platform: java
7
+ authors:
8
+ - Colin J. Fuller
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-01-25 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Helper code and some extensions for the ImageAnalysisTools package at
15
+ http://cjfuller.github.com/imageanalysistools/
16
+ email: cjfuller@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/rimageanalysistools.rb
22
+ - lib/rimageanalysistools/initjava.rb
23
+ - lib/rimageanalysistools/dir_walker.rb
24
+ - lib/rimageanalysistools/graythresh.rb
25
+ - lib/rimageanalysistools/create_parameters.rb
26
+ - lib/rimageanalysistools/thread_queue.rb
27
+ - lib/rimageanalysistools/simple_output.rb
28
+ - lib/rimageanalysistools/get_image.rb
29
+ - lib/rimageanalysistools/skeletonizer.rb
30
+ - lib/rimageanalysistools/get_filter.rb
31
+ - lib/rimageanalysistools/fitting/bisquare_linear_fit.rb
32
+ - lib/rimageanalysistools/method/centromere_finding_method.rb
33
+ - lib/rimageanalysistools/method/method.rb
34
+ - lib/rimageanalysistools/image/io/image_writer.rb
35
+ - lib/rimageanalysistools/centroids.rb
36
+ - lib/rimageanalysistools/drawing.rb
37
+ - lib/rimageanalysistools/image_shortcuts.rb
38
+ - extlib/ImageAnalysisTools.jar
39
+ homepage: http://cjfuller.github.com/rimageanalysistools/
40
+ licenses:
41
+ - MIT
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ - extlib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ none: false
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ! '>='
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements:
60
+ - jruby
61
+ rubyforge_project:
62
+ rubygems_version: 1.8.24
63
+ signing_key:
64
+ specification_version: 3
65
+ summary: JRuby extensions to the ImageAnalysisTools java package
66
+ test_files: []