shimmer 0.0.1 → 0.0.4

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.
metadata CHANGED
@@ -1,40 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shimmer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Ravens
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email:
15
15
  - jens@nerdgeschoss.de
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - ".editorconfig"
21
+ - ".eslintrc.js"
22
+ - ".prettierrc"
23
+ - ".ruby-version"
24
+ - ".solargraph.yml"
25
+ - ".vscode/settings.json"
20
26
  - CHANGELOG.md
21
27
  - CODE_OF_CONDUCT.md
22
28
  - Gemfile
29
+ - Gemfile.lock
23
30
  - LICENSE.txt
24
31
  - README.md
25
32
  - Rakefile
26
33
  - bin/console
27
34
  - bin/setup
28
35
  - lib/shimmer.rb
36
+ - lib/shimmer/controllers/files_controller.rb
37
+ - lib/shimmer/controllers/sitemaps_controller.rb
38
+ - lib/shimmer/jobs/sitemap_job.rb
39
+ - lib/shimmer/middlewares/cloudflare.rb
40
+ - lib/shimmer/railtie.rb
41
+ - lib/shimmer/tasks/db.rake
42
+ - lib/shimmer/tasks/lint.rake
43
+ - lib/shimmer/utils/file_helper.rb
44
+ - lib/shimmer/utils/file_proxy.rb
45
+ - lib/shimmer/utils/localizable.rb
46
+ - lib/shimmer/utils/remote_navigation.rb
47
+ - lib/shimmer/utils/sitemap_adapter.rb
29
48
  - lib/shimmer/version.rb
49
+ - package.json
50
+ - rollup.config.js
30
51
  - shimmer.gemspec
52
+ - src/index.ts
53
+ - src/locale.ts
54
+ - src/modal.ts
55
+ - src/serviceworker.ts
56
+ - src/touch.ts
57
+ - tsconfig.json
58
+ - typings.d.ts
59
+ - yarn.lock
31
60
  homepage: https://github.com/nerdgeschoss/shimmer
32
61
  licenses:
33
62
  - MIT
34
63
  metadata:
35
64
  homepage_uri: https://github.com/nerdgeschoss/shimmer
36
65
  source_code_uri: https://github.com/nerdgeschoss/shimmer
37
- post_install_message:
66
+ post_install_message:
38
67
  rdoc_options: []
39
68
  require_paths:
40
69
  - lib
@@ -49,8 +78,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
78
  - !ruby/object:Gem::Version
50
79
  version: '0'
51
80
  requirements: []
52
- rubygems_version: 3.1.6
53
- signing_key:
81
+ rubygems_version: 3.2.32
82
+ signing_key:
54
83
  specification_version: 4
55
84
  summary: Shimmer brings all the bells and whistles of a hotwired application, right
56
85
  from the start.