File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ gem 'rails', '3.2.3'
55group :development , :test do
66 gem 'sqlite3' , '1.3.5'
77 gem 'rspec-rails' , '2.10.0'
8+ gem 'tddium'
89end
910
1011# Gems used only for assets and not required
2324
2425group :production do
2526 gem 'pg' , '0.12.2'
26- end
27+ end
Original file line number Diff line number Diff line change 5252 execjs (1.4.0 )
5353 multi_json (~> 1.0 )
5454 ffi (1.0.11 )
55+ highline (1.6.1 )
5556 hike (1.2.1 )
57+ httparty (0.8.1 )
58+ multi_json
59+ multi_xml
5660 i18n (0.6.0 )
5761 journey (1.0.3 )
5862 jquery-rails (2.0.0 )
5963 railties (>= 3.2.0.beta , < 5.0 )
6064 thor (~> 0.14 )
6165 json (1.7.3 )
66+ launchy (2.0.5 )
67+ addressable (~> 2.2.6 )
6268 libwebsocket (0.1.3 )
6369 addressable
6470 mail (2.4.4 )
6773 treetop (~> 1.4.8 )
6874 mime-types (1.18 )
6975 multi_json (1.3.6 )
76+ multi_xml (0.4.1 )
7077 nokogiri (1.5.2 )
7178 pg (0.12.2 )
7279 polyglot (0.3.3 )
125132 rack (~> 1.0 )
126133 tilt (~> 1.1 , != 1.3.0 )
127134 sqlite3 (1.3.5 )
135+ tddium (1.4.7 )
136+ highline
137+ json
138+ launchy
139+ tddium_client (~> 0.2.0 )
140+ thor
141+ tddium_client (0.2.0 )
142+ httparty (>= 0.8.1 )
143+ json
128144 thor (0.14.6 )
129145 tilt (1.3.3 )
130146 treetop (1.4.10 )
@@ -149,4 +165,5 @@ DEPENDENCIES
149165 rspec-rails (= 2.10.0 )
150166 sass-rails (= 3.2.4 )
151167 sqlite3 (= 1.3.5 )
168+ tddium
152169 uglifier (= 1.2.3 )
You can’t perform that action at this time.
0 commit comments