Skip to content

Commit adf25b7

Browse files
committed
initial commit
0 parents  commit adf25b7

Some content is hidden

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

63 files changed

+1327
-0
lines changed

Diff for: .gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# See http://help.github.com/ignore-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+
13+
# Ignore all logfiles and tempfiles.
14+
/log/*.log
15+
/tmp
16+
.idea

Diff for: .rspec

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--colour

Diff for: .rvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rvm ruby-1.9.3-p125@whiteboard

Diff for: Gemfile

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rails', '3.2.3'
4+
5+
# Bundle edge Rails instead:
6+
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7+
8+
gem 'sqlite3'
9+
10+
group :test, :development do
11+
gem 'rspec-rails'
12+
gem 'shoulda-matchers'
13+
gem 'factory_girl_rails'
14+
gem 'capybara'
15+
gem 'launchy'
16+
end
17+
# Gems used only for assets and not required
18+
# in production environments by default.
19+
group :assets do
20+
gem 'sass-rails', '~> 3.2.3'
21+
gem 'coffee-rails', '~> 3.2.1'
22+
23+
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
24+
# gem 'therubyracer', :platform => :ruby
25+
26+
gem 'uglifier', '>= 1.0.3'
27+
end
28+
29+
gem 'jquery-rails'
30+

Diff for: Gemfile.lock

+162
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionmailer (3.2.3)
5+
actionpack (= 3.2.3)
6+
mail (~> 2.4.4)
7+
actionpack (3.2.3)
8+
activemodel (= 3.2.3)
9+
activesupport (= 3.2.3)
10+
builder (~> 3.0.0)
11+
erubis (~> 2.7.0)
12+
journey (~> 1.0.1)
13+
rack (~> 1.4.0)
14+
rack-cache (~> 1.2)
15+
rack-test (~> 0.6.1)
16+
sprockets (~> 2.1.2)
17+
activemodel (3.2.3)
18+
activesupport (= 3.2.3)
19+
builder (~> 3.0.0)
20+
activerecord (3.2.3)
21+
activemodel (= 3.2.3)
22+
activesupport (= 3.2.3)
23+
arel (~> 3.0.2)
24+
tzinfo (~> 0.3.29)
25+
activeresource (3.2.3)
26+
activemodel (= 3.2.3)
27+
activesupport (= 3.2.3)
28+
activesupport (3.2.3)
29+
i18n (~> 0.6)
30+
multi_json (~> 1.0)
31+
addressable (2.2.8)
32+
arel (3.0.2)
33+
builder (3.0.0)
34+
capybara (1.1.2)
35+
mime-types (>= 1.16)
36+
nokogiri (>= 1.3.3)
37+
rack (>= 1.0.0)
38+
rack-test (>= 0.5.4)
39+
selenium-webdriver (~> 2.0)
40+
xpath (~> 0.1.4)
41+
childprocess (0.3.2)
42+
ffi (~> 1.0.6)
43+
coffee-rails (3.2.2)
44+
coffee-script (>= 2.2.0)
45+
railties (~> 3.2.0)
46+
coffee-script (2.2.0)
47+
coffee-script-source
48+
execjs
49+
coffee-script-source (1.3.3)
50+
diff-lcs (1.1.3)
51+
erubis (2.7.0)
52+
execjs (1.4.0)
53+
multi_json (~> 1.0)
54+
factory_girl (3.3.0)
55+
activesupport (>= 3.0.0)
56+
factory_girl_rails (3.3.0)
57+
factory_girl (~> 3.3.0)
58+
railties (>= 3.0.0)
59+
ffi (1.0.11)
60+
hike (1.2.1)
61+
i18n (0.6.0)
62+
journey (1.0.3)
63+
jquery-rails (2.0.2)
64+
railties (>= 3.2.0, < 5.0)
65+
thor (~> 0.14)
66+
json (1.7.3)
67+
launchy (2.1.0)
68+
addressable (~> 2.2.6)
69+
libwebsocket (0.1.3)
70+
addressable
71+
mail (2.4.4)
72+
i18n (>= 0.4.0)
73+
mime-types (~> 1.16)
74+
treetop (~> 1.4.8)
75+
mime-types (1.18)
76+
multi_json (1.3.5)
77+
nokogiri (1.5.2)
78+
polyglot (0.3.3)
79+
rack (1.4.1)
80+
rack-cache (1.2)
81+
rack (>= 0.4)
82+
rack-ssl (1.3.2)
83+
rack
84+
rack-test (0.6.1)
85+
rack (>= 1.0)
86+
rails (3.2.3)
87+
actionmailer (= 3.2.3)
88+
actionpack (= 3.2.3)
89+
activerecord (= 3.2.3)
90+
activeresource (= 3.2.3)
91+
activesupport (= 3.2.3)
92+
bundler (~> 1.0)
93+
railties (= 3.2.3)
94+
railties (3.2.3)
95+
actionpack (= 3.2.3)
96+
activesupport (= 3.2.3)
97+
rack-ssl (~> 1.3.2)
98+
rake (>= 0.8.7)
99+
rdoc (~> 3.4)
100+
thor (~> 0.14.6)
101+
rake (0.9.2.2)
102+
rdoc (3.12)
103+
json (~> 1.4)
104+
rspec (2.10.0)
105+
rspec-core (~> 2.10.0)
106+
rspec-expectations (~> 2.10.0)
107+
rspec-mocks (~> 2.10.0)
108+
rspec-core (2.10.1)
109+
rspec-expectations (2.10.0)
110+
diff-lcs (~> 1.1.3)
111+
rspec-mocks (2.10.1)
112+
rspec-rails (2.10.1)
113+
actionpack (>= 3.0)
114+
activesupport (>= 3.0)
115+
railties (>= 3.0)
116+
rspec (~> 2.10.0)
117+
rubyzip (0.9.8)
118+
sass (3.1.19)
119+
sass-rails (3.2.5)
120+
railties (~> 3.2.0)
121+
sass (>= 3.1.10)
122+
tilt (~> 1.3)
123+
selenium-webdriver (2.21.2)
124+
childprocess (>= 0.2.5)
125+
ffi (~> 1.0)
126+
libwebsocket (~> 0.1.3)
127+
multi_json (~> 1.0)
128+
rubyzip
129+
shoulda-matchers (1.1.0)
130+
activesupport (>= 3.0.0)
131+
sprockets (2.1.3)
132+
hike (~> 1.2)
133+
rack (~> 1.0)
134+
tilt (~> 1.1, != 1.3.0)
135+
sqlite3 (1.3.6)
136+
thor (0.14.6)
137+
tilt (1.3.3)
138+
treetop (1.4.10)
139+
polyglot
140+
polyglot (>= 0.3.1)
141+
tzinfo (0.3.33)
142+
uglifier (1.2.4)
143+
execjs (>= 0.3.0)
144+
multi_json (>= 1.0.2)
145+
xpath (0.1.4)
146+
nokogiri (~> 1.3)
147+
148+
PLATFORMS
149+
ruby
150+
151+
DEPENDENCIES
152+
capybara
153+
coffee-rails (~> 3.2.1)
154+
factory_girl_rails
155+
jquery-rails
156+
launchy
157+
rails (= 3.2.3)
158+
rspec-rails
159+
sass-rails (~> 3.2.3)
160+
shoulda-matchers
161+
sqlite3
162+
uglifier (>= 1.0.3)

0 commit comments

Comments
 (0)