glib-web 4.31.0 → 4.31.1
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 +4 -4
- data/lib/glib/all_helpers.rb +17 -0
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d404f99ae7ff7d1e309c9bedca7b93145bc5331281c64308daa033b9ae6b4524
|
4
|
+
data.tar.gz: 2f89659ddffb2206989074678c6388176aad57dd872f9b14c43149c51b9e91b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de7bad6075a55452237fa31c44ad4a0405b6048fa84959385fe12003b1b37b53fc64576c59e658391b4c1efcb3608c62f772a1cffe050b6c2afacd87c86500ea
|
7
|
+
data.tar.gz: 418db2e1fdf0af1838af518595b4eea273bfe5fd140676870f1a84c3fe8788e585f1701beb23861b84a7b2ade8206d0aed535256eecc5e6669ff69bfbc603749
|
@@ -0,0 +1,17 @@
|
|
1
|
+
module Glib
|
2
|
+
module AllHelpers
|
3
|
+
def self.included(base)
|
4
|
+
base.helper Glib::UrlsHelper
|
5
|
+
base.helper Glib::FormsHelper
|
6
|
+
base.helper Glib::EnumHelper
|
7
|
+
base.helper Glib::DynamicTextsHelper
|
8
|
+
base.helper Glib::DynamicImagesHelper
|
9
|
+
base.helper Glib::AppFeatureSupportHelper
|
10
|
+
base.helper Glib::TestHelpers
|
11
|
+
base.helper Glib::JsonUi::StylingHelper
|
12
|
+
base.helper Glib::JsonUi::ResponseHelper
|
13
|
+
base.helper Glib::JsonUi::PageHelper
|
14
|
+
base.helper Glib::JsonUi::AnalyticsHelper
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glib-web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.31.
|
4
|
+
version: 4.31.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2019-10-04 00:00:00.000000000 Z
|
@@ -94,7 +94,7 @@ dependencies:
|
|
94
94
|
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
-
description:
|
97
|
+
description:
|
98
98
|
email: ''
|
99
99
|
executables: []
|
100
100
|
extensions: []
|
@@ -368,6 +368,7 @@ files:
|
|
368
368
|
- lib/generators/templates/database.yml
|
369
369
|
- lib/generators/templates/dynamic_text.rb
|
370
370
|
- lib/glib-web.rb
|
371
|
+
- lib/glib/all_helpers.rb
|
371
372
|
- lib/glib/crypt/utils.rb
|
372
373
|
- lib/glib/dynamic_text.rb
|
373
374
|
- lib/glib/dynamic_text/config.rb
|
@@ -394,10 +395,10 @@ files:
|
|
394
395
|
- lib/glib/value.rb
|
395
396
|
- lib/glib/version.rb
|
396
397
|
- lib/tasks/db.rake
|
397
|
-
homepage:
|
398
|
+
homepage:
|
398
399
|
licenses: []
|
399
400
|
metadata: {}
|
400
|
-
post_install_message:
|
401
|
+
post_install_message:
|
401
402
|
rdoc_options: []
|
402
403
|
require_paths:
|
403
404
|
- lib
|
@@ -413,7 +414,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
413
414
|
version: '0'
|
414
415
|
requirements: []
|
415
416
|
rubygems_version: 3.4.6
|
416
|
-
signing_key:
|
417
|
+
signing_key:
|
417
418
|
specification_version: 4
|
418
419
|
summary: ''
|
419
420
|
test_files: []
|