Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 23, 2015
1 parent 4c06a59 commit 145d707
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'rake/testtask'
require 'bundler/gem_tasks'

task :default => :test

Expand Down
2 changes: 1 addition & 1 deletion lib/sprockets/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sprockets
module Rails
VERSION = "2.3.1"
VERSION = "2.3.2"
end
end
2 changes: 1 addition & 1 deletion sprockets-rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "sprockets-rails"
s.version = "2.3.0"
s.version = "2.3.2"

s.homepage = "https://github.com/rails/sprockets-rails"
s.summary = "Sprockets Rails integration"
Expand Down

0 comments on commit 145d707

Please sign in to comment.