* pg_migrate bump to 0.1.13 with relaxed thor version
This commit is contained in:
parent
c21d0ea0ba
commit
8483239054
|
|
@ -3,4 +3,4 @@ source 'http://rubygems.org'
|
|||
# Assumes you have already cloned pg_migrate_ruby in your workspace
|
||||
# $ cd [workspace]
|
||||
# $ git clone https://github.com/sethcall/pg_migrate_ruby
|
||||
gem 'pg_migrate', '0.1.12'
|
||||
gem 'pg_migrate', '0.1.13'
|
||||
|
|
|
|||
|
|
@ -6,15 +6,15 @@ GEM
|
|||
little-plugger (>= 1.1.3)
|
||||
pg (0.17.1)
|
||||
pg (0.17.1-x86-mingw32)
|
||||
pg_migrate (0.1.12)
|
||||
pg_migrate (0.1.13)
|
||||
logging (= 1.7.2)
|
||||
pg (= 0.17.1)
|
||||
thor (= 0.15.4)
|
||||
thor (0.15.4)
|
||||
thor
|
||||
thor (0.18.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
x86-mingw32
|
||||
|
||||
DEPENDENCIES
|
||||
pg_migrate (= 0.1.12)
|
||||
pg_migrate (= 0.1.13)
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ module JamRuby
|
|||
query = Feed.includes(:recording).includes(:music_session_history).offset(start).limit(limit)
|
||||
if sort == 'date'
|
||||
query = query.order('id DESC')
|
||||
else
|
||||
throw "not implemented"
|
||||
elsif sort == 'plays'
|
||||
query = query.order('')
|
||||
end
|
||||
|
||||
query
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ group :test do
|
|||
gem 'database_cleaner', '0.7.0'
|
||||
gem 'guard', '>= 0.10.0'
|
||||
gem 'guard-rspec', '>= 0.7.3'
|
||||
gem 'pg_migrate','0.1.12' #:path => "#{workspace}/pg_migrate_ruby"
|
||||
gem 'pg_migrate','0.1.13' #:path => "#{workspace}/pg_migrate_ruby"
|
||||
gem 'evented-spec'
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue