frontview 2.1.2 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72b0370b6a5757f9e4401d3d0167874cea60da0b807b8c981779eb8eacd6aba0
4
- data.tar.gz: c75a40edc61a01db545e9507be746b551c6f089ffb7cf1d83221b41b6b2f30f6
3
+ metadata.gz: 889e392cdfd29f28e97946153f889a2fe522d2f04cbd4944e882c8b31a9b7768
4
+ data.tar.gz: 4e312f0b2dde6ad7b0a1451bce9cc68f3ebc98b2f85edab42f9d8009c99ecab0
5
5
  SHA512:
6
- metadata.gz: da35fac675ea0473ca271893e4538173d8c653943384af114f1a629e5025e3c9855f92f8ad49203c57c2fd091a140b8765e2acf128851bdd22078040d4f2f5ab
7
- data.tar.gz: 05104710f8295f3914a2c026774c5aa00833211af5e9292aaebb76a60c7db246a303a72e08ce1c136ddc4bb99a26a7259838da08310c133d33772790699b448e
6
+ metadata.gz: ece8b293fb498122180a4bf80f96d02c5edff7cfbaca63a07e1baee703e23de7a91442d58c2de1d1994c2dccb789a637658a2ca81bc700c6c06deff1b911367e
7
+ data.tar.gz: 8a5031d3f027da237c32e2953cd43b153ac3cbee0c174bfb145fa6acbf508d98d863d4231fdf07dfe5ff18a64601928edaa927f71f58192e9722ef5c46ad0630
data/Gemfile CHANGED
@@ -2,5 +2,5 @@ source "https://rubygems.org"
2
2
 
3
3
  gemspec
4
4
 
5
- gem "rake", "~> 12.0"
6
- gem "minitest", "~> 5.0"
5
+ gem "rake"
6
+ gem "minitest"
data/Gemfile.lock CHANGED
@@ -1,63 +1,63 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- frontview (2.1.2)
5
- down (~> 5.0)
6
- rails (~> 6.0.3, >= 6.0.3.4)
4
+ frontview (2.1.3)
5
+ down
6
+ rails
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.0.3.4)
12
- actionpack (= 6.0.3.4)
11
+ actioncable (6.0.3.6)
12
+ actionpack (= 6.0.3.6)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (6.0.3.4)
16
- actionpack (= 6.0.3.4)
17
- activejob (= 6.0.3.4)
18
- activerecord (= 6.0.3.4)
19
- activestorage (= 6.0.3.4)
20
- activesupport (= 6.0.3.4)
15
+ actionmailbox (6.0.3.6)
16
+ actionpack (= 6.0.3.6)
17
+ activejob (= 6.0.3.6)
18
+ activerecord (= 6.0.3.6)
19
+ activestorage (= 6.0.3.6)
20
+ activesupport (= 6.0.3.6)
21
21
  mail (>= 2.7.1)
22
- actionmailer (6.0.3.4)
23
- actionpack (= 6.0.3.4)
24
- actionview (= 6.0.3.4)
25
- activejob (= 6.0.3.4)
22
+ actionmailer (6.0.3.6)
23
+ actionpack (= 6.0.3.6)
24
+ actionview (= 6.0.3.6)
25
+ activejob (= 6.0.3.6)
26
26
  mail (~> 2.5, >= 2.5.4)
27
27
  rails-dom-testing (~> 2.0)
28
- actionpack (6.0.3.4)
29
- actionview (= 6.0.3.4)
30
- activesupport (= 6.0.3.4)
28
+ actionpack (6.0.3.6)
29
+ actionview (= 6.0.3.6)
30
+ activesupport (= 6.0.3.6)
31
31
  rack (~> 2.0, >= 2.0.8)
32
32
  rack-test (>= 0.6.3)
33
33
  rails-dom-testing (~> 2.0)
34
34
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
- actiontext (6.0.3.4)
36
- actionpack (= 6.0.3.4)
37
- activerecord (= 6.0.3.4)
38
- activestorage (= 6.0.3.4)
39
- activesupport (= 6.0.3.4)
35
+ actiontext (6.0.3.6)
36
+ actionpack (= 6.0.3.6)
37
+ activerecord (= 6.0.3.6)
38
+ activestorage (= 6.0.3.6)
39
+ activesupport (= 6.0.3.6)
40
40
  nokogiri (>= 1.8.5)
41
- actionview (6.0.3.4)
42
- activesupport (= 6.0.3.4)
41
+ actionview (6.0.3.6)
42
+ activesupport (= 6.0.3.6)
43
43
  builder (~> 3.1)
44
44
  erubi (~> 1.4)
45
45
  rails-dom-testing (~> 2.0)
46
46
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
- activejob (6.0.3.4)
48
- activesupport (= 6.0.3.4)
47
+ activejob (6.0.3.6)
48
+ activesupport (= 6.0.3.6)
49
49
  globalid (>= 0.3.6)
50
- activemodel (6.0.3.4)
51
- activesupport (= 6.0.3.4)
52
- activerecord (6.0.3.4)
53
- activemodel (= 6.0.3.4)
54
- activesupport (= 6.0.3.4)
55
- activestorage (6.0.3.4)
56
- actionpack (= 6.0.3.4)
57
- activejob (= 6.0.3.4)
58
- activerecord (= 6.0.3.4)
59
- marcel (~> 0.3.1)
60
- activesupport (6.0.3.4)
50
+ activemodel (6.0.3.6)
51
+ activesupport (= 6.0.3.6)
52
+ activerecord (6.0.3.6)
53
+ activemodel (= 6.0.3.6)
54
+ activesupport (= 6.0.3.6)
55
+ activestorage (6.0.3.6)
56
+ actionpack (= 6.0.3.6)
57
+ activejob (= 6.0.3.6)
58
+ activerecord (= 6.0.3.6)
59
+ marcel (~> 1.0.0)
60
+ activesupport (6.0.3.6)
61
61
  concurrent-ruby (~> 1.0, >= 1.0.2)
62
62
  i18n (>= 0.7, < 2)
63
63
  minitest (~> 5.1)
@@ -68,61 +68,59 @@ GEM
68
68
  builder (3.2.4)
69
69
  codelog (0.8.0)
70
70
  thor (~> 0.19)
71
- concurrent-ruby (1.1.7)
71
+ concurrent-ruby (1.1.8)
72
72
  crass (1.0.6)
73
73
  down (5.2.0)
74
74
  addressable (~> 2.5)
75
- erubi (1.9.0)
75
+ erubi (1.10.0)
76
76
  globalid (0.4.2)
77
77
  activesupport (>= 4.2.0)
78
- i18n (1.8.5)
78
+ i18n (1.8.10)
79
79
  concurrent-ruby (~> 1.0)
80
- loofah (2.7.0)
80
+ loofah (2.9.0)
81
81
  crass (~> 1.0.2)
82
82
  nokogiri (>= 1.5.9)
83
83
  mail (2.7.1)
84
84
  mini_mime (>= 0.1.1)
85
- marcel (0.3.3)
86
- mimemagic (~> 0.3.2)
85
+ marcel (1.0.0)
87
86
  method_source (1.0.0)
88
- mimemagic (0.3.5)
89
- mini_mime (1.0.2)
90
- mini_portile2 (2.4.0)
91
- minitest (5.14.2)
92
- nio4r (2.5.4)
93
- nokogiri (1.10.10)
94
- mini_portile2 (~> 2.4.0)
87
+ mini_mime (1.0.3)
88
+ minitest (5.14.4)
89
+ nio4r (2.5.7)
90
+ nokogiri (1.11.2-x86_64-linux)
91
+ racc (~> 1.4)
95
92
  public_suffix (4.0.6)
93
+ racc (1.5.2)
96
94
  rack (2.2.3)
97
95
  rack-test (1.1.0)
98
96
  rack (>= 1.0, < 3)
99
- rails (6.0.3.4)
100
- actioncable (= 6.0.3.4)
101
- actionmailbox (= 6.0.3.4)
102
- actionmailer (= 6.0.3.4)
103
- actionpack (= 6.0.3.4)
104
- actiontext (= 6.0.3.4)
105
- actionview (= 6.0.3.4)
106
- activejob (= 6.0.3.4)
107
- activemodel (= 6.0.3.4)
108
- activerecord (= 6.0.3.4)
109
- activestorage (= 6.0.3.4)
110
- activesupport (= 6.0.3.4)
97
+ rails (6.0.3.6)
98
+ actioncable (= 6.0.3.6)
99
+ actionmailbox (= 6.0.3.6)
100
+ actionmailer (= 6.0.3.6)
101
+ actionpack (= 6.0.3.6)
102
+ actiontext (= 6.0.3.6)
103
+ actionview (= 6.0.3.6)
104
+ activejob (= 6.0.3.6)
105
+ activemodel (= 6.0.3.6)
106
+ activerecord (= 6.0.3.6)
107
+ activestorage (= 6.0.3.6)
108
+ activesupport (= 6.0.3.6)
111
109
  bundler (>= 1.3.0)
112
- railties (= 6.0.3.4)
110
+ railties (= 6.0.3.6)
113
111
  sprockets-rails (>= 2.0.0)
114
112
  rails-dom-testing (2.0.3)
115
113
  activesupport (>= 4.2.0)
116
114
  nokogiri (>= 1.6)
117
115
  rails-html-sanitizer (1.3.0)
118
116
  loofah (~> 2.3)
119
- railties (6.0.3.4)
120
- actionpack (= 6.0.3.4)
121
- activesupport (= 6.0.3.4)
117
+ railties (6.0.3.6)
118
+ actionpack (= 6.0.3.6)
119
+ activesupport (= 6.0.3.6)
122
120
  method_source
123
121
  rake (>= 0.8.7)
124
122
  thor (>= 0.20.3, < 2.0)
125
- rake (12.3.3)
123
+ rake (13.0.3)
126
124
  sprockets (4.0.2)
127
125
  concurrent-ruby (~> 1.0)
128
126
  rack (> 1, < 3)
@@ -132,24 +130,24 @@ GEM
132
130
  sprockets (>= 3.0.0)
133
131
  thor (0.20.3)
134
132
  thread_safe (0.3.6)
135
- tzinfo (1.2.8)
133
+ tzinfo (1.2.9)
136
134
  thread_safe (~> 0.1)
137
135
  websocket-driver (0.7.3)
138
136
  websocket-extensions (>= 0.1.0)
139
137
  websocket-extensions (0.1.5)
140
- zeitwerk (2.4.1)
138
+ zeitwerk (2.4.2)
141
139
 
142
140
  PLATFORMS
143
- ruby
141
+ x86_64-linux
144
142
 
145
143
  DEPENDENCIES
146
- bundler (~> 2.1.4)
147
- codelog (~> 0.8.0)
148
- down (~> 5.0)
144
+ bundler
145
+ codelog
146
+ down
149
147
  frontview!
150
- minitest (~> 5.0)
151
- rails (~> 6.0.3, >= 6.0.3.4)
152
- rake (~> 12.0)
148
+ minitest
149
+ rails
150
+ rake
153
151
 
154
152
  BUNDLED WITH
155
- 2.1.4
153
+ 2.2.14
data/frontview.gemspec CHANGED
@@ -29,11 +29,11 @@ Gem::Specification.new do |spec|
29
29
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
30
  spec.require_paths = ["lib"]
31
31
 
32
- spec.add_development_dependency "bundler", "~> 2.1.4"
33
- spec.add_development_dependency "codelog", "~> 0.8.0"
34
- spec.add_development_dependency "down", "~> 5.0"
35
- spec.add_development_dependency 'rails', '~> 6.0.3', '>= 6.0.3.4'
32
+ spec.add_development_dependency "bundler"
33
+ spec.add_development_dependency "codelog"
34
+ spec.add_development_dependency "down"
35
+ spec.add_development_dependency "rails"
36
36
 
37
- spec.add_dependency "down", "~> 5.0"
38
- spec.add_dependency 'rails', '~> 6.0.3', '>= 6.0.3.4'
37
+ spec.add_dependency "down"
38
+ spec.add_dependency "rails"
39
39
  end
@@ -13,7 +13,7 @@ module Frontview
13
13
  <div class="single-footer-caption mb-30">
14
14
  <!-- logo -->
15
15
  <div class="footer-logo">
16
- <a href="index.html"><img src="assets/logo.png" alt=""></a>
16
+ <a href="/"><img src="assets/logo.png" alt=""></a>
17
17
  </div>
18
18
  <div class="footer-tittle">
19
19
  <div class="footer-pera">
@@ -1,3 +1,3 @@
1
1
  module Frontview
2
- VERSION = "2.1.2"
2
+ VERSION = "2.1.3"
3
3
  end
metadata CHANGED
@@ -1,111 +1,99 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frontview
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - elibiz443
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-16 00:00:00.000000000 Z
11
+ date: 2021-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 2.1.4
19
+ version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 2.1.4
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: codelog
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.8.0
33
+ version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 0.8.0
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: down
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '5.0'
47
+ version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '5.0'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: 6.0.3
62
59
  - - ">="
63
60
  - !ruby/object:Gem::Version
64
- version: 6.0.3.4
61
+ version: '0'
65
62
  type: :development
66
63
  prerelease: false
67
64
  version_requirements: !ruby/object:Gem::Requirement
68
65
  requirements:
69
- - - "~>"
70
- - !ruby/object:Gem::Version
71
- version: 6.0.3
72
66
  - - ">="
73
67
  - !ruby/object:Gem::Version
74
- version: 6.0.3.4
68
+ version: '0'
75
69
  - !ruby/object:Gem::Dependency
76
70
  name: down
77
71
  requirement: !ruby/object:Gem::Requirement
78
72
  requirements:
79
- - - "~>"
73
+ - - ">="
80
74
  - !ruby/object:Gem::Version
81
- version: '5.0'
75
+ version: '0'
82
76
  type: :runtime
83
77
  prerelease: false
84
78
  version_requirements: !ruby/object:Gem::Requirement
85
79
  requirements:
86
- - - "~>"
80
+ - - ">="
87
81
  - !ruby/object:Gem::Version
88
- version: '5.0'
82
+ version: '0'
89
83
  - !ruby/object:Gem::Dependency
90
84
  name: rails
91
85
  requirement: !ruby/object:Gem::Requirement
92
86
  requirements:
93
- - - "~>"
94
- - !ruby/object:Gem::Version
95
- version: 6.0.3
96
87
  - - ">="
97
88
  - !ruby/object:Gem::Version
98
- version: 6.0.3.4
89
+ version: '0'
99
90
  type: :runtime
100
91
  prerelease: false
101
92
  version_requirements: !ruby/object:Gem::Requirement
102
93
  requirements:
103
- - - "~>"
104
- - !ruby/object:Gem::Version
105
- version: 6.0.3
106
94
  - - ">="
107
95
  - !ruby/object:Gem::Version
108
- version: 6.0.3.4
96
+ version: '0'
109
97
  description: "This gem creates folders and files that are meant for the Views of your
110
98
  rails web app so as to\n provide easier starting point to your development process.\n
111
99
  You can check the github repo for this gem:\n \n \t ======> https://github.com/elibiz443/frontview