# -*- encoding: utf-8 -*- # stub: dydx 0.2.7000000 ruby lib Gem::Specification.new do |s| s.name = "dydx".freeze s.version = "0.2.7000000".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["gogotanaka".freeze] s.date = "2014-11-07" s.description = "Dydx is new math DSL in Ruby. The most important thing in this DSL is we can handle math in the same sense sense of the math on paper.".freeze s.email = ["mail@tanakakazuki.com".freeze] s.files = [".gitignore".freeze, ".pryrc".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "dydx.gemspec".freeze, "lib/dydx.rb".freeze, "lib/dydx/algebra.rb".freeze, "lib/dydx/algebra/formula.rb".freeze, "lib/dydx/algebra/inverse.rb".freeze, "lib/dydx/algebra/operator/formula.rb".freeze, "lib/dydx/algebra/operator/general.rb".freeze, "lib/dydx/algebra/operator/inverse.rb".freeze, "lib/dydx/algebra/operator/num.rb".freeze, "lib/dydx/algebra/operator/parts/base.rb".freeze, "lib/dydx/algebra/operator/parts/formula.rb".freeze, "lib/dydx/algebra/operator/parts/general.rb".freeze, "lib/dydx/algebra/operator/parts/inverse.rb".freeze, "lib/dydx/algebra/operator/parts/num.rb".freeze, "lib/dydx/algebra/operator/parts/symbol.rb".freeze, "lib/dydx/algebra/set.rb".freeze, "lib/dydx/api.rb".freeze, "lib/dydx/delta.rb".freeze, "lib/dydx/function.rb".freeze, "lib/dydx/helper.rb".freeze, "lib/dydx/integrand.rb".freeze, "lib/dydx/version.rb".freeze, "spec/dydx_spec.rb".freeze, "spec/lib/algebra/formula_spec.rb".freeze, "spec/lib/algebra/operator/parts/base_spec.rb".freeze, "spec/lib/algebra/operator/parts/formula_spec.rb".freeze, "spec/lib/algebra/operator/parts/inverse_spec.rb".freeze, "spec/lib/algebra/set_spec.rb".freeze, "spec/lib/delta_spec.rb".freeze, "spec/lib/function_spec.rb".freeze, "spec/lib/helper_spec.rb".freeze, "spec/lib/integrand_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://gogotanaka.me/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "We can enjoy the math.".freeze s.test_files = ["spec/dydx_spec.rb".freeze, "spec/lib/algebra/formula_spec.rb".freeze, "spec/lib/algebra/operator/parts/base_spec.rb".freeze, "spec/lib/algebra/operator/parts/formula_spec.rb".freeze, "spec/lib/algebra/operator/parts/inverse_spec.rb".freeze, "spec/lib/algebra/set_spec.rb".freeze, "spec/lib/delta_spec.rb".freeze, "spec/lib/function_spec.rb".freeze, "spec/lib/helper_spec.rb".freeze, "spec/lib/integrand_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end