Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Sprockets 2.0.0.beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 23, 2011
1 parent 031a13f commit 7f74839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sprockets.rb
@@ -1,5 +1,5 @@
module Sprockets module Sprockets
VERSION = "2.0.0.beta.6" VERSION = "2.0.0.beta.7"


autoload :ArgumentError, "sprockets/errors" autoload :ArgumentError, "sprockets/errors"
autoload :AssetAttributes, "sprockets/asset_attributes" autoload :AssetAttributes, "sprockets/asset_attributes"
Expand Down
2 changes: 1 addition & 1 deletion sprockets.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "sprockets" s.name = "sprockets"
s.version = "2.0.0.beta.6" s.version = "2.0.0.beta.7"
s.summary = "Rack-based asset packaging system" s.summary = "Rack-based asset packaging system"
s.description = "Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS." s.description = "Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS."


Expand Down

0 comments on commit 7f74839

Please sign in to comment.