# -*- encoding: utf-8 -*- # stub: sass-json-vars 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "sass-json-vars".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nate Hunzaker".freeze] s.date = "2014-06-10" s.description = "Allows the use of JSON to declare variables with @import 'file.json'.".freeze s.email = ["nate.hunzaker@viget.com".freeze] s.files = ["Rakefile".freeze, "lib/sass-json-vars.rb".freeze, "lib/sass-json-vars/importer.rb".freeze, "lib/sass-json-vars/monkeypatch.rb".freeze, "lib/sass-json-vars/version.rb".freeze, "readme.md".freeze, "test/fixtures/lists/style.scss".freeze, "test/fixtures/lists/variables.json".freeze, "test/fixtures/maps/style.scss".freeze, "test/fixtures/maps/variables.json".freeze, "test/fixtures/sass/style.sass".freeze, "test/fixtures/sass/variables.json".freeze, "test/fixtures/strings/style.scss".freeze, "test/fixtures/strings/variables.json".freeze, "test/sass-json-vars_test.rb".freeze, "test/sass_test.rb".freeze] s.homepage = "https://github.com/vigetlabs/sass-json-vars".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Allows the use of JSON to declare variables with @import 'file.json'.".freeze s.test_files = ["test/fixtures/lists/style.scss".freeze, "test/fixtures/lists/variables.json".freeze, "test/fixtures/maps/style.scss".freeze, "test/fixtures/maps/variables.json".freeze, "test/fixtures/sass/style.sass".freeze, "test/fixtures/sass/variables.json".freeze, "test/fixtures/strings/style.scss".freeze, "test/fixtures/strings/variables.json".freeze, "test/sass-json-vars_test.rb".freeze, "test/sass_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.1".freeze]) end