railpack 0.1.8 → 0.1.9
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/README.md +4 -10
- data/lib/railpack/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ded6facd93278dbea656e9785d07a53b124d9d5477a99a34a362ee1120e91d33
|
4
|
+
data.tar.gz: f329ab2bfc29cf54fa6adb5b903236c195427c9fbaac794050ee9036ba0728ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de9a245524b519a480c2d2298ec3b73a7e5e11121a36e2438f209e6b27e044ba8edd0ec4a23f8db031ab39e6f3917a453db4bbbca61cddd39c0466541b40b1de
|
7
|
+
data.tar.gz: c1b8d47fcf4f8b0778a78e0b8025dd2e2f51fbbb416784701b265b1c2a93fa61515b3bb59f27c28aecec5596a4e239c69d7abe388ae47e2d24c8c6d69db234ee
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Railpack
|
1
|
+
# Railpack 🎒
|
2
2
|
|
3
3
|
Use webpack/esbuild/bun/rollup to manage JavaScript without the "asset pipeline" in your Rails app.
|
4
4
|
|
@@ -18,19 +18,13 @@ Or install it yourself as:
|
|
18
18
|
|
19
19
|
$ gem install railpack
|
20
20
|
|
21
|
-
##
|
21
|
+
## Still in Development
|
22
22
|
|
23
|
-
|
24
|
-
|
25
|
-
## Development
|
26
|
-
|
27
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
28
|
-
|
29
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
23
|
+
NOT READY YET, FEEL FREE TO CONTRIBUTE. 👍
|
30
24
|
|
31
25
|
## Contributing
|
32
26
|
|
33
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
27
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/21tycoons/railpack.
|
34
28
|
|
35
29
|
## License
|
36
30
|
|
data/lib/railpack/version.rb
CHANGED