axlsx_rails 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +38 -13
- data/Gemfile +6 -6
- data/Gemfile.lock +121 -125
- data/Gemfile.lock.3.1 +112 -116
- data/Gemfile.lock.3.2 +119 -123
- data/Gemfile.lock.3.2.14 +206 -0
- data/Gemfile.lock.4.0 +205 -0
- data/Gemfile.lock.orig +85 -84
- data/Guardfile +1 -0
- data/README.md +81 -16
- data/lib/axlsx_rails/action_controller.rb +5 -1
- data/lib/axlsx_rails/version.rb +1 -1
- data/spec/axlsx_builder_spec.rb +2 -2
- data/spec/axlsx_mailer_spec.rb +15 -0
- data/spec/axlsx_request_spec.rb +33 -9
- data/spec/ci.sh +1 -1
- data/spec/dummy/app/controllers/home_controller.rb +5 -2
- data/spec/dummy/app/controllers/users_controller.rb +15 -0
- data/spec/dummy/app/mailers/notifier.rb +26 -0
- data/spec/dummy/app/models/user.rb +4 -0
- data/spec/dummy/app/views/notifier/instructions.html.erb +14 -0
- data/spec/dummy/app/views/users/mailers/instructions.xlsx.axlsx +5 -0
- data/spec/dummy/app/views/users/respond_with.xlsx.axlsx +8 -0
- data/spec/dummy/config/environments/development.rb +2 -0
- data/spec/dummy/config/environments/production.rb +2 -0
- data/spec/dummy/config/environments/test.rb +4 -1
- data/spec/dummy/config/initializers/secret_token.rb +1 -0
- data/spec/dummy/config/routes.rb +2 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +49 -0
- data/spec/dummy/log/test.log +26205 -0
- data/spec/spec_helper.rb +4 -1
- data/spec/test_3.1.sh +1 -1
- data/spec/test_3.2.sh +1 -1
- data/spec/test_4.0.sh +1 -1
- metadata +73 -63
data/Gemfile.lock.4.0
ADDED
@@ -0,0 +1,205 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
axlsx_rails (0.1.4)
|
5
|
+
axlsx
|
6
|
+
rails (>= 3.1)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: http://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actionmailer (4.0.0)
|
12
|
+
actionpack (= 4.0.0)
|
13
|
+
mail (~> 2.5.3)
|
14
|
+
actionpack (4.0.0)
|
15
|
+
activesupport (= 4.0.0)
|
16
|
+
builder (~> 3.1.0)
|
17
|
+
erubis (~> 2.7.0)
|
18
|
+
rack (~> 1.5.2)
|
19
|
+
rack-test (~> 0.6.2)
|
20
|
+
activemodel (4.0.0)
|
21
|
+
activesupport (= 4.0.0)
|
22
|
+
builder (~> 3.1.0)
|
23
|
+
activerecord (4.0.0)
|
24
|
+
activemodel (= 4.0.0)
|
25
|
+
activerecord-deprecated_finders (~> 1.0.2)
|
26
|
+
activesupport (= 4.0.0)
|
27
|
+
arel (~> 4.0.0)
|
28
|
+
activerecord-deprecated_finders (1.0.3)
|
29
|
+
activesupport (4.0.0)
|
30
|
+
i18n (~> 0.6, >= 0.6.4)
|
31
|
+
minitest (~> 4.2)
|
32
|
+
multi_json (~> 1.3)
|
33
|
+
thread_safe (~> 0.1)
|
34
|
+
tzinfo (~> 0.3.37)
|
35
|
+
acts_as_xlsx (1.0.6)
|
36
|
+
activerecord (>= 2.3.9)
|
37
|
+
axlsx (>= 1.0.13)
|
38
|
+
i18n (>= 0.4.1)
|
39
|
+
arel (4.0.0)
|
40
|
+
atomic (1.1.14)
|
41
|
+
axlsx (2.0.1)
|
42
|
+
htmlentities (~> 4.3.1)
|
43
|
+
nokogiri (>= 1.4.1)
|
44
|
+
rubyzip (~> 1.0.0)
|
45
|
+
builder (3.1.4)
|
46
|
+
capybara (2.1.0)
|
47
|
+
mime-types (>= 1.16)
|
48
|
+
nokogiri (>= 1.3.3)
|
49
|
+
rack (>= 1.0.0)
|
50
|
+
rack-test (>= 0.5.4)
|
51
|
+
xpath (~> 2.0)
|
52
|
+
coderay (1.0.9)
|
53
|
+
coveralls (0.7.0)
|
54
|
+
multi_json (~> 1.3)
|
55
|
+
rest-client
|
56
|
+
simplecov (>= 0.7)
|
57
|
+
term-ansicolor
|
58
|
+
thor
|
59
|
+
daemons (1.1.9)
|
60
|
+
diff-lcs (1.2.4)
|
61
|
+
erubis (2.7.0)
|
62
|
+
eventmachine (1.0.3)
|
63
|
+
ffi (1.9.0)
|
64
|
+
formatador (0.2.4)
|
65
|
+
growl (1.0.3)
|
66
|
+
guard (1.8.3)
|
67
|
+
formatador (>= 0.2.4)
|
68
|
+
listen (~> 1.3)
|
69
|
+
lumberjack (>= 1.0.2)
|
70
|
+
pry (>= 0.9.10)
|
71
|
+
thor (>= 0.14.6)
|
72
|
+
guard-rspec (3.1.0)
|
73
|
+
guard (>= 1.8)
|
74
|
+
rspec (~> 2.13)
|
75
|
+
hike (1.2.3)
|
76
|
+
htmlentities (4.3.1)
|
77
|
+
i18n (0.6.5)
|
78
|
+
jquery-rails (3.0.4)
|
79
|
+
railties (>= 3.0, < 5.0)
|
80
|
+
thor (>= 0.14, < 2.0)
|
81
|
+
listen (1.3.1)
|
82
|
+
rb-fsevent (>= 0.9.3)
|
83
|
+
rb-inotify (>= 0.9)
|
84
|
+
rb-kqueue (>= 0.2)
|
85
|
+
lumberjack (1.0.4)
|
86
|
+
mail (2.5.4)
|
87
|
+
mime-types (~> 1.16)
|
88
|
+
treetop (~> 1.4.8)
|
89
|
+
method_source (0.8.2)
|
90
|
+
mime-types (1.25)
|
91
|
+
mini_portile (0.5.1)
|
92
|
+
minitest (4.7.5)
|
93
|
+
multi_json (1.8.0)
|
94
|
+
nokogiri (1.6.0)
|
95
|
+
mini_portile (~> 0.5.0)
|
96
|
+
polyglot (0.3.3)
|
97
|
+
protected_attributes (1.0.3)
|
98
|
+
activemodel (>= 4.0.0, < 5.0)
|
99
|
+
pry (0.9.12.2)
|
100
|
+
coderay (~> 1.0.5)
|
101
|
+
method_source (~> 0.8)
|
102
|
+
slop (~> 3.4)
|
103
|
+
rack (1.5.2)
|
104
|
+
rack-test (0.6.2)
|
105
|
+
rack (>= 1.0)
|
106
|
+
rails (4.0.0)
|
107
|
+
actionmailer (= 4.0.0)
|
108
|
+
actionpack (= 4.0.0)
|
109
|
+
activerecord (= 4.0.0)
|
110
|
+
activesupport (= 4.0.0)
|
111
|
+
bundler (>= 1.3.0, < 2.0)
|
112
|
+
railties (= 4.0.0)
|
113
|
+
sprockets-rails (~> 2.0.0)
|
114
|
+
railties (4.0.0)
|
115
|
+
actionpack (= 4.0.0)
|
116
|
+
activesupport (= 4.0.0)
|
117
|
+
rake (>= 0.8.7)
|
118
|
+
thor (>= 0.18.1, < 2.0)
|
119
|
+
rake (10.1.0)
|
120
|
+
rb-fsevent (0.9.3)
|
121
|
+
rb-inotify (0.9.2)
|
122
|
+
ffi (>= 0.5.0)
|
123
|
+
rb-kqueue (0.2.0)
|
124
|
+
ffi (>= 0.5.0)
|
125
|
+
rest-client (1.6.7)
|
126
|
+
mime-types (>= 1.16)
|
127
|
+
roo (1.12.2)
|
128
|
+
nokogiri
|
129
|
+
rubyzip
|
130
|
+
spreadsheet (> 0.6.4)
|
131
|
+
rspec (2.14.1)
|
132
|
+
rspec-core (~> 2.14.0)
|
133
|
+
rspec-expectations (~> 2.14.0)
|
134
|
+
rspec-mocks (~> 2.14.0)
|
135
|
+
rspec-core (2.14.5)
|
136
|
+
rspec-expectations (2.14.3)
|
137
|
+
diff-lcs (>= 1.1.3, < 2.0)
|
138
|
+
rspec-mocks (2.14.3)
|
139
|
+
rspec-rails (2.14.0)
|
140
|
+
actionpack (>= 3.0)
|
141
|
+
activesupport (>= 3.0)
|
142
|
+
railties (>= 3.0)
|
143
|
+
rspec-core (~> 2.14.0)
|
144
|
+
rspec-expectations (~> 2.14.0)
|
145
|
+
rspec-mocks (~> 2.14.0)
|
146
|
+
ruby-ole (1.2.11.7)
|
147
|
+
rubyzip (1.0.0)
|
148
|
+
simplecov (0.7.1)
|
149
|
+
multi_json (~> 1.0)
|
150
|
+
simplecov-html (~> 0.7.1)
|
151
|
+
simplecov-html (0.7.1)
|
152
|
+
slop (3.4.6)
|
153
|
+
spreadsheet (0.9.0)
|
154
|
+
ruby-ole (>= 1.0)
|
155
|
+
sprockets (2.10.0)
|
156
|
+
hike (~> 1.2)
|
157
|
+
multi_json (~> 1.0)
|
158
|
+
rack (~> 1.0)
|
159
|
+
tilt (~> 1.1, != 1.3.0)
|
160
|
+
sprockets-rails (2.0.0)
|
161
|
+
actionpack (>= 3.0)
|
162
|
+
activesupport (>= 3.0)
|
163
|
+
sprockets (~> 2.8)
|
164
|
+
sqlite3 (1.3.8)
|
165
|
+
term-ansicolor (1.2.2)
|
166
|
+
tins (~> 0.8)
|
167
|
+
thin (1.6.0)
|
168
|
+
daemons (>= 1.0.9)
|
169
|
+
eventmachine (>= 1.0.0)
|
170
|
+
rack (>= 1.5.0)
|
171
|
+
thor (0.18.1)
|
172
|
+
thread_safe (0.1.3)
|
173
|
+
atomic
|
174
|
+
tilt (1.4.1)
|
175
|
+
tins (0.11.0)
|
176
|
+
treetop (1.4.15)
|
177
|
+
polyglot
|
178
|
+
polyglot (>= 0.3.1)
|
179
|
+
tzinfo (0.3.37)
|
180
|
+
xpath (2.0.0)
|
181
|
+
nokogiri (~> 1.3)
|
182
|
+
|
183
|
+
PLATFORMS
|
184
|
+
ruby
|
185
|
+
|
186
|
+
DEPENDENCIES
|
187
|
+
activerecord-deprecated_finders
|
188
|
+
acts_as_xlsx
|
189
|
+
arel
|
190
|
+
axlsx_rails!
|
191
|
+
bundler
|
192
|
+
capybara
|
193
|
+
coveralls
|
194
|
+
growl
|
195
|
+
guard-rspec
|
196
|
+
jquery-rails
|
197
|
+
protected_attributes
|
198
|
+
rails
|
199
|
+
rake
|
200
|
+
rb-fsevent
|
201
|
+
roo
|
202
|
+
rspec-rails
|
203
|
+
rubyzip
|
204
|
+
sqlite3
|
205
|
+
thin
|
data/Gemfile.lock.orig
CHANGED
@@ -8,138 +8,137 @@ PATH
|
|
8
8
|
GEM
|
9
9
|
remote: http://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionmailer (3.2.
|
12
|
-
actionpack (= 3.2.
|
11
|
+
actionmailer (3.2.12)
|
12
|
+
actionpack (= 3.2.12)
|
13
13
|
mail (~> 2.4.4)
|
14
|
-
actionpack (3.2.
|
15
|
-
activemodel (= 3.2.
|
16
|
-
activesupport (= 3.2.
|
14
|
+
actionpack (3.2.12)
|
15
|
+
activemodel (= 3.2.12)
|
16
|
+
activesupport (= 3.2.12)
|
17
17
|
builder (~> 3.0.0)
|
18
18
|
erubis (~> 2.7.0)
|
19
19
|
journey (~> 1.0.4)
|
20
|
-
rack (~> 1.4.
|
20
|
+
rack (~> 1.4.5)
|
21
21
|
rack-cache (~> 1.2)
|
22
22
|
rack-test (~> 0.6.1)
|
23
23
|
sprockets (~> 2.2.1)
|
24
|
-
activemodel (3.2.
|
25
|
-
activesupport (= 3.2.
|
24
|
+
activemodel (3.2.12)
|
25
|
+
activesupport (= 3.2.12)
|
26
26
|
builder (~> 3.0.0)
|
27
|
-
activerecord (3.2.
|
28
|
-
activemodel (= 3.2.
|
29
|
-
activesupport (= 3.2.
|
27
|
+
activerecord (3.2.12)
|
28
|
+
activemodel (= 3.2.12)
|
29
|
+
activesupport (= 3.2.12)
|
30
30
|
arel (~> 3.0.2)
|
31
31
|
tzinfo (~> 0.3.29)
|
32
|
-
activeresource (3.2.
|
33
|
-
activemodel (= 3.2.
|
34
|
-
activesupport (= 3.2.
|
35
|
-
activesupport (3.2.
|
32
|
+
activeresource (3.2.12)
|
33
|
+
activemodel (= 3.2.12)
|
34
|
+
activesupport (= 3.2.12)
|
35
|
+
activesupport (3.2.12)
|
36
36
|
i18n (~> 0.6)
|
37
37
|
multi_json (~> 1.0)
|
38
38
|
acts_as_xlsx (1.0.6)
|
39
39
|
activerecord (>= 2.3.9)
|
40
40
|
axlsx (>= 1.0.13)
|
41
41
|
i18n (>= 0.4.1)
|
42
|
-
addressable (2.3.2)
|
43
42
|
arel (3.0.2)
|
44
|
-
axlsx (1.3.
|
43
|
+
axlsx (1.3.5)
|
45
44
|
htmlentities (~> 4.3.1)
|
46
45
|
nokogiri (>= 1.4.1)
|
47
46
|
rubyzip (>= 0.9.5)
|
48
47
|
builder (3.0.4)
|
49
|
-
capybara (2.0.
|
48
|
+
capybara (2.0.2)
|
50
49
|
mime-types (>= 1.16)
|
51
50
|
nokogiri (>= 1.3.3)
|
52
51
|
rack (>= 1.0.0)
|
53
52
|
rack-test (>= 0.5.4)
|
54
53
|
selenium-webdriver (~> 2.0)
|
55
54
|
xpath (~> 1.0.0)
|
56
|
-
childprocess (0.3.
|
57
|
-
ffi (~> 1.0, >= 1.0.
|
55
|
+
childprocess (0.3.9)
|
56
|
+
ffi (~> 1.0, >= 1.0.11)
|
58
57
|
choice (0.1.6)
|
59
|
-
coderay (1.0.
|
60
|
-
diff-lcs (1.1
|
58
|
+
coderay (1.0.9)
|
59
|
+
diff-lcs (1.2.1)
|
61
60
|
erubis (2.7.0)
|
62
|
-
faraday (0.8.
|
61
|
+
faraday (0.8.7)
|
63
62
|
multipart-post (~> 1.1)
|
64
|
-
ffi (1.
|
65
|
-
google-spreadsheet-ruby (0.3.
|
63
|
+
ffi (1.6.0)
|
64
|
+
google-spreadsheet-ruby (0.3.1)
|
66
65
|
google_drive (>= 0.3.0)
|
67
|
-
google_drive (0.3.
|
66
|
+
google_drive (0.3.5)
|
68
67
|
nokogiri (>= 1.4.4, != 1.5.2, != 1.5.1)
|
69
68
|
oauth (>= 0.3.6)
|
70
69
|
oauth2 (>= 0.5.0)
|
71
70
|
growl (1.0.3)
|
72
|
-
guard (1.
|
73
|
-
listen (>= 0.
|
71
|
+
guard (1.6.2)
|
72
|
+
listen (>= 0.6.0)
|
74
73
|
lumberjack (>= 1.0.2)
|
75
74
|
pry (>= 0.9.10)
|
75
|
+
terminal-table (>= 1.4.3)
|
76
76
|
thor (>= 0.14.6)
|
77
|
-
guard-rspec (2.
|
77
|
+
guard-rspec (2.5.1)
|
78
78
|
guard (>= 1.1)
|
79
79
|
rspec (~> 2.11)
|
80
80
|
hike (1.2.1)
|
81
81
|
htmlentities (4.3.1)
|
82
82
|
httpauth (0.2.0)
|
83
|
-
i18n (0.6.
|
83
|
+
i18n (0.6.4)
|
84
84
|
journey (1.0.4)
|
85
|
-
jquery-rails (2.1
|
85
|
+
jquery-rails (2.2.1)
|
86
86
|
railties (>= 3.0, < 5.0)
|
87
87
|
thor (>= 0.14, < 2.0)
|
88
|
-
json (1.7.
|
89
|
-
jwt (0.1.
|
90
|
-
multi_json (>= 1.
|
91
|
-
|
92
|
-
addressable
|
93
|
-
websocket
|
94
|
-
listen (0.6.0)
|
88
|
+
json (1.7.7)
|
89
|
+
jwt (0.1.8)
|
90
|
+
multi_json (>= 1.5)
|
91
|
+
listen (0.7.3)
|
95
92
|
log4r (1.1.10)
|
96
|
-
lumberjack (1.0.
|
93
|
+
lumberjack (1.0.3)
|
97
94
|
mail (2.4.4)
|
98
95
|
i18n (>= 0.4.0)
|
99
96
|
mime-types (~> 1.16)
|
100
97
|
treetop (~> 1.4.8)
|
101
98
|
method_source (0.8.1)
|
102
|
-
mime-types (1.
|
103
|
-
multi_json (1.
|
104
|
-
|
105
|
-
|
99
|
+
mime-types (1.21)
|
100
|
+
multi_json (1.7.2)
|
101
|
+
multi_xml (0.5.3)
|
102
|
+
multipart-post (1.2.0)
|
103
|
+
nokogiri (1.5.9)
|
106
104
|
oauth (0.4.7)
|
107
|
-
oauth2 (0.
|
105
|
+
oauth2 (0.9.1)
|
108
106
|
faraday (~> 0.8)
|
109
107
|
httpauth (~> 0.1)
|
110
108
|
jwt (~> 0.1.4)
|
111
109
|
multi_json (~> 1.0)
|
110
|
+
multi_xml (~> 0.5)
|
112
111
|
rack (~> 1.2)
|
113
112
|
polyglot (0.3.3)
|
114
|
-
pry (0.9.
|
113
|
+
pry (0.9.12)
|
115
114
|
coderay (~> 1.0.5)
|
116
115
|
method_source (~> 0.8)
|
117
|
-
slop (~> 3.
|
118
|
-
rack (1.4.
|
116
|
+
slop (~> 3.4)
|
117
|
+
rack (1.4.5)
|
119
118
|
rack-cache (1.2)
|
120
119
|
rack (>= 0.4)
|
121
|
-
rack-ssl (1.3.
|
120
|
+
rack-ssl (1.3.3)
|
122
121
|
rack
|
123
122
|
rack-test (0.6.2)
|
124
123
|
rack (>= 1.0)
|
125
|
-
rails (3.2.
|
126
|
-
actionmailer (= 3.2.
|
127
|
-
actionpack (= 3.2.
|
128
|
-
activerecord (= 3.2.
|
129
|
-
activeresource (= 3.2.
|
130
|
-
activesupport (= 3.2.
|
124
|
+
rails (3.2.12)
|
125
|
+
actionmailer (= 3.2.12)
|
126
|
+
actionpack (= 3.2.12)
|
127
|
+
activerecord (= 3.2.12)
|
128
|
+
activeresource (= 3.2.12)
|
129
|
+
activesupport (= 3.2.12)
|
131
130
|
bundler (~> 1.0)
|
132
|
-
railties (= 3.2.
|
133
|
-
railties (3.2.
|
134
|
-
actionpack (= 3.2.
|
135
|
-
activesupport (= 3.2.
|
131
|
+
railties (= 3.2.12)
|
132
|
+
railties (3.2.12)
|
133
|
+
actionpack (= 3.2.12)
|
134
|
+
activesupport (= 3.2.12)
|
136
135
|
rack-ssl (~> 1.3.2)
|
137
136
|
rake (>= 0.8.7)
|
138
137
|
rdoc (~> 3.4)
|
139
138
|
thor (>= 0.14.6, < 2.0)
|
140
|
-
rake (10.0.
|
141
|
-
rb-fsevent (0.9.
|
142
|
-
rdoc (3.12)
|
139
|
+
rake (10.0.4)
|
140
|
+
rb-fsevent (0.9.3)
|
141
|
+
rdoc (3.12.2)
|
143
142
|
json (~> 1.4)
|
144
143
|
roo (1.10.1)
|
145
144
|
choice (>= 0.1.4)
|
@@ -148,46 +147,47 @@ GEM
|
|
148
147
|
rubyzip (>= 0.9.4)
|
149
148
|
spreadsheet (> 0.6.4)
|
150
149
|
todonotes (>= 0.1.0)
|
151
|
-
rspec (2.
|
152
|
-
rspec-core (~> 2.
|
153
|
-
rspec-expectations (~> 2.
|
154
|
-
rspec-mocks (~> 2.
|
155
|
-
rspec-core (2.
|
156
|
-
rspec-expectations (2.
|
157
|
-
diff-lcs (
|
158
|
-
rspec-mocks (2.
|
159
|
-
rspec-rails (2.
|
150
|
+
rspec (2.13.0)
|
151
|
+
rspec-core (~> 2.13.0)
|
152
|
+
rspec-expectations (~> 2.13.0)
|
153
|
+
rspec-mocks (~> 2.13.0)
|
154
|
+
rspec-core (2.13.1)
|
155
|
+
rspec-expectations (2.13.0)
|
156
|
+
diff-lcs (>= 1.1.3, < 2.0)
|
157
|
+
rspec-mocks (2.13.0)
|
158
|
+
rspec-rails (2.13.0)
|
160
159
|
actionpack (>= 3.0)
|
161
160
|
activesupport (>= 3.0)
|
162
161
|
railties (>= 3.0)
|
163
|
-
rspec-core (~> 2.
|
164
|
-
rspec-expectations (~> 2.
|
165
|
-
rspec-mocks (~> 2.
|
166
|
-
ruby-ole (1.2.11.
|
162
|
+
rspec-core (~> 2.13.0)
|
163
|
+
rspec-expectations (~> 2.13.0)
|
164
|
+
rspec-mocks (~> 2.13.0)
|
165
|
+
ruby-ole (1.2.11.6)
|
167
166
|
rubyzip (0.9.9)
|
168
|
-
selenium-webdriver (2.
|
167
|
+
selenium-webdriver (2.31.0)
|
169
168
|
childprocess (>= 0.2.5)
|
170
|
-
libwebsocket (~> 0.1.3)
|
171
169
|
multi_json (~> 1.0)
|
172
170
|
rubyzip
|
173
|
-
|
174
|
-
|
171
|
+
websocket (~> 1.0.4)
|
172
|
+
slop (3.4.4)
|
173
|
+
spreadsheet (0.8.3)
|
175
174
|
ruby-ole (>= 1.0)
|
176
175
|
sprockets (2.2.2)
|
177
176
|
hike (~> 1.2)
|
178
177
|
multi_json (~> 1.0)
|
179
178
|
rack (~> 1.0)
|
180
179
|
tilt (~> 1.1, != 1.3.0)
|
181
|
-
sqlite3 (1.3.
|
182
|
-
|
183
|
-
|
180
|
+
sqlite3 (1.3.7)
|
181
|
+
terminal-table (1.4.5)
|
182
|
+
thor (0.17.0)
|
183
|
+
tilt (1.3.6)
|
184
184
|
todonotes (0.1.1)
|
185
185
|
log4r
|
186
186
|
treetop (1.4.12)
|
187
187
|
polyglot
|
188
188
|
polyglot (>= 0.3.1)
|
189
|
-
tzinfo (0.3.
|
190
|
-
websocket (1.0.
|
189
|
+
tzinfo (0.3.37)
|
190
|
+
websocket (1.0.7)
|
191
191
|
xpath (1.0.0)
|
192
192
|
nokogiri (~> 1.3)
|
193
193
|
|
@@ -202,8 +202,9 @@ DEPENDENCIES
|
|
202
202
|
growl
|
203
203
|
guard-rspec
|
204
204
|
jquery-rails
|
205
|
+
rails (~> 3.2.0)
|
205
206
|
rake
|
206
207
|
rb-fsevent
|
207
|
-
roo
|
208
|
+
roo (= 1.10.1)
|
208
209
|
rspec-rails
|
209
210
|
sqlite3
|