Skip to content

Instantly share code, notes, and snippets.

@zishe
Created April 5, 2014 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zishe/9987821 to your computer and use it in GitHub Desktop.
Save zishe/9987821 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '>= 4.1.0.rc2'
gem 'mongoid', github: 'mongoid/mongoid'
gem 'moped', github: 'mongoid/moped'
gem 'jbuilder', '~> 2.0'
gem 'multi_json'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'spring', group: :development
gem 'puma'
group :development, :test do
gem 'rspec-rails', '>= 3.0.0.beta2'
gem 'rspec', '>= 3.0.0.beta2'
gem 'minitest' # fixing database_cleaner warning
gem 'factory_girl_rails'
gem 'webrat'
gem 'jazz_hands'
end
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'metric_fu', require: false
gem 'guard-rspec', require: false
gem 'guard-rails', require: false
gem 'guard-bundler', require: false
group :darwin do
gem 'terminal-notifier-guard'
gem 'rb-fsevent', require: false
gem 'rb-fchange', require: false
end
group :linux do
gem 'rb-inotify', require: false
gem 'libnotify', require: false
end
end
group :test do
gem 'database_cleaner'
gem 'ffaker'
gem 'forgery'
gem 'json_expressions'
gem 'shoulda-matchers'
gem 'mongoid-rspec', github: 'zishe/mongoid-rspec'
gem 'simplecov', require: false
end
GIT
remote: git://github.com/mongoid/mongoid.git
revision: 026e32109178eef2a50b31924f45eee2b7e05c82
specs:
mongoid (4.0.0.beta1)
activemodel (>= 4.0.0)
moped (~> 2.0.beta6)
origin (~> 2.1)
tzinfo (>= 0.3.37)
GIT
remote: git://github.com/mongoid/moped.git
revision: a44b4e1e0ee2bc00ad5a3fef937cdf1b15af072e
specs:
moped (2.0.0.rc1)
bson (~> 2.2)
connection_pool (~> 2.0)
optionable (~> 0.2.0)
GIT
remote: git://github.com/zishe/mongoid-rspec.git
revision: 1991ca1ee442e6dc114405499cb0f1c7d25543de
specs:
mongoid-rspec (1.11.0)
mongoid
rake
rspec
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.1.0.rc2)
actionpack (= 4.1.0.rc2)
actionview (= 4.1.0.rc2)
mail (~> 2.5.4)
actionpack (4.1.0.rc2)
actionview (= 4.1.0.rc2)
activesupport (= 4.1.0.rc2)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.0.rc2)
activesupport (= 4.1.0.rc2)
builder (~> 3.1)
erubis (~> 2.7.0)
activemodel (4.1.0.rc2)
activesupport (= 4.1.0.rc2)
builder (~> 3.1)
activerecord (4.1.0.rc2)
activemodel (= 4.1.0.rc2)
activesupport (= 4.1.0.rc2)
arel (~> 5.0.0)
activesupport (4.1.0.rc2)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
arel (5.0.0)
arrayfields (4.9.2)
atomic (1.1.16)
awesome_print (1.2.0)
better_errors (1.1.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bson (2.2.2)
builder (3.2.2)
cane (2.6.1)
parallel
celluloid (0.15.2)
timers (~> 1.1.0)
celluloid-io (0.15.0)
celluloid (>= 0.15.0)
nio4r (>= 0.5.0)
chronic (0.10.2)
churn (0.0.35)
chronic (>= 0.2.3)
hirb
json_pure
main
rest-client (>= 1.6.0)
ruby_parser (~> 3.0)
sexp_processor (~> 4.1)
code_analyzer (0.4.5)
sexp_processor
code_metrics (0.1.3)
coderay (1.1.0)
colored (1.2)
columnize (0.3.6)
connection_pool (2.0.0)
coolline (0.4.3)
database_cleaner (1.2.0)
debug_inspector (0.0.2)
debugger (1.6.6)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.2)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.2)
diff-lcs (1.2.5)
diffy (3.0.3)
docile (1.1.3)
erubis (2.7.0)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
railties (>= 3.0.0)
fattr (2.2.2)
ffaker (1.24.0)
ffi (1.9.3)
flay (2.4.0)
ruby_parser (~> 3.0)
sexp_processor (~> 4.0)
flog (4.2.0)
ruby_parser (~> 3.1, > 3.1.0)
sexp_processor (~> 4.4)
forgery (0.5.0)
formatador (0.2.4)
grit (2.5.0)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
posix-spawn (~> 0.3.6)
guard (2.6.0)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
guard-bundler (2.0.0)
bundler (~> 1.0)
guard (~> 2.2)
guard-rails (0.5.0)
guard (>= 2.0.0)
guard-rspec (4.2.8)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
hike (1.2.3)
hirb (0.7.1)
i18n (0.6.9)
jazz_hands (0.5.2)
awesome_print (~> 1.2)
coolline (>= 0.4.2)
hirb (~> 0.7.1)
pry (~> 0.9.12)
pry-debugger (~> 0.2.2)
pry-doc (~> 0.4.6)
pry-git (~> 0.2.3)
pry-rails (~> 0.3.2)
pry-remote (>= 0.1.7)
pry-stack_explorer (~> 0.4.9)
railties (>= 3.0, < 5.0)
jbuilder (2.0.5)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
json (1.8.1)
json_expressions (0.8.2)
json_pure (1.8.1)
libnotify (0.8.2)
ffi (>= 1.0.11)
listen (2.7.1)
celluloid (>= 0.15.2)
celluloid-io (>= 0.15.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.5)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
main (5.3.2)
arrayfields (>= 4.7.4)
chronic (>= 0.6.2)
fattr (>= 2.2.0)
map (>= 5.1.0)
pry (>= 0.9)
map (6.5.3)
method_source (0.8.2)
metric_fu (4.10.0)
cane (~> 2.5, >= 2.5.2)
churn (~> 0.0.35)
code_metrics (~> 0.1)
coderay
flay (~> 2.1, >= 2.0.1)
flog (~> 4.1, >= 4.1.1)
metric_fu-Saikuro (~> 1.1, >= 1.1.3)
multi_json
rails_best_practices (~> 1.14, >= 1.14.3)
redcard
reek (~> 1.3, >= 1.3.4)
roodi (~> 3.1)
metric_fu-Saikuro (1.1.3)
mime-types (1.25.1)
mini_portile (0.5.3)
minitest (5.3.2)
multi_json (1.9.2)
nio4r (1.0.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
optionable (0.2.0)
origin (2.1.1)
parallel (1.0.0)
polyglot (0.3.4)
posix-spawn (0.3.8)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
pry-debugger (0.2.2)
debugger (~> 1.3)
pry (~> 0.9.10)
pry-doc (0.4.6)
pry (>= 0.9)
yard (>= 0.8)
pry-git (0.2.3)
diffy
grit
pry (>= 0.9.8)
pry-rails (0.3.2)
pry (>= 0.9.10)
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
pry-stack_explorer (0.4.9.1)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
puma (2.8.1)
rack (>= 1.1, < 2.0)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.1.0.rc2)
actionmailer (= 4.1.0.rc2)
actionpack (= 4.1.0.rc2)
actionview (= 4.1.0.rc2)
activemodel (= 4.1.0.rc2)
activerecord (= 4.1.0.rc2)
activesupport (= 4.1.0.rc2)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.0.rc2)
sprockets-rails (~> 2.0.0)
rails_best_practices (1.15.2)
activesupport
awesome_print
code_analyzer (>= 0.4.3)
colored
erubis
i18n
require_all
ruby-progressbar
railties (4.1.0.rc2)
actionpack (= 4.1.0.rc2)
activesupport (= 4.1.0.rc2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.0.0)
rake (10.2.2)
rb-fchange (0.0.6)
ffi
rb-fsevent (0.9.4)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
rdoc (4.1.1)
json (~> 1.4)
redcard (1.1.0)
reek (1.3.7)
rainbow
ruby2ruby (~> 2.0.8)
ruby_parser (~> 3.3)
sexp_processor
require_all (1.3.2)
rest-client (1.6.7)
mime-types (>= 1.16)
roodi (3.3.1)
ruby_parser (~> 3.2, >= 3.2.2)
rspec (3.0.0.beta2)
rspec-core (= 3.0.0.beta2)
rspec-expectations (= 3.0.0.beta2)
rspec-mocks (= 3.0.0.beta2)
rspec-collection_matchers (0.0.3)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.0.0.beta2)
rspec-support (= 3.0.0.beta2)
rspec-expectations (3.0.0.beta2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (= 3.0.0.beta2)
rspec-mocks (3.0.0.beta2)
rspec-support (= 3.0.0.beta2)
rspec-rails (3.0.0.beta2)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-collection_matchers
rspec-core (= 3.0.0.beta2)
rspec-expectations (= 3.0.0.beta2)
rspec-mocks (= 3.0.0.beta2)
rspec-support (= 3.0.0.beta2)
rspec-support (3.0.0.beta2)
ruby-progressbar (1.4.2)
ruby2ruby (2.0.8)
ruby_parser (~> 3.1)
sexp_processor (~> 4.0)
ruby_parser (3.5.0)
sexp_processor (~> 4.1)
sdoc (0.4.0)
json (~> 1.8)
rdoc (~> 4.0, < 5.0)
sexp_processor (4.4.3)
shoulda-matchers (2.5.0)
activesupport (>= 3.0.0)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.5.0)
spring (1.1.2)
sprockets (2.12.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
terminal-notifier-guard (1.5.3)
thor (0.19.1)
thread_safe (0.3.1)
atomic (>= 1.1.7, < 2)
tilt (1.4.1)
timers (1.1.0)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (1.1.0)
thread_safe (~> 0.1)
webrat (0.7.3)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
yard (0.8.7.4)
PLATFORMS
ruby
DEPENDENCIES
better_errors
binding_of_caller
database_cleaner
factory_girl_rails
ffaker
forgery
guard-bundler
guard-rails
guard-rspec
jazz_hands
jbuilder (~> 2.0)
json_expressions
libnotify
metric_fu
minitest
mongoid!
mongoid-rspec!
moped!
multi_json
puma
rails (>= 4.1.0.rc2)
rb-fchange
rb-fsevent
rb-inotify
rspec (>= 3.0.0.beta2)
rspec-rails (>= 3.0.0.beta2)
sdoc (~> 0.4.0)
shoulda-matchers
simplecov
spring
terminal-notifier-guard
webrat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment