forked from rivella50/talib-ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtalib_ruby.gemspec
More file actions
31 lines (28 loc) · 946 Bytes
/
talib_ruby.gemspec
File metadata and controls
31 lines (28 loc) · 946 Bytes
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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: talib_ruby 1.0.6 ruby lib
# stub: ext/talib/extconf.rb ext/talib/extconf.rb
Gem::Specification.new do |s|
s.name = "talib_ruby"
s.version = "1.0.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Valentin Treu"]
s.date = "2014-05-12"
s.description = "Ruby Wrapper for the Technical Analysis Library ta-lib"
s.email = "rivella50@gmail.com"
s.extensions = ["ext/talib/extconf.rb", "ext/talib/extconf.rb"]
s.extra_rdoc_files = [
"README.textile"
]
s.files = [
"example/ma.rb",
"ext/talib/talib.c",
"lib/talib_ruby.rb"
]
s.homepage = "http://github.com/rivella50/talib-ruby"
s.rubygems_version = "2.2.2"
s.summary = "Ruby Wrapper for ta-lib"
end