* meta_search now pulls directly from GitHub
* Updated gems * [inprogress] New pagination helpers used instead of pagination presenters * [inprogress] Favorites refactored to use ActiveRecord * [inprogress] PostSets refactored to use a decorator/dependency injection pattern * [inprogress] Made pool/post interaction more robust * Pool#posts now returns an ActiveRelation object * Fixed unit tests
This commit is contained in:
26
Gemfile.lock
26
Gemfile.lock
@@ -1,3 +1,12 @@
|
||||
GIT
|
||||
remote: git://github.com/ernie/meta_search.git
|
||||
revision: 79806e6a9db5dc4eedbd45bccc5929cf6fbf3593
|
||||
specs:
|
||||
meta_search (1.1.0.pre)
|
||||
actionpack (~> 3.1.0.alpha)
|
||||
activerecord (~> 3.1.0.alpha)
|
||||
activesupport (~> 3.1.0.alpha)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/mmack/will_paginate.git
|
||||
revision: 5816b4e8d4382b4b167621a9aea4b8fe72983c37
|
||||
@@ -7,9 +16,9 @@ GIT
|
||||
|
||||
GIT
|
||||
remote: http://github.com/EmmanuelOga/ffaker.git
|
||||
revision: baf4891a5351ad01775f3e4bb77c78ceed349360
|
||||
revision: 52feff4ecddbe8834b63beb122b153b65833e309
|
||||
specs:
|
||||
ffaker (1.7.0)
|
||||
ffaker (1.8.0)
|
||||
|
||||
GEM
|
||||
remote: http://gemcutter.org/
|
||||
@@ -64,11 +73,6 @@ GEM
|
||||
mechanize (1.0.0)
|
||||
nokogiri (>= 1.2.1)
|
||||
memcache-client (1.8.5)
|
||||
meta_search (0.5.4)
|
||||
actionpack (>= 3.0.0.beta4)
|
||||
activerecord (>= 3.0.0.beta4)
|
||||
activesupport (>= 3.0.0.beta4)
|
||||
arel (>= 0.4.0)
|
||||
mime-types (1.16)
|
||||
mocha (0.9.12)
|
||||
multi_json (1.0.3)
|
||||
@@ -98,14 +102,14 @@ GEM
|
||||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
thor (~> 0.14.6)
|
||||
rake (0.9.0)
|
||||
rake (0.9.2)
|
||||
shoulda (2.11.3)
|
||||
silent-postgres (0.0.8)
|
||||
simple_form (1.4.0)
|
||||
simplecov (0.4.2)
|
||||
simplecov-html (~> 0.4.4)
|
||||
simplecov-html (0.4.5)
|
||||
sprockets (2.0.0.beta.8)
|
||||
sprockets (2.0.0.beta.10)
|
||||
hike (~> 1.0)
|
||||
rack (~> 1.0)
|
||||
tilt (!= 1.3.0, ~> 1.1)
|
||||
@@ -113,7 +117,7 @@ GEM
|
||||
actionmailer
|
||||
rake
|
||||
thor (0.14.6)
|
||||
tilt (1.3.1)
|
||||
tilt (1.3.2)
|
||||
treetop (1.4.9)
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.27)
|
||||
@@ -129,7 +133,7 @@ DEPENDENCIES
|
||||
imagesize
|
||||
mechanize
|
||||
memcache-client
|
||||
meta_search
|
||||
meta_search!
|
||||
mocha
|
||||
nokogiri
|
||||
pg
|
||||
|
||||
Reference in New Issue
Block a user