tungsten 0.1.14 → 0.1.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/tungsten/favicon.ico +0 -0
- data/app/assets/images/tungsten/logo.svg +1 -0
- data/app/assets/images/tungsten/num.svg +77 -0
- data/app/assets/stylesheets/tungsten/_index.scss +1 -0
- data/app/assets/stylesheets/tungsten/pages/_error.scss +157 -0
- data/app/assets/stylesheets/tungsten/pages/_index.scss +1 -0
- data/app/controllers/tungsten/errors_controller.rb +15 -0
- data/app/helpers/tungsten/content_helper.rb +5 -1
- data/app/helpers/tungsten/error_helper.rb +9 -0
- data/app/views/layouts/tungsten/default.html.slim +3 -0
- data/app/views/layouts/tungsten/errors.html.slim +25 -0
- data/app/views/shared/tungsten/_num.html.slim +90 -0
- data/app/views/tungsten/errors/bad_request.html.slim +5 -0
- data/app/views/tungsten/errors/forbidden.html.slim +5 -0
- data/app/views/tungsten/errors/internal_server_error.html.slim +5 -0
- data/app/views/tungsten/errors/method_not_allowed.html.slim +5 -0
- data/app/views/tungsten/errors/not_acceptable.html.slim +5 -0
- data/app/views/tungsten/errors/not_found.html.slim +5 -0
- data/app/views/tungsten/errors/not_implemented.html.slim +5 -0
- data/app/views/tungsten/errors/unauthorized.html.slim +5 -0
- data/app/views/tungsten/errors/unprocessable_entity.html.slim +5 -0
- data/lib/tungsten.rb +9 -4
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.1.14.js → code-0.1.15.js} +1 -1
- data/public/{code-0.1.14.js.gz → code-0.1.15.js.gz} +0 -0
- data/public/{code-0.1.14.map.json → code-0.1.15.map.json} +0 -0
- data/public/{tungsten-0.1.14.css → tungsten-0.1.15.css} +690 -0
- data/public/tungsten-0.1.15.css.gz +0 -0
- data/public/{tungsten-0.1.14.js → tungsten-0.1.15.js} +1 -1
- data/public/{tungsten-0.1.14.js.gz → tungsten-0.1.15.js.gz} +0 -0
- data/public/{tungsten-0.1.14.map.json → tungsten-0.1.15.map.json} +0 -0
- metadata +44 -13
- data/app/assets/stylesheets/tungsten/_code-color.scss +0 -0
- data/public/tungsten-0.1.14.css.gz +0 -0
Binary file
|
Binary file
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tungsten
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-08-
|
12
|
+
date: 2017-08-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -31,14 +31,14 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '0.
|
34
|
+
version: '0.6'
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: '0.
|
41
|
+
version: '0.6'
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: esvg
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -109,6 +109,20 @@ dependencies:
|
|
109
109
|
- - "~>"
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: '3.1'
|
112
|
+
- !ruby/object:Gem::Dependency
|
113
|
+
name: gaffe
|
114
|
+
requirement: !ruby/object:Gem::Requirement
|
115
|
+
requirements:
|
116
|
+
- - "~>"
|
117
|
+
- !ruby/object:Gem::Version
|
118
|
+
version: '1'
|
119
|
+
type: :runtime
|
120
|
+
prerelease: false
|
121
|
+
version_requirements: !ruby/object:Gem::Requirement
|
122
|
+
requirements:
|
123
|
+
- - "~>"
|
124
|
+
- !ruby/object:Gem::Version
|
125
|
+
version: '1'
|
112
126
|
- !ruby/object:Gem::Dependency
|
113
127
|
name: bundler
|
114
128
|
requirement: !ruby/object:Gem::Requirement
|
@@ -147,6 +161,9 @@ extra_rdoc_files: []
|
|
147
161
|
files:
|
148
162
|
- LICENSE.txt
|
149
163
|
- README.md
|
164
|
+
- app/assets/images/tungsten/favicon.ico
|
165
|
+
- app/assets/images/tungsten/logo.svg
|
166
|
+
- app/assets/images/tungsten/num.svg
|
150
167
|
- app/assets/images/tungsten/safari-pinned-tab.svg
|
151
168
|
- app/assets/javascripts/tungsten/_form_helpers.js
|
152
169
|
- app/assets/javascripts/tungsten/_icons.js
|
@@ -154,7 +171,6 @@ files:
|
|
154
171
|
- app/assets/javascripts/tungsten/enhancements/clipboard.js
|
155
172
|
- app/assets/javascripts/tungsten/enhancements/form-flash.js
|
156
173
|
- app/assets/javascripts/tungsten/tungsten.js
|
157
|
-
- app/assets/stylesheets/tungsten/_code-color.scss
|
158
174
|
- app/assets/stylesheets/tungsten/_colors.yml
|
159
175
|
- app/assets/stylesheets/tungsten/_index.scss
|
160
176
|
- app/assets/stylesheets/tungsten/code/_codemirror.scss
|
@@ -180,34 +196,49 @@ files:
|
|
180
196
|
- app/assets/stylesheets/tungsten/form/_label-placeholder.scss
|
181
197
|
- app/assets/stylesheets/tungsten/form/_slider.scss
|
182
198
|
- app/assets/stylesheets/tungsten/form/_validation.scss
|
199
|
+
- app/assets/stylesheets/tungsten/pages/_error.scss
|
200
|
+
- app/assets/stylesheets/tungsten/pages/_index.scss
|
183
201
|
- app/assets/stylesheets/tungsten/tungsten.scss
|
184
202
|
- app/assets/svgs/tungsten/deployment.svg
|
203
|
+
- app/controllers/tungsten/errors_controller.rb
|
185
204
|
- app/helpers/tungsten/button_helper.rb
|
186
205
|
- app/helpers/tungsten/card_helper.rb
|
187
206
|
- app/helpers/tungsten/content_helper.rb
|
188
207
|
- app/helpers/tungsten/deployments_helper.rb
|
208
|
+
- app/helpers/tungsten/error_helper.rb
|
189
209
|
- app/helpers/tungsten/form_helper.rb
|
190
210
|
- app/helpers/tungsten/layout_helper.rb
|
191
211
|
- app/helpers/tungsten/section_helper.rb
|
192
212
|
- app/helpers/tungsten/toggle_nav_helper.rb
|
193
213
|
- app/views/layouts/tungsten/default.html.slim
|
214
|
+
- app/views/layouts/tungsten/errors.html.slim
|
194
215
|
- app/views/shared/tungsten/_defs.html.slim
|
195
216
|
- app/views/shared/tungsten/_flash-messages.html.slim
|
196
217
|
- app/views/shared/tungsten/_footer.html.slim
|
197
218
|
- app/views/shared/tungsten/_header.html.slim
|
219
|
+
- app/views/shared/tungsten/_num.html.slim
|
220
|
+
- app/views/tungsten/errors/bad_request.html.slim
|
221
|
+
- app/views/tungsten/errors/forbidden.html.slim
|
222
|
+
- app/views/tungsten/errors/internal_server_error.html.slim
|
223
|
+
- app/views/tungsten/errors/method_not_allowed.html.slim
|
224
|
+
- app/views/tungsten/errors/not_acceptable.html.slim
|
225
|
+
- app/views/tungsten/errors/not_found.html.slim
|
226
|
+
- app/views/tungsten/errors/not_implemented.html.slim
|
227
|
+
- app/views/tungsten/errors/unauthorized.html.slim
|
228
|
+
- app/views/tungsten/errors/unprocessable_entity.html.slim
|
198
229
|
- config/data/deployments.yml
|
199
230
|
- config/esvg.yml
|
200
231
|
- lib/tungsten.rb
|
201
232
|
- lib/tungsten/helper.rb
|
202
233
|
- lib/tungsten/version.rb
|
203
|
-
- public/code-0.1.
|
204
|
-
- public/code-0.1.
|
205
|
-
- public/code-0.1.
|
206
|
-
- public/tungsten-0.1.
|
207
|
-
- public/tungsten-0.1.
|
208
|
-
- public/tungsten-0.1.
|
209
|
-
- public/tungsten-0.1.
|
210
|
-
- public/tungsten-0.1.
|
234
|
+
- public/code-0.1.15.js
|
235
|
+
- public/code-0.1.15.js.gz
|
236
|
+
- public/code-0.1.15.map.json
|
237
|
+
- public/tungsten-0.1.15.css
|
238
|
+
- public/tungsten-0.1.15.css.gz
|
239
|
+
- public/tungsten-0.1.15.js
|
240
|
+
- public/tungsten-0.1.15.js.gz
|
241
|
+
- public/tungsten-0.1.15.map.json
|
211
242
|
homepage:
|
212
243
|
licenses:
|
213
244
|
- MIT
|
File without changes
|
Binary file
|