Skip to content

Commit 145d707

Browse files
committed
Release 2.3.2
1 parent 4c06a59 commit 145d707

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'rake/testtask'
2+
require 'bundler/gem_tasks'
23

34
task :default => :test
45

lib/sprockets/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sprockets
22
module Rails
3-
VERSION = "2.3.1"
3+
VERSION = "2.3.2"
44
end
55
end

sprockets-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "sprockets-rails"
3-
s.version = "2.3.0"
3+
s.version = "2.3.2"
44

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

0 commit comments

Comments
 (0)