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

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Feb 16, 2009
1 parent 8e2cf0f commit 594aaac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sprockets/version.rb
Expand Up @@ -2,7 +2,7 @@ module Sprockets
module Version
MAJOR = 0
MINOR = 9
TINY = 0
TINY = 1

STRING = [MAJOR, MINOR, TINY].join(".")
end
Expand Down
5 changes: 3 additions & 2 deletions sprockets.gemspec
@@ -1,11 +1,12 @@
Gem::Specification.new do |s|
s.name = "sprockets"
s.version = "0.9.0"
s.date = "2009-02-09"
s.version = "0.9.1"
s.date = "2009-02-16"
s.summary = "JavaScript dependency management and concatenation"
s.email = "sstephenson@gmail.com"
s.homepage = "http://github.com/sstephenson/sprockets"
s.description = "Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files."
s.rubyforge_project = "sprockets"
s.has_rdoc = false
s.authors = ["Sam Stephenson"]
s.files = Dir["Rakefile", "bin/**/*", "lib/**/*", "test/**/*"]
Expand Down

0 comments on commit 594aaac

Please sign in to comment.