From 0c6cb2805ae5dbf7e1f0086283ae59607edc0ce2 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 8 Apr 2013 09:42:39 +1000 Subject: [PATCH] gem updates, stop sourcing some stuff from github uglifier v2 --- Gemfile | 4 +-- Gemfile.lock | 26 ++++++------------- .../rails_multisite/rails_multisite.gemspec | 4 +-- 3 files changed, 12 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index 5f06f21da83..92aeefd9503 100644 --- a/Gemfile +++ b/Gemfile @@ -108,12 +108,12 @@ 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" +gem 'fast_blank' #, github: "SamSaffron/fast_blank" # IMPORTANT: mini profiler monkey patches, so it better be required last # If you want to amend mini profiler to do the monkey patches in the railstie # we are open to it. -gem 'rack-mini-profiler', git: 'git://github.com/SamSaffron/MiniProfiler' +gem 'rack-mini-profiler' #, git: 'git://github.com/SamSaffron/MiniProfiler' # perftools only works on 1.9 atm group :profile do diff --git a/Gemfile.lock b/Gemfile.lock index e8cdeded311..b9a7c112757 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,3 @@ -GIT - remote: git://github.com/SamSaffron/MiniProfiler - revision: 08a421dc1411fb3f2e61c3d6e03bd3bd104f7130 - specs: - rack-mini-profiler (0.1.23) - rack (>= 1.1.3) - -GIT - remote: git://github.com/SamSaffron/fast_blank.git - revision: 5d63f521b228fe9aa386ed8b8bff280781b23004 - specs: - fast_blank (0.0.1) - rake - rake-compiler - GIT remote: git://github.com/callahad/omniauth-browserid.git revision: af62d667626c1622de6fe13b60849c3640765ab1 @@ -178,6 +163,9 @@ GEM fakeweb (1.3.0) faraday (0.8.5) multipart-post (~> 1.1) + fast_blank (0.0.1) + rake + rake-compiler fast_xor (1.1.1) rake rake-compiler @@ -331,6 +319,8 @@ GEM rack (1.4.5) rack-cache (1.2) rack (>= 0.4) + rack-mini-profiler (0.1.25) + rack (>= 1.1.3) rack-openid (1.3.1) rack (>= 1.1.0) ruby-openid (>= 2.1.8) @@ -466,7 +456,7 @@ GEM railties (> 3.2.8, < 4.0.0) sprockets (>= 2.0.0) tzinfo (0.3.37) - uglifier (1.3.0) + uglifier (2.0.1) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) yajl-ruby (1.1.0) @@ -492,7 +482,7 @@ DEPENDENCIES eventmachine fabrication fakeweb (~> 1.3.0) - fast_blank! + fast_blank fast_xor fast_xs fastimage @@ -524,7 +514,7 @@ DEPENDENCIES openid-redis-store pg pry-rails - rack-mini-profiler! + rack-mini-profiler rails rails_multisite! rake diff --git a/vendor/gems/rails_multisite/rails_multisite.gemspec b/vendor/gems/rails_multisite/rails_multisite.gemspec index 085179194ba..5fb0b4913f2 100644 --- a/vendor/gems/rails_multisite/rails_multisite.gemspec +++ b/vendor/gems/rails_multisite/rails_multisite.gemspec @@ -4,8 +4,8 @@ require File.expand_path('../lib/rails_multisite/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Sam Saffron"] gem.email = ["sam.saffron@gmail.com"] - gem.description = %q{TODO: Write a gem description} - gem.summary = %q{TODO: Write a gem summary} + gem.description = %q{Multi tenancy support for Rails} + gem.summary = %q{Multi tenancy support for Rails} gem.homepage = "" # when this is extracted comment it back in, prd has no .git