--- !ruby/object:Gem::Specification 
name: sstephenson-sprockets
version: !ruby/object:Gem::Version 
  version: 0.3.0
platform: ruby
authors: 
- Sam Stephenson
autorequire: 
bindir: bin
cert_chain: []

date: 2009-01-28 00:00:00 -08:00
default_executable: 
dependencies: []

description: Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files.
email: sstephenson@gmail.com
executables: 
- sprocketize
extensions: []

extra_rdoc_files: []

files: 
- Rakefile
- bin/sprocketize
- lib/sprockets.rb
- lib/sprockets
- lib/sprockets/preprocessor.rb
- lib/sprockets/source_file.rb
- lib/sprockets/error.rb
- lib/sprockets/output_file.rb
- lib/sprockets/environment.rb
- lib/sprockets/version.rb
- lib/sprockets/source_line.rb
- lib/sprockets/pathname.rb
- test/test_preprocessor.rb
- test/test_source_line.rb
- test/test_source_file.rb
- test/test_output_file.rb
- test/fixtures
- test/fixtures/src
- test/fixtures/src/foo
- test/fixtures/src/foo/bar.js
- test/fixtures/src/foo/foo.js
- test/fixtures/src/foo.js
- test/fixtures/src/constants.yml
- test/fixtures/multiline_comments_should_be_removed_by_default.js
- test/fixtures/requiring_a_single_file_should_replace_the_require_comment_with_the_file_contents.js
- test/fixtures/double_slash_comments_that_are_not_requires_should_be_removed_by_default.js
- test/fixtures/constants.yml
- test/fixtures/requiring_a_file_that_does_not_exist_should_raise_an_error.js
- test/fixtures/requiring_a_file_after_it_has_already_been_required_should_do_nothing.js
- test/fixtures/double_slash_comments_that_are_not_requires_should_be_ignored_when_strip_comments_is_false.js
- test/fixtures/requiring_the_current_file_should_do_nothing.js
- test/test_pathname.rb
- test/test_helper.rb
- test/test_environment.rb
has_rdoc: false
homepage: http://github.com/sstephenson/sprockets
post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: 
rubygems_version: 1.2.0
signing_key: 
specification_version: 2
summary: JavaScript dependency management and concatenation
test_files: []