-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
39 lines (28 loc) · 870 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
source "https://rubygems.org"
gem "rake"
# ProMotion
# gem "ProMotion", "~> 2.0"
gem "ProMotion"
# gem "ProMotion-push", "~> 0.2" # Push Notifications
# gem "ProMotion-map", "~> 0.3" # PM::MapScreen
# Awesome gem that adds a ton of helpers.
gem "sugarcube", require: [ "sugarcube-common" ]
# Layout and styling gem
# gem "motion-kit", "~> 0.10"
gem "motion-kit"
# Front end toolkit
# gem "ruby_motion_query", "~> 0.6"
# CoreData
# gem "cdq", "~> 0.1"
# Networking
# gem "afmotion", "~> 2.1"
# Screenshot acceptance comparison tool
# gem "motion-juxtapose", "~> 0.1"
# Awesome Print
# gem "awesome_print_motion", "~> 0.1"
gem "motion_print"
gem "motion_record"
gem "motion-sqlite3"
# Requires the most recent unpublished version of motion.h
# https://github.com/kastiglione/motion.h/issues/11
gem "motion.h", :git => "https://github.com/kastiglione/motion.h"