Skip to content

Commit f99a648

Browse files
committed
Add tddium gem.
1 parent e3941d9 commit f99a648

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gem 'rails', '3.2.3'
55
group :development, :test do
66
gem 'sqlite3', '1.3.5'
77
gem 'rspec-rails', '2.10.0'
8+
gem 'tddium'
89
end
910

1011
# Gems used only for assets and not required
@@ -23,4 +24,4 @@ end
2324

2425
group :production do
2526
gem 'pg', '0.12.2'
26-
end
27+
end

Gemfile.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,19 @@ GEM
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)
@@ -67,6 +73,7 @@ GEM
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)
@@ -125,6 +132,15 @@ GEM
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)

0 commit comments

Comments
 (0)