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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 23, 2011
1 parent d4c939e commit b44ff3d
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
VERSION = "2.0.0.beta.7"
VERSION = "2.0.0.beta.8"

autoload :ArgumentError, "sprockets/errors"
autoload :AssetAttributes, "sprockets/asset_attributes"
Expand Down
2 changes: 1 addition & 1 deletion sprockets.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "sprockets"
s.version = "2.0.0.beta.7"
s.version = "2.0.0.beta.8"
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."

Expand Down

0 comments on commit b44ff3d

Please sign in to comment.