We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c06a59 commit 145d707Copy full SHA for 145d707
Rakefile
@@ -1,4 +1,5 @@
1
require 'rake/testtask'
2
+require 'bundler/gem_tasks'
3
4
task :default => :test
5
lib/sprockets/rails/version.rb
@@ -1,5 +1,5 @@
module Sprockets
module Rails
- VERSION = "2.3.1"
+ VERSION = "2.3.2"
end
sprockets-rails.gemspec
@@ -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"
6
s.summary = "Sprockets Rails integration"
0 commit comments