Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 5fde5a8

Browse files
committed
Initial check-in.
1 parent 20e9bc1 commit 5fde5a8

File tree

86 files changed

+29032
-0
lines changed

Some content is hidden

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

86 files changed

+29032
-0
lines changed

Diff for: Gemfile

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rails', '3.2.15'
4+
5+
# Bundle edge Rails instead:
6+
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7+
8+
9+
10+
# Gems used only for assets and not required
11+
# in production environments by default.
12+
group :assets do
13+
gem 'sass-rails', '~> 3.2.3'
14+
gem 'coffee-rails', '~> 3.2.1'
15+
16+
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
17+
# gem 'therubyracer', :platforms => :ruby
18+
19+
gem 'uglifier', '>= 1.0.3'
20+
end
21+
22+
gem 'jquery-rails'
23+
24+
gem 'rest-client'
25+
gem 'rest-client-multipart'
26+
27+
# To use ActiveModel has_secure_password
28+
# gem 'bcrypt-ruby', '~> 3.0.0'
29+
30+
# To use Jbuilder templates for JSON
31+
# gem 'jbuilder'
32+
33+
# Use unicorn as the app server
34+
# gem 'unicorn'
35+
36+
# Deploy with Capistrano
37+
# gem 'capistrano'
38+
39+
# To use debugger
40+
# gem 'debugger'

Diff for: Gemfile.lock

+114
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionmailer (3.2.15)
5+
actionpack (= 3.2.15)
6+
mail (~> 2.5.4)
7+
actionpack (3.2.15)
8+
activemodel (= 3.2.15)
9+
activesupport (= 3.2.15)
10+
builder (~> 3.0.0)
11+
erubis (~> 2.7.0)
12+
journey (~> 1.0.4)
13+
rack (~> 1.4.5)
14+
rack-cache (~> 1.2)
15+
rack-test (~> 0.6.1)
16+
sprockets (~> 2.2.1)
17+
activemodel (3.2.15)
18+
activesupport (= 3.2.15)
19+
builder (~> 3.0.0)
20+
activerecord (3.2.15)
21+
activemodel (= 3.2.15)
22+
activesupport (= 3.2.15)
23+
arel (~> 3.0.2)
24+
tzinfo (~> 0.3.29)
25+
activeresource (3.2.15)
26+
activemodel (= 3.2.15)
27+
activesupport (= 3.2.15)
28+
activesupport (3.2.15)
29+
i18n (~> 0.6, >= 0.6.4)
30+
multi_json (~> 1.0)
31+
arel (3.0.3)
32+
builder (3.0.4)
33+
coffee-rails (3.2.2)
34+
coffee-script (>= 2.2.0)
35+
railties (~> 3.2.0)
36+
coffee-script (2.2.0)
37+
coffee-script-source
38+
execjs
39+
coffee-script-source (1.7.0)
40+
erubis (2.7.0)
41+
execjs (2.0.2)
42+
hike (1.2.3)
43+
i18n (0.6.9)
44+
journey (1.0.4)
45+
jquery-rails (3.1.0)
46+
railties (>= 3.0, < 5.0)
47+
thor (>= 0.14, < 2.0)
48+
json (1.8.1)
49+
mail (2.5.4)
50+
mime-types (~> 1.16)
51+
treetop (~> 1.4.8)
52+
mime-types (1.25.1)
53+
multi_json (1.9.2)
54+
polyglot (0.3.4)
55+
rack (1.4.5)
56+
rack-cache (1.2)
57+
rack (>= 0.4)
58+
rack-ssl (1.3.4)
59+
rack
60+
rack-test (0.6.2)
61+
rack (>= 1.0)
62+
rails (3.2.15)
63+
actionmailer (= 3.2.15)
64+
actionpack (= 3.2.15)
65+
activerecord (= 3.2.15)
66+
activeresource (= 3.2.15)
67+
activesupport (= 3.2.15)
68+
bundler (~> 1.0)
69+
railties (= 3.2.15)
70+
railties (3.2.15)
71+
actionpack (= 3.2.15)
72+
activesupport (= 3.2.15)
73+
rack-ssl (~> 1.3.2)
74+
rake (>= 0.8.7)
75+
rdoc (~> 3.4)
76+
thor (>= 0.14.6, < 2.0)
77+
rake (10.2.2)
78+
rdoc (3.12.2)
79+
json (~> 1.4)
80+
rest-client (1.6.7)
81+
mime-types (>= 1.16)
82+
rest-client-multipart (1.1.0)
83+
mime-types (>= 1.16)
84+
sass (3.3.4)
85+
sass-rails (3.2.6)
86+
railties (~> 3.2.0)
87+
sass (>= 3.1.10)
88+
tilt (~> 1.3)
89+
sprockets (2.2.2)
90+
hike (~> 1.2)
91+
multi_json (~> 1.0)
92+
rack (~> 1.0)
93+
tilt (~> 1.1, != 1.3.0)
94+
thor (0.19.1)
95+
tilt (1.4.1)
96+
treetop (1.4.15)
97+
polyglot
98+
polyglot (>= 0.3.1)
99+
tzinfo (0.3.39)
100+
uglifier (2.5.0)
101+
execjs (>= 0.3.0)
102+
json (>= 1.8.0)
103+
104+
PLATFORMS
105+
ruby
106+
107+
DEPENDENCIES
108+
coffee-rails (~> 3.2.1)
109+
jquery-rails
110+
rails (= 3.2.15)
111+
rest-client
112+
rest-client-multipart
113+
sass-rails (~> 3.2.3)
114+
uglifier (>= 1.0.3)

Diff for: Logo.jpg

5.4 KB
Loading

0 commit comments

Comments
 (0)