vite_hanami 0.5.1 → 0.5.2

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: 96cb8e2c9ebbfbc080f464e164fcee181000c0def5d148bec276dff70e80b1d3
4
- data.tar.gz: 4db4bb7a2cde40c3b2c92499bf6e694ba9180893fe28563aa6561196ce62d414
3
+ metadata.gz: e5ffa95eaa87e0db9fb386b160632b483aa5f13b5541992aeb8b858a104af91e
4
+ data.tar.gz: d082156f827529da5a2e112cea26c5ef9db637d8108308890204d41ed4eaa2a6
5
5
  SHA512:
6
- metadata.gz: 1443b43f6ff6f18d46ceab8c4c19328a219ca633efdb5d5abaf5fcd7031013b6c558b3a1d259cf9c9f94d6f1e26024b5186294a1ebdb4260e3b09c7a11d8f11c
7
- data.tar.gz: eb73fa46a1140138379c9522b567989af4a851d841b44ed6fa747363537db8a4a30453afe9a5955083079086adb26316592b500ad7e762783365f36237cec79d
6
+ metadata.gz: 700c1f9e9f45a7a9904935d3c702c610575533a214d5a7dd055c6ece96b5839e128364c2a30038f2eb1082d1e9dd1dcc4e79466340f36a273c9f02d9768c5643
7
+ data.tar.gz: b013d51d0e311a025234cdb7d73f26b44ca3e0e0489f3e88df851e176e1e697903b6eef2d7cf01525b12020c1c6615fb6eff279b88b705e45740038e66deb2bd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [0.5.2](https://github.com/ElMassimo/vite_ruby/compare/vite_hanami@0.5.1...vite_hanami@0.5.2) (2021-03-07)
2
+
3
+
4
+ ### Features
5
+
6
+ * Create Vite.js integration with Padrino ([#17](https://github.com/ElMassimo/vite_ruby/issues/17)) ([9e9a0a6](https://github.com/ElMassimo/vite_ruby/commit/9e9a0a67abceed0a784d3c2e0554c717d7f5d1d6))
7
+
8
+
9
+
1
10
  ## Vite Hanami 0.5.1 (2020-02-10)
2
11
 
3
12
  - Install rake tasks in Rakefile by default.
data/README.md CHANGED
@@ -61,6 +61,8 @@ dev server is extremely __fast to start__, and your changes will be __updated in
61
61
  In production, Vite [bundles your code][bundling]
62
62
  with tree-shaking, lazy-loading, and common chunk splitting out of the box, to achieve optimal loading performance.
63
63
 
64
+ It also provides great defaults, and is easier to configure than similar tools like webpack.
65
+
64
66
  ## Features ⚡️
65
67
 
66
68
  - 💡 Instant server start
@@ -106,6 +108,7 @@ Please use [Issues] to report bugs you find, and [Discussions] to make feature r
106
108
 
107
109
  Don't hesitate to _⭐️ star the project_ if you find it useful!
108
110
 
111
+ Using it in production? Always love to hear about it! 😃
109
112
 
110
113
  ## Special Thanks 🙏
111
114
 
@@ -21,8 +21,8 @@ module ViteHanami::Installation
21
21
  )
22
22
  CSP
23
23
  append root.join('Rakefile'), <<~RAKE
24
- require 'vite_hanami'
25
- ViteRuby.install_tasks
24
+ require 'vite_hanami'
25
+ ViteRuby.install_tasks
26
26
  RAKE
27
27
  end
28
28
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ViteHanami
4
- VERSION = '0.5.1'
4
+ VERSION = '0.5.2'
5
5
  end
metadata CHANGED
@@ -1,71 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vite_hanami
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Máximo Mussini
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-10 00:00:00.000000000 Z
11
+ date: 2021-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vite_ruby
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '1.0'
20
20
  type: :runtime
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: '0'
27
- - !ruby/object:Gem::Dependency
28
- name: bundler
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 1.3.0
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ">="
39
- - !ruby/object:Gem::Version
40
- version: 1.3.0
41
- - !ruby/object:Gem::Dependency
42
- name: rubocop
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- - !ruby/object:Gem::Dependency
56
- name: rubocop-performance
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: '0'
26
+ version: '1.0'
69
27
  description:
70
28
  email:
71
29
  - maximomussini@gmail.com
@@ -74,7 +32,6 @@ extensions: []
74
32
  extra_rdoc_files: []
75
33
  files:
76
34
  - CHANGELOG.md
77
- - CONTRIBUTING.md
78
35
  - LICENSE.txt
79
36
  - README.md
80
37
  - lib/vite_hanami.rb
@@ -86,8 +43,8 @@ homepage: https://github.com/ElMassimo/vite_ruby
86
43
  licenses:
87
44
  - MIT
88
45
  metadata:
89
- source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_hanami@0.5.1/vite_hanami
90
- changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_hanami@0.5.1/vite_hanami/CHANGELOG.md
46
+ source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_hanami@0.5.2/vite_hanami
47
+ changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_hanami@0.5.2/vite_hanami/CHANGELOG.md
91
48
  post_install_message:
92
49
  rdoc_options: []
93
50
  require_paths:
data/CONTRIBUTING.md DELETED
@@ -1,33 +0,0 @@
1
- ## Setting Up a Development Environment
2
-
3
- 1. Install [Yarn](https://yarnpkg.com/)
4
-
5
- 2. Run the following commands to set up the development environment.
6
-
7
- ```
8
- bundle install
9
- ```
10
-
11
- ## Making sure your changes pass all tests
12
- There are a number of automated checks which run on GitHub Actions when a pull request is created.
13
- You can run those checks on your own locally to make sure that your changes would not break the CI build.
14
-
15
- ### 1. Check the code for JavaScript style violations
16
- ```
17
- yarn lint
18
- ```
19
-
20
- ### 2. Check the code for Ruby style violations
21
- ```
22
- bundle exec rubocop
23
- ```
24
-
25
- ### 3. Run the JavaScript test suite
26
- ```
27
- yarn test
28
- ```
29
-
30
- ### 4. Run the Ruby test suite
31
- ```
32
- bundle exec rake test
33
- ```