Skip to content

Commit 9c4856b

Browse files
committed
Initial commit
0 parents  commit 9c4856b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1393
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
2+
#
3+
# If you find yourself ignoring temporary files generated by your text editor
4+
# or operating system, you probably want to add a global ignore instead:
5+
# git config --global core.excludesfile '~/.gitignore_global'
6+
7+
# Ignore bundler config.
8+
/.bundle
9+
10+
# Ignore the default SQLite database.
11+
/db/*.sqlite3
12+
/db/*.sqlite3-journal
13+
14+
# Ignore all logfiles and tempfiles.
15+
/log/*
16+
!/log/.keep
17+
/tmp

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby-2.2.4

Gemfile

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rails', '4.2.5.1'
4+
gem 'sqlite3'
5+
gem 'sass-rails', '~> 5.0'
6+
gem 'uglifier', '>= 1.3.0'
7+
gem 'coffee-rails', '~> 4.1.0'
8+
gem 'therubyracer', platforms: :ruby
9+
gem 'jquery-rails'
10+
gem 'jbuilder', '~> 2.0'
11+
gem 'sdoc', '~> 0.4.0', group: :doc
12+
gem 'puma'
13+
14+
gem 'haml-rails'
15+
gem 'pg'
16+
gem 'dotenv-rails'
17+
18+
gem 'grape'
19+
gem 'grape-route-helpers'
20+
gem 'grape-entity'
21+
gem 'hashie-forbidden_attributes'
22+
23+
gem 'http'
24+
gem 'addressable'
25+
gem 'nokogiri'
26+
gem 'ostatus2'
27+
gem 'goldfinger'
28+
29+
group :development, :test do
30+
gem 'byebug'
31+
gem 'rspec-rails'
32+
gem 'quiet_assets'
33+
gem 'nyan-cat-formatter'
34+
gem 'pry-rails'
35+
end
36+
37+
group :development do
38+
gem 'web-console', '~> 2.0'
39+
gem 'spring'
40+
gem 'rubocop', require: false
41+
end
42+
43+
group :production do
44+
gem 'rails_12factor'
45+
end

Gemfile.lock

+319
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,319 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionmailer (4.2.5.1)
5+
actionpack (= 4.2.5.1)
6+
actionview (= 4.2.5.1)
7+
activejob (= 4.2.5.1)
8+
mail (~> 2.5, >= 2.5.4)
9+
rails-dom-testing (~> 1.0, >= 1.0.5)
10+
actionpack (4.2.5.1)
11+
actionview (= 4.2.5.1)
12+
activesupport (= 4.2.5.1)
13+
rack (~> 1.6)
14+
rack-test (~> 0.6.2)
15+
rails-dom-testing (~> 1.0, >= 1.0.5)
16+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17+
actionview (4.2.5.1)
18+
activesupport (= 4.2.5.1)
19+
builder (~> 3.1)
20+
erubis (~> 2.7.0)
21+
rails-dom-testing (~> 1.0, >= 1.0.5)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
23+
activejob (4.2.5.1)
24+
activesupport (= 4.2.5.1)
25+
globalid (>= 0.3.0)
26+
activemodel (4.2.5.1)
27+
activesupport (= 4.2.5.1)
28+
builder (~> 3.1)
29+
activerecord (4.2.5.1)
30+
activemodel (= 4.2.5.1)
31+
activesupport (= 4.2.5.1)
32+
arel (~> 6.0)
33+
activesupport (4.2.5.1)
34+
i18n (~> 0.7)
35+
json (~> 1.7, >= 1.7.7)
36+
minitest (~> 5.1)
37+
thread_safe (~> 0.3, >= 0.3.4)
38+
tzinfo (~> 1.1)
39+
addressable (2.4.0)
40+
arel (6.0.3)
41+
ast (2.2.0)
42+
axiom-types (0.1.1)
43+
descendants_tracker (~> 0.0.4)
44+
ice_nine (~> 0.11.0)
45+
thread_safe (~> 0.3, >= 0.3.1)
46+
binding_of_caller (0.7.2)
47+
debug_inspector (>= 0.0.1)
48+
builder (3.2.2)
49+
byebug (8.2.2)
50+
coderay (1.1.1)
51+
coercible (1.0.0)
52+
descendants_tracker (~> 0.0.1)
53+
coffee-rails (4.1.1)
54+
coffee-script (>= 2.2.0)
55+
railties (>= 4.0.0, < 5.1.x)
56+
coffee-script (2.4.1)
57+
coffee-script-source
58+
execjs
59+
coffee-script-source (1.10.0)
60+
concurrent-ruby (1.0.0)
61+
debug_inspector (0.0.2)
62+
descendants_tracker (0.0.4)
63+
thread_safe (~> 0.3, >= 0.3.1)
64+
diff-lcs (1.2.5)
65+
domain_name (0.5.20160128)
66+
unf (>= 0.0.5, < 1.0.0)
67+
dotenv (2.1.0)
68+
dotenv-rails (2.1.0)
69+
dotenv (= 2.1.0)
70+
railties (>= 4.0, < 5.1)
71+
equalizer (0.0.11)
72+
erubis (2.7.0)
73+
execjs (2.6.0)
74+
globalid (0.3.6)
75+
activesupport (>= 4.1.0)
76+
goldfinger (1.0.1)
77+
addressable (~> 2.4)
78+
http (~> 1.0)
79+
nokogiri (~> 1.6)
80+
grape (0.14.0)
81+
activesupport
82+
builder
83+
hashie (>= 2.1.0)
84+
multi_json (>= 1.3.2)
85+
multi_xml (>= 0.5.2)
86+
rack (>= 1.3.0)
87+
rack-accept
88+
rack-mount
89+
virtus (>= 1.0.0)
90+
grape-entity (0.5.0)
91+
activesupport
92+
multi_json (>= 1.3.2)
93+
grape-route-helpers (1.2.1)
94+
activesupport
95+
grape
96+
rake
97+
haml (4.0.7)
98+
tilt
99+
haml-rails (0.9.0)
100+
actionpack (>= 4.0.1)
101+
activesupport (>= 4.0.1)
102+
haml (>= 4.0.6, < 5.0)
103+
html2haml (>= 1.0.1)
104+
railties (>= 4.0.1)
105+
hashie (3.4.3)
106+
hashie-forbidden_attributes (0.1.1)
107+
hashie (>= 3.0)
108+
html2haml (2.0.0)
109+
erubis (~> 2.7.0)
110+
haml (~> 4.0.0)
111+
nokogiri (~> 1.6.0)
112+
ruby_parser (~> 3.5)
113+
http (1.0.2)
114+
addressable (~> 2.3)
115+
http-cookie (~> 1.0)
116+
http-form_data (~> 1.0.1)
117+
http_parser.rb (~> 0.6.0)
118+
http-cookie (1.0.2)
119+
domain_name (~> 0.5)
120+
http-form_data (1.0.1)
121+
http_parser.rb (0.6.0)
122+
i18n (0.7.0)
123+
ice_nine (0.11.2)
124+
jbuilder (2.4.1)
125+
activesupport (>= 3.0.0, < 5.1)
126+
multi_json (~> 1.2)
127+
jquery-rails (4.1.0)
128+
rails-dom-testing (~> 1.0)
129+
railties (>= 4.2.0)
130+
thor (>= 0.14, < 2.0)
131+
json (1.8.3)
132+
libv8 (3.16.14.13)
133+
loofah (2.0.3)
134+
nokogiri (>= 1.5.9)
135+
mail (2.6.3)
136+
mime-types (>= 1.16, < 3)
137+
method_source (0.8.2)
138+
mime-types (2.99)
139+
mini_portile2 (2.0.0)
140+
minitest (5.8.4)
141+
multi_json (1.11.2)
142+
multi_xml (0.5.5)
143+
nokogiri (1.6.7.2)
144+
mini_portile2 (~> 2.0.0.rc2)
145+
nyan-cat-formatter (0.11)
146+
rspec (>= 2.99, >= 2.14.2, < 4)
147+
ostatus2 (0.1.1)
148+
addressable (~> 2.4)
149+
http (~> 1.0)
150+
nokogiri (~> 1.6)
151+
parser (2.3.0.6)
152+
ast (~> 2.2)
153+
pg (0.18.4)
154+
powerpack (0.1.1)
155+
pry (0.10.3)
156+
coderay (~> 1.1.0)
157+
method_source (~> 0.8.1)
158+
slop (~> 3.4)
159+
pry-rails (0.3.4)
160+
pry (>= 0.9.10)
161+
puma (2.16.0)
162+
quiet_assets (1.1.0)
163+
railties (>= 3.1, < 5.0)
164+
rack (1.6.4)
165+
rack-accept (0.4.5)
166+
rack (>= 0.4)
167+
rack-mount (0.8.3)
168+
rack (>= 1.0.0)
169+
rack-test (0.6.3)
170+
rack (>= 1.0)
171+
rails (4.2.5.1)
172+
actionmailer (= 4.2.5.1)
173+
actionpack (= 4.2.5.1)
174+
actionview (= 4.2.5.1)
175+
activejob (= 4.2.5.1)
176+
activemodel (= 4.2.5.1)
177+
activerecord (= 4.2.5.1)
178+
activesupport (= 4.2.5.1)
179+
bundler (>= 1.3.0, < 2.0)
180+
railties (= 4.2.5.1)
181+
sprockets-rails
182+
rails-deprecated_sanitizer (1.0.3)
183+
activesupport (>= 4.2.0.alpha)
184+
rails-dom-testing (1.0.7)
185+
activesupport (>= 4.2.0.beta, < 5.0)
186+
nokogiri (~> 1.6.0)
187+
rails-deprecated_sanitizer (>= 1.0.1)
188+
rails-html-sanitizer (1.0.3)
189+
loofah (~> 2.0)
190+
rails_12factor (0.0.3)
191+
rails_serve_static_assets
192+
rails_stdout_logging
193+
rails_serve_static_assets (0.0.5)
194+
rails_stdout_logging (0.0.4)
195+
railties (4.2.5.1)
196+
actionpack (= 4.2.5.1)
197+
activesupport (= 4.2.5.1)
198+
rake (>= 0.8.7)
199+
thor (>= 0.18.1, < 2.0)
200+
rainbow (2.1.0)
201+
rake (10.5.0)
202+
rdoc (4.2.2)
203+
json (~> 1.4)
204+
ref (2.0.0)
205+
rspec (3.4.0)
206+
rspec-core (~> 3.4.0)
207+
rspec-expectations (~> 3.4.0)
208+
rspec-mocks (~> 3.4.0)
209+
rspec-core (3.4.3)
210+
rspec-support (~> 3.4.0)
211+
rspec-expectations (3.4.0)
212+
diff-lcs (>= 1.2.0, < 2.0)
213+
rspec-support (~> 3.4.0)
214+
rspec-mocks (3.4.1)
215+
diff-lcs (>= 1.2.0, < 2.0)
216+
rspec-support (~> 3.4.0)
217+
rspec-rails (3.4.2)
218+
actionpack (>= 3.0, < 4.3)
219+
activesupport (>= 3.0, < 4.3)
220+
railties (>= 3.0, < 4.3)
221+
rspec-core (~> 3.4.0)
222+
rspec-expectations (~> 3.4.0)
223+
rspec-mocks (~> 3.4.0)
224+
rspec-support (~> 3.4.0)
225+
rspec-support (3.4.1)
226+
rubocop (0.37.2)
227+
parser (>= 2.3.0.4, < 3.0)
228+
powerpack (~> 0.1)
229+
rainbow (>= 1.99.1, < 3.0)
230+
ruby-progressbar (~> 1.7)
231+
unicode-display_width (~> 0.3)
232+
ruby-progressbar (1.7.5)
233+
ruby_parser (3.8.1)
234+
sexp_processor (~> 4.1)
235+
sass (3.4.21)
236+
sass-rails (5.0.4)
237+
railties (>= 4.0.0, < 5.0)
238+
sass (~> 3.1)
239+
sprockets (>= 2.8, < 4.0)
240+
sprockets-rails (>= 2.0, < 4.0)
241+
tilt (>= 1.1, < 3)
242+
sdoc (0.4.1)
243+
json (~> 1.7, >= 1.7.7)
244+
rdoc (~> 4.0)
245+
sexp_processor (4.7.0)
246+
slop (3.6.0)
247+
spring (1.6.3)
248+
sprockets (3.5.2)
249+
concurrent-ruby (~> 1.0)
250+
rack (> 1, < 3)
251+
sprockets-rails (3.0.1)
252+
actionpack (>= 4.0)
253+
activesupport (>= 4.0)
254+
sprockets (>= 3.0.0)
255+
sqlite3 (1.3.11)
256+
therubyracer (0.12.2)
257+
libv8 (~> 3.16.14.0)
258+
ref
259+
thor (0.19.1)
260+
thread_safe (0.3.5)
261+
tilt (2.0.2)
262+
tzinfo (1.2.2)
263+
thread_safe (~> 0.1)
264+
uglifier (2.7.2)
265+
execjs (>= 0.3.0)
266+
json (>= 1.8.0)
267+
unf (0.1.4)
268+
unf_ext
269+
unf_ext (0.0.7.2)
270+
unicode-display_width (0.3.1)
271+
virtus (1.0.5)
272+
axiom-types (~> 0.1)
273+
coercible (~> 1.0)
274+
descendants_tracker (~> 0.0, >= 0.0.3)
275+
equalizer (~> 0.0, >= 0.0.9)
276+
web-console (2.3.0)
277+
activemodel (>= 4.0)
278+
binding_of_caller (>= 0.7.2)
279+
railties (>= 4.0)
280+
sprockets-rails (>= 2.0, < 4.0)
281+
282+
PLATFORMS
283+
ruby
284+
285+
DEPENDENCIES
286+
addressable
287+
byebug
288+
coffee-rails (~> 4.1.0)
289+
dotenv-rails
290+
goldfinger
291+
grape
292+
grape-entity
293+
grape-route-helpers
294+
haml-rails
295+
hashie-forbidden_attributes
296+
http
297+
jbuilder (~> 2.0)
298+
jquery-rails
299+
nokogiri
300+
nyan-cat-formatter
301+
ostatus2
302+
pg
303+
pry-rails
304+
puma
305+
quiet_assets
306+
rails (= 4.2.5.1)
307+
rails_12factor
308+
rspec-rails
309+
rubocop
310+
sass-rails (~> 5.0)
311+
sdoc (~> 0.4.0)
312+
spring
313+
sqlite3
314+
therubyracer
315+
uglifier (>= 1.3.0)
316+
web-console (~> 2.0)
317+
318+
BUNDLED WITH
319+
1.11.2

0 commit comments

Comments
 (0)