# -*- encoding: utf-8 -*- # stub: interpolate 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "interpolate".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Adam Collins".freeze] s.date = "2012-09-05" s.description = "Interpolate is a library for generic linear interpolation objects. Useful for such things as calculating linear motion between locations (or arrays of locations), multi-channel color gradients, piecewise functions, or even just placing values within intervals.".freeze s.email = ["adam@m104.us".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO".freeze, "examples/arrays.rb".freeze, "examples/buckets.rb".freeze, "examples/colors.rb".freeze, "examples/nested.rb".freeze, "interpolate.gemspec".freeze, "lib/interpolate.rb".freeze, "lib/interpolate/add/core.rb".freeze, "lib/interpolate/add/core/array.rb".freeze, "lib/interpolate/add/core/numeric.rb".freeze, "lib/interpolate/base.rb".freeze, "lib/interpolate/version.rb".freeze, "test/test_all.rb".freeze] s.homepage = "http://github.com/m104/interpolate".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Create arbitrary interpolations from key points and values".freeze s.test_files = ["test/test_all.rb".freeze] end