- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathruby-plot.gemspec
More file actions
Latest commit
43 lines (39 loc) · 1.19 KB
/
Copy pathruby-plot.gemspec
File metadata and controls
43 lines (39 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.newdo |s|
s.name=%q{ruby-plot}
s.version="0.0.1"
s.required_rubygems_version=Gem::Requirement.new(">= 0")ifs.respond_to?:required_rubygems_version=
s.authors=["David Vorgrimmler","Martin G\303\274tlein"]
s.date=%q{2010-02-26}
s.description=%q{}
s.email=%q{vorgrimmlerdavid@gmx.de}
s.extra_rdoc_files=[
"README"
]
s.files=[
"README",
"Rakefile",
"VERSION",
"lib/plot_bars.rb",
"lib/plot_lines.rb",
"lib/ruby-plot.rb",
"lib/ruby-plot.rb"
]
s.has_rdoc=true
s.homepage=%q{http://github.com/davor/ruby-plot}
s.rdoc_options=["--charset=UTF-8"]
s.require_paths=["lib"]
s.rubygems_version=%q{1.3.1}
s.summary=%q{gnuplot wrapper for ruby, especially for plotting roc curves into svg files}
ifs.respond_to?:specification_versionthen
current_version=Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version=2
ifGem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0')then
else
end
else
end
end