web47core 0.1.7 → 0.1.8
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f9de71d03647c6f741f65cd1de10892a87ec3624bdcd94f77216941376bf441
|
|
4
|
+
data.tar.gz: 0a3db3f48696f3da07efcd66f6fbaf00f29f22de89add83885a980796c5fa16d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a0f830f269a3a4df667879776c087afb8130c5b17e8dc5f0d3aa11844772643edc41a63b6dc1ba4feccaf86e74c7ac8760553e7b5e664e50f8c6384c35eca0d
|
|
7
|
+
data.tar.gz: 3781c04506d5f480e97a5936cbd84143ba814733044f1d00279dd5143e23d8c08bb70669e46db64aaa929e6a1166c93bd7c69dd6e949e7a5774d782bba612d1d
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
%meta{ name: 'viewport', content: 'initial-scale=1.0, width=device-width' }
|
|
6
6
|
%meta{ name: 'apple-mobile-web-app-capable', content: 'yes'}
|
|
7
7
|
%meta{ name: 'apple-mobile-web-app-status-bar-style', content: 'black'}
|
|
8
|
-
= stylesheet_link_tag '
|
|
8
|
+
= stylesheet_link_tag 'https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css'
|
|
9
9
|
= stylesheet_link_tag 'https://fonts.googleapis.com/icon?family=Material+Icons'
|
|
10
10
|
%title "#{Rails.env} Status"
|
|
11
11
|
%body{ style: 'background-color: #006064;'}
|
data/config/routes.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*ERROR:* `{{message}}`{% if exception != blank %} -
|
|
1
|
+
*ERROR:* `{{message}}`{% if exception != blank %} - ```{{exception}}``` {% endif %}
|
data/lib/web47core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: web47core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Schroeder
|
|
@@ -230,6 +230,34 @@ dependencies:
|
|
|
230
230
|
- - "<="
|
|
231
231
|
- !ruby/object:Gem::Version
|
|
232
232
|
version: 2.1.0
|
|
233
|
+
- !ruby/object:Gem::Dependency
|
|
234
|
+
name: sass
|
|
235
|
+
requirement: !ruby/object:Gem::Requirement
|
|
236
|
+
requirements:
|
|
237
|
+
- - ">="
|
|
238
|
+
- !ruby/object:Gem::Version
|
|
239
|
+
version: '0'
|
|
240
|
+
type: :runtime
|
|
241
|
+
prerelease: false
|
|
242
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
243
|
+
requirements:
|
|
244
|
+
- - ">="
|
|
245
|
+
- !ruby/object:Gem::Version
|
|
246
|
+
version: '0'
|
|
247
|
+
- !ruby/object:Gem::Dependency
|
|
248
|
+
name: sass-rails
|
|
249
|
+
requirement: !ruby/object:Gem::Requirement
|
|
250
|
+
requirements:
|
|
251
|
+
- - ">="
|
|
252
|
+
- !ruby/object:Gem::Version
|
|
253
|
+
version: '0'
|
|
254
|
+
type: :runtime
|
|
255
|
+
prerelease: false
|
|
256
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
257
|
+
requirements:
|
|
258
|
+
- - ">="
|
|
259
|
+
- !ruby/object:Gem::Version
|
|
260
|
+
version: '0'
|
|
233
261
|
- !ruby/object:Gem::Dependency
|
|
234
262
|
name: twilio-ruby
|
|
235
263
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -511,7 +539,6 @@ extra_rdoc_files: []
|
|
|
511
539
|
files:
|
|
512
540
|
- LICENSE
|
|
513
541
|
- README.md
|
|
514
|
-
- app/assets/stylesheets/status.sass
|
|
515
542
|
- app/controllers/status_controller.rb
|
|
516
543
|
- app/views/status/index.html.haml
|
|
517
544
|
- config/locales/en.yml
|