# -*- encoding: utf-8 -*- # stub: sstephenson-sprockets 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "sstephenson-sprockets".freeze s.version = "0.3.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 = ["Sam Stephenson".freeze] s.date = "2009-01-28" s.description = "Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files.".freeze s.email = "sstephenson@gmail.com".freeze s.executables = ["sprocketize".freeze] s.files = ["Rakefile".freeze, "bin/sprocketize".freeze, "lib/sprockets".freeze, "lib/sprockets.rb".freeze, "lib/sprockets/environment.rb".freeze, "lib/sprockets/error.rb".freeze, "lib/sprockets/output_file.rb".freeze, "lib/sprockets/pathname.rb".freeze, "lib/sprockets/preprocessor.rb".freeze, "lib/sprockets/source_file.rb".freeze, "lib/sprockets/source_line.rb".freeze, "lib/sprockets/version.rb".freeze, "test/fixtures".freeze, "test/fixtures/constants.yml".freeze, "test/fixtures/double_slash_comments_that_are_not_requires_should_be_ignored_when_strip_comments_is_false.js".freeze, "test/fixtures/double_slash_comments_that_are_not_requires_should_be_removed_by_default.js".freeze, "test/fixtures/multiline_comments_should_be_removed_by_default.js".freeze, "test/fixtures/requiring_a_file_after_it_has_already_been_required_should_do_nothing.js".freeze, "test/fixtures/requiring_a_file_that_does_not_exist_should_raise_an_error.js".freeze, "test/fixtures/requiring_a_single_file_should_replace_the_require_comment_with_the_file_contents.js".freeze, "test/fixtures/requiring_the_current_file_should_do_nothing.js".freeze, "test/fixtures/src".freeze, "test/fixtures/src/constants.yml".freeze, "test/fixtures/src/foo".freeze, "test/fixtures/src/foo.js".freeze, "test/fixtures/src/foo/bar.js".freeze, "test/fixtures/src/foo/foo.js".freeze, "test/test_environment.rb".freeze, "test/test_helper.rb".freeze, "test/test_output_file.rb".freeze, "test/test_pathname.rb".freeze, "test/test_preprocessor.rb".freeze, "test/test_source_file.rb".freeze, "test/test_source_line.rb".freeze] s.homepage = "http://github.com/sstephenson/sprockets".freeze s.rubygems_version = "3.5.10".freeze s.summary = "JavaScript dependency management and concatenation".freeze end