From 41be21ab75840987d1237d523f661d187d6944f4 Mon Sep 17 00:00:00 2001 From: Esteban Arango Medina Date: Sun, 24 May 2015 18:39:22 -0500 Subject: [PATCH] Version 3.3.4 --- bootswatch-rails.gemspec | 2 +- lib/bootswatch-rails/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootswatch-rails.gemspec b/bootswatch-rails.gemspec index b2ff287..f5a65b8 100644 --- a/bootswatch-rails.gemspec +++ b/bootswatch-rails.gemspec @@ -4,7 +4,7 @@ require File.expand_path('../lib/bootswatch-rails/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Maxim Chernyak","Esteban Arango Medina"] gem.email = ["max@bitsonnet.com","marranoparael31@gmail.com"] - gem.description = %q{Bootswatches converted to SCSS ready to use in Rails 3 asset pipeline.} + gem.description = %q{Bootswatches converted to SCSS ready to use in Rails asset pipeline.} gem.summary = %q{Bootswatches in your Rails asset pipeline} gem.homepage = "http://github.com/maxim/bootswatch-rails" diff --git a/lib/bootswatch-rails/version.rb b/lib/bootswatch-rails/version.rb index 106eb06..2e9956b 100644 --- a/lib/bootswatch-rails/version.rb +++ b/lib/bootswatch-rails/version.rb @@ -1,5 +1,5 @@ module Bootswatch module Rails - VERSION = '3.2.4' + VERSION = '3.3.4' end end