# -*- encoding: utf-8 -*- # stub: quandl_operation 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "quandl_operation".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Blake Hilscher".freeze] s.date = "2013-11-28" s.description = "Data will be operated".freeze s.email = ["blake@hilscher.ca".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "UPGRADE.md".freeze, "lib/quandl/operation.rb".freeze, "lib/quandl/operation/collapse.rb".freeze, "lib/quandl/operation/collapse/guess.rb".freeze, "lib/quandl/operation/core_ext.rb".freeze, "lib/quandl/operation/core_ext/array.rb".freeze, "lib/quandl/operation/core_ext/date.rb".freeze, "lib/quandl/operation/core_ext/float.rb".freeze, "lib/quandl/operation/core_ext/string.rb".freeze, "lib/quandl/operation/core_ext/time.rb".freeze, "lib/quandl/operation/errors.rb".freeze, "lib/quandl/operation/parse.rb".freeze, "lib/quandl/operation/qdate.rb".freeze, "lib/quandl/operation/transform.rb".freeze, "lib/quandl/operation/version.rb".freeze, "quandl_operation.gemspec".freeze, "spec/lib/quandl/operation/collapse_spec.rb".freeze, "spec/lib/quandl/operation/date_spec.rb".freeze, "spec/lib/quandl/operation/parse_spec.rb".freeze, "spec/lib/quandl/operation/transform_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://blake.hilscher.ca/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "For altering data".freeze s.test_files = ["spec/lib/quandl/operation/collapse_spec.rb".freeze, "spec/lib/quandl/operation/date_spec.rb".freeze, "spec/lib/quandl/operation/parse_spec.rb".freeze, "spec/lib/quandl/operation/transform_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) end