fast blank to latest

This commit is contained in:
Sam 2013-04-02 09:28:26 +11:00
parent a81b1476ca
commit 073125ac30
2 changed files with 9 additions and 6 deletions

13
Gemfile
View File

@ -61,7 +61,7 @@ gem 'discourse_plugin', path: 'vendor/gems/discourse_plugin'
# Discourse Plugins (optional)
# Polls and Tasks have been disabled for launch, we need think all sorts of stuff through before adding them back in
# biggest concern is core support for custom sort orders, but there is also styling that just gets mishmashed into our core theme.
# biggest concern is core support for custom sort orders, but there is also styling that just gets mishmashed into our core theme.
# gem 'discourse_poll', path: 'vendor/gems/discourse_poll'
gem 'discourse_emoji', path: 'vendor/gems/discourse_emoji'
# gem 'discourse_task', path: 'vendor/gems/discourse_task'
@ -86,7 +86,7 @@ group :test, :development do
gem 'certified'
gem 'fabrication'
gem 'guard-jasmine'
gem 'guard-rspec'
gem 'guard-rspec'
gem 'guard-spork'
gem 'jasminerice'
gem 'mocha', require: false
@ -98,13 +98,16 @@ group :test, :development do
gem 'terminal-notifier-guard', require: RUBY_PLATFORM.include?('darwin') && 'terminal-notifier-guard'
end
group :development do
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'librarian', '>= 0.0.25', require: false
gem 'pry-rails'
gem 'pry-rails'
end
# this is an optional gem, it provides a high performance replacement
# to String#blank? a method that is called quite frequently in current
# ActiveRecord, this may change in the future
gem 'fast_blank', github: "SamSaffron/fast_blank"
# IMPORTANT: mini profiler monkey patches, so it better be required last
@ -117,5 +120,5 @@ group :profile do
# travis refuses to install this, instead of fuffing, just avoid it for now
#
# if you need to profile, uncomment out this line
# gem 'rack-perftools_profiler', require: 'rack/perftools_profiler', platform: :mri_19
# gem 'rack-perftools_profiler', require: 'rack/perftools_profiler', platform: :mri_19
end

View File

@ -7,7 +7,7 @@ GIT
GIT
remote: git://github.com/SamSaffron/fast_blank.git
revision: 79df15181712f7e140d8443b7ab7a989fa289b88
revision: 5d63f521b228fe9aa386ed8b8bff280781b23004
specs:
fast_blank (0.0.1)
rake