tramway-site 0.1.0.2 → 0.1.0.3

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: 53d3f3fff069b7fa3c5365952837a45bca75bade075974835e7e03f66bf87888
4
- data.tar.gz: 0f0e1240d06fa7d89ea85a8b543c16d38cbfe7823392e1a9fd5d1b4d47c995d6
3
+ metadata.gz: 6b2d44e6fd4d4363e372db9ef3c3e7741346d0ceb32f7658291ca29eca85a382
4
+ data.tar.gz: 9a63b6b1dc759057f60cce23602477b162625a6a94c75ea67937dd95aa53711e
5
5
  SHA512:
6
- metadata.gz: 8220798ef83ae8c8926ae92c1ee80b929e63d2feeeec069fc2145e70d4dbe8be58c32e33ff3aaf5d26bbe2920fce9774debf69eb490725dbc4e4054f04a3c962
7
- data.tar.gz: 5b409a15bcfd6b5bf38969a83ed1e3d0f719e2f7aa3f3519e08bc13bbc2607b5383edbdc594ee03e0a5f006725e4b3c7faa49f7cca614e17ee26b186d61d4846
6
+ metadata.gz: a6a51f239e27fe7d4f91a8a8aef8eecfe1347d80b4bdb0c6971f18580e3cf06064c7cf9ad2fee61ccef4d6a758bae953c7745f55cc14f7094ba7fb52748b93a1
7
+ data.tar.gz: ba073279522b7d9cebf23effc45530189176d3bd402e306706feea1ab79f74e38827030d458572f625de85bb1692a8164caac8da73724d1d2f1a078c5c7ec7d1
@@ -1,6 +1,6 @@
1
1
  = content_for :head_content do
2
- = stylesheet_link_tag 'tramway/person/application', media: 'all'
3
- = javascript_include_tag 'tramway/person/application'
2
+ = stylesheet_link_tag 'tramway/site/application', media: 'all'
3
+ = javascript_include_tag 'tramway/site/application'
4
4
 
5
5
  = content_for :application_name do
6
6
  = @application&.title || t('application.name')
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Site
3
- VERSION = '0.1.0.2'
3
+ VERSION = '0.1.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-site
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.2
4
+ version: 0.1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-07 00:00:00.000000000 Z
11
+ date: 2019-07-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails engine for person site
14
14
  email: