-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsirb.gemspec
31 lines (27 loc) · 2.46 KB
/
sirb.gemspec
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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{sirb}
s.version = "0.6.14"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["David Richards"]
s.date = %q{2009-03-23}
s.default_executable = %q{sirb}
s.description = %q{A series of useful tools that a console should probably have, if your goal is to crunch a few numbers. It includes all the packages that I use, if you have them. Also incorporates some functional style programming and stored procedures to make your console experience even more delightful.}
s.email = %q{[email protected]}
s.executables = ["sirb"]
s.files = ["README.rdoc", "VERSION.yml", "bin/sirb", "lib/overrides", "lib/overrides/array.rb", "lib/overrides/file.rb", "lib/overrides/module.rb", "lib/overrides/symbol.rb", "lib/sirb", "lib/sirb/enumerable_statistics.rb", "lib/sirb/functional.rb", "lib/sirb/general_statistics.rb", "lib/sirb/inter_enumerable_statistics.rb", "lib/sirb/lib_loader.rb", "lib/sirb/runner.rb", "lib/sirb/sproc", "lib/sirb/sproc/proc.rb", "lib/sirb/sproc/proc_source.rb", "lib/sirb/sproc/sproc.rb", "lib/sirb/sproc/usage_notes.txt", "lib/sirb/sproc.rb", "lib/sirb/thread_support.rb", "lib/sirb/unbound_method.rb", "lib/sirb.rb", "lib/stored_procedures.rb", "spec/lib", "spec/lib/overrides", "spec/lib/overrides/array_spec.rb", "spec/lib/overrides/file_spec.rb", "spec/lib/overrides/module_spec.rb", "spec/lib/overrides/symbol_spec.rb", "spec/lib/sirb", "spec/lib/sirb/enumerable_statistics_spec.rb", "spec/lib/sirb/functional_spec.rb", "spec/lib/sirb/general_statistics_spec.rb", "spec/lib/sirb/inter_enumerable_statistics_spec.rb", "spec/lib/sirb/lib_loader_spec.rb", "spec/lib/sirb/runner_spec.rb", "spec/lib/sirb/sproc", "spec/lib/sirb/sproc/proc_spec.rb", "spec/lib/sirb/sproc/sproc_spec.rb", "spec/lib/sirb/unbound_method_spec.rb", "spec/lib/sirb_spec.rb", "spec/spec_helper.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/davidrichards/sirb}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{Descriptive statistics + IRB + any other useful numerical library you may have around}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end