File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,20 +7,23 @@ source "http://rubygems.org"
77
88#see more at http://gembundler.com/
99
10- gem "sinatra"
11- gem "haml"
12- gem "rspec"
13- gem "cucumber"
14- gem "webrat"
15- gem "mongo_mapper"
16- gem "cucumber-sinatra"
17- gem "capybara"
18- gem "factory_girl"
19- gem "database_cleaner"
20- gem "rack-flash"
21- gem "rdiscount"
22- gem "autotest"
23- gem "i18n"
10+ gem "sinatra" , "~>1.0"
11+ gem "haml" , "~>3.0.18"
12+ gem "mongo_mapper" , "~>0.8.4"
13+ gem "rack-flash" , "~>0.1.1"
14+ gem "rdiscount" , "~>1.6.5"
15+ gem "i18n" , "~>0.4.1"
16+ gem "actionmailer" , "~>3.0.0"
17+ gem "bson_ext" , "~>1.1"
2418
25- gem "bson_ext"
26- gem "launchy"
19+ group :test do
20+ gem "launchy" , "~>0.3.7"
21+ gem "autotest" , "~>4.3.2"
22+ gem "cucumber-sinatra" , "~>0.2.3"
23+ gem "capybara" , "~>0.3.9"
24+ gem "factory_girl" , "~>1.3.2"
25+ gem "database_cleaner" , "~>0.6.0"
26+ gem "rspec" , "~>1.3.0"
27+ gem "cucumber" , "~>0.9.0"
28+ gem "webrat" , "~>0.7.1"
29+ end
Original file line number Diff line number Diff line change 11GEM
22 remote: http://rubygems.org/
33 specs:
4- activesupport (3.0.0 )
5- autotest (4.4.1 )
6- bson (1.1 )
7- bson_ext (1.1 )
4+ abstract (1.0.0 )
5+ actionmailer (3.0.1 )
6+ actionpack (= 3.0.1 )
7+ mail (~> 2.2.5 )
8+ actionpack (3.0.1 )
9+ activemodel (= 3.0.1 )
10+ activesupport (= 3.0.1 )
11+ builder (~> 2.1.2 )
12+ erubis (~> 2.6.6 )
13+ i18n (~> 0.4.1 )
14+ rack (~> 1.2.1 )
15+ rack-mount (~> 0.6.12 )
16+ rack-test (~> 0.5.4 )
17+ tzinfo (~> 0.3.23 )
18+ activemodel (3.0.1 )
19+ activesupport (= 3.0.1 )
20+ builder (~> 2.1.2 )
21+ i18n (~> 0.4.1 )
22+ activesupport (3.0.1 )
23+ autotest (4.3.2 )
24+ bson (1.1.1 )
25+ bson_ext (1.1.1 )
826 builder (2.1.2 )
927 capybara (0.3.9 )
1028 culerity (>= 0.2.4 )
1331 rack (>= 1.0.0 )
1432 rack-test (>= 0.5.4 )
1533 selenium-webdriver (>= 0.0.3 )
16- childprocess (0.0.7 )
34+ childprocess (0.1.3 )
1735 ffi (~> 0.6.3 )
1836 configuration (1.1.0 )
19- cucumber (0.9.2 )
37+ cucumber (0.9.3 )
2038 builder (~> 2.1.2 )
2139 diff-lcs (~> 1.1.2 )
22- gherkin (~> 2.2.5 )
40+ gherkin (~> 2.2.9 )
2341 json (~> 1.4.6 )
2442 term-ansicolor (~> 1.0.5 )
2543 cucumber-sinatra (0.2.4 )
2644 templater (>= 1.0.0 )
2745 culerity (0.2.12 )
28- database_cleaner (0.5.2 )
46+ database_cleaner (0.6.0 )
2947 diff-lcs (1.1.2 )
48+ erubis (2.6.6 )
49+ abstract (>= 1.0.0 )
3050 extlib (0.9.15 )
3151 factory_girl (1.3.2 )
3252 ffi (0.6.3 )
3353 rake (>= 0.8.7 )
34- gherkin (2.2.8 )
54+ gherkin (2.2.9 )
3555 json (~> 1.4.6 )
3656 term-ansicolor (~> 1.0.5 )
37- haml (3.0.21 )
57+ haml (3.0.22 )
3858 highline (1.6.1 )
39- i18n (0.4.1 )
59+ i18n (0.4.2 )
4060 jnunemaker-validatable (1.8.4 )
4161 activesupport (>= 2.3.4 )
4262 json (1.4.6 )
4363 json_pure (1.4.6 )
4464 launchy (0.3.7 )
4565 configuration (>= 0.0.5 )
4666 rake (>= 0.8.1 )
67+ mail (2.2.9 )
68+ activesupport (>= 2.3.6 )
69+ i18n (~> 0.4.1 )
70+ mime-types (~> 1.16 )
71+ treetop (~> 1.4.8 )
4772 mime-types (1.16 )
48- mongo (1.0.9 )
49- bson (>= 1.0.5 )
50- mongo_mapper (0.8.4 )
73+ mongo (1.1.1 )
74+ bson (>= 1.1.1 )
75+ mongo_mapper (0.8.6 )
5176 activesupport (>= 2.3.4 )
5277 jnunemaker-validatable (~> 1.8.4 )
53- plucky (~> 0.3.5 )
78+ plucky (~> 0.3.6 )
5479 nokogiri (1.4.3.1 )
55- plucky (0.3.5 )
56- mongo (~> 1.0.8 )
80+ plucky (0.3.6 )
81+ mongo (~> 1.1 )
82+ polyglot (0.3.1 )
5783 rack (1.2.1 )
5884 rack-flash (0.1.1 )
5985 rack
86+ rack-mount (0.6.13 )
87+ rack (>= 1.0.0 )
6088 rack-test (0.5.6 )
6189 rack (>= 1.0 )
6290 rake (0.8.7 )
6391 rdiscount (1.6.5 )
64- rspec (2.0.0 )
65- rspec-core (= 2.0.0 )
66- rspec-expectations (= 2.0.0 )
67- rspec-mocks (= 2.0.0 )
68- rspec-core (2.0.0 )
69- rspec-expectations (2.0.0 )
70- diff-lcs (>= 1.1.2 )
71- rspec-mocks (2.0.0 )
72- rspec-core (= 2.0.0 )
73- rspec-expectations (= 2.0.0 )
92+ rspec (1.3.1 )
7493 rubyzip (0.9.4 )
7594 selenium-webdriver (0.0.29 )
7695 childprocess (>= 0.0.7 )
7796 ffi (~> 0.6.3 )
7897 json_pure
7998 rubyzip
80- sinatra (1.0 )
81- rack (>= 1.0 )
99+ sinatra (1.1.0 )
100+ rack (~> 1.1 )
101+ tilt (~> 1.1 )
82102 templater (1.0.0 )
83103 diff-lcs (>= 1.1.2 )
84104 extlib (>= 0.9.5 )
85105 highline (>= 1.4.0 )
86106 term-ansicolor (1.0.5 )
87- webrat (0.7.1 )
107+ tilt (1.1 )
108+ treetop (1.4.8 )
109+ polyglot (>= 0.3.1 )
110+ tzinfo (0.3.23 )
111+ webrat (0.7.2 )
88112 nokogiri (>= 1.2.0 )
89113 rack (>= 1.0 )
90114 rack-test (>= 0.5.3 )
@@ -93,19 +117,20 @@ PLATFORMS
93117 ruby
94118
95119DEPENDENCIES
96- autotest
97- bson_ext
98- capybara
99- cucumber
100- cucumber-sinatra
101- database_cleaner
102- factory_girl
103- haml
104- i18n
105- launchy
106- mongo_mapper
107- rack-flash
108- rdiscount
109- rspec
110- sinatra
111- webrat
120+ actionmailer (~> 3.0.0 )
121+ autotest (~> 4.3.2 )
122+ bson_ext (~> 1.1 )
123+ capybara (~> 0.3.9 )
124+ cucumber (~> 0.9.0 )
125+ cucumber-sinatra (~> 0.2.3 )
126+ database_cleaner (~> 0.6.0 )
127+ factory_girl (~> 1.3.2 )
128+ haml (~> 3.0.18 )
129+ i18n (~> 0.4.1 )
130+ launchy (~> 0.3.7 )
131+ mongo_mapper (~> 0.8.4 )
132+ rack-flash (~> 0.1.1 )
133+ rdiscount (~> 1.6.5 )
134+ rspec (~> 1.3.0 )
135+ sinatra (~> 1.0 )
136+ webrat (~> 0.7.1 )
You can’t perform that action at this time.
0 commit comments