intranet-core 1.0.0 → 1.0.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/intranet/core/version.rb +1 -1
- data/lib/intranet/resources/haml/skeleton.haml +4 -4
- data/spec/intranet/core_spec.rb +2 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee6b74171f37150ff5b9223147357e1fea80d07c
|
|
4
|
+
data.tar.gz: a962d285ddb206b084b5e0d7d531d4a747c9f77d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88f361d697c2e5e9e2560247ca8ba5cd19960ee5e12129c903fd26c83654b16e4102a41d4ac7b160dc2f108ee05c62d4887ec561390329552e3a59f90299de6f
|
|
7
|
+
data.tar.gz: 86370fd5244a3bacb3551a0ede1b0252b1fda8e74bc14aaf285fb2a37856ba695265af288d5888c067aab7de4f3267d5b2dff470db6eb310522705f71de0a11f
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
%aside#modal
|
|
46
46
|
%div#modal-content
|
|
47
47
|
%h2= 'Intranet'
|
|
48
|
-
%h3
|
|
49
|
-
= 'core' + ' '
|
|
50
|
-
%em= Intranet::Core::VERSION
|
|
51
48
|
%p
|
|
52
|
-
%
|
|
49
|
+
%strong
|
|
50
|
+
%a{href: 'https://rubygems.org/gems/intranet-core', target: '_blank'}= 'core'
|
|
51
|
+
= ' '
|
|
52
|
+
= Intranet::Core::VERSION
|
data/spec/intranet/core_spec.rb
CHANGED
|
@@ -315,10 +315,9 @@ RSpec.describe Intranet::Core do
|
|
|
315
315
|
expect(html).to match(%r{<script defer='defer' src='module.js'></script>})
|
|
316
316
|
expect(html).to match(%r{<script defer='defer' src='/js/interactive.js'></script>})
|
|
317
317
|
|
|
318
|
-
# Returned HTML document: includes Intranet Version
|
|
318
|
+
# Returned HTML document: includes Intranet Core Version
|
|
319
319
|
expect(html).to match(%r{<footer>.*#{Intranet::Core::VERSION}.*</footer>}m)
|
|
320
|
-
expect(html).to
|
|
321
|
-
match(%r{<footer>.*https://bitbucket.org/linuxtools/intranet.git.*</footer>}m)
|
|
320
|
+
expect(html).to match(%r{<footer>.*https://rubygems.org/gems/intranet-core.*</footer>}m)
|
|
322
321
|
ensure
|
|
323
322
|
socket.close
|
|
324
323
|
Thread.kill(thread)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: intranet-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ebling Mis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-12-
|
|
11
|
+
date: 2018-12-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: haml
|
|
@@ -191,7 +191,7 @@ files:
|
|
|
191
191
|
- spec/spec_helper.rb
|
|
192
192
|
- spec/test_responder/responder.rb
|
|
193
193
|
- spec/test_responder/www/style.css
|
|
194
|
-
homepage: https://bitbucket.org/ebling-mis/intranet-core
|
|
194
|
+
homepage: https://bitbucket.org/ebling-mis/intranet-core
|
|
195
195
|
licenses:
|
|
196
196
|
- MIT
|
|
197
197
|
metadata: {}
|