tramway-landing 2.0.1.4 → 2.0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/{en/forms.yml → en.forms.yml} +0 -0
- data/config/locales/{ru/forms.yml → ru.forms.yml} +0 -0
- data/config/locales/{ru/models.yml → ru.models.yml} +0 -0
- data/config/locales/{ru/state_machines.yml → ru.state_machines.yml} +0 -0
- data/lib/tramway/landing/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b27fab49c91050efca7bd994a2ba7561dbf829c7e6beb56528a6fcd276ac917d
|
4
|
+
data.tar.gz: 7fbe433604bbc5a7650c36e26661ceaeeccdb28b8bde3bf27faf7d07b5999e54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cfd09630aaa0927685e0d20eebafd3333ca525e3cfd10d462584c96cda647f5567e8680b6abfd34ebbf1db52284082c639f91b0a131541e2a8d2001e3ea1ed1
|
7
|
+
data.tar.gz: 4f9059429b639cf448f92fbdaf2babc1d663f8539a09b0ff1197f2b24be06ed36e55cf85b37c85e92f1e9c42456ab54b1f1565c55b0ad1560a1df93e76c58cdf
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-landing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.1.
|
4
|
+
version: 2.0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Kalashnikov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Landing Engine for your Rails projects
|
14
14
|
email:
|
@@ -62,10 +62,10 @@ files:
|
|
62
62
|
- app/views/tramway/landing/blocks/templates/_text.html.haml
|
63
63
|
- config/initializers/assets.rb
|
64
64
|
- config/initializers/tramway.rb
|
65
|
-
- config/locales/en
|
66
|
-
- config/locales/ru
|
67
|
-
- config/locales/ru
|
68
|
-
- config/locales/ru
|
65
|
+
- config/locales/en.forms.yml
|
66
|
+
- config/locales/ru.forms.yml
|
67
|
+
- config/locales/ru.models.yml
|
68
|
+
- config/locales/ru.state_machines.yml
|
69
69
|
- config/routes.rb
|
70
70
|
- lib/tasks/tramway/landing_tasks.rake
|
71
71
|
- lib/tramway/landing.rb
|