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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -10
  3. data/lib/railpack/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef9de055cf1f47b5a60b82972c989105ce80d0f4634b0193dabd4681a80f4228
4
- data.tar.gz: 70e4d910e80b991984c2833b98d10786a916335825c1e294578d073ec64dbd7e
3
+ metadata.gz: ded6facd93278dbea656e9785d07a53b124d9d5477a99a34a362ee1120e91d33
4
+ data.tar.gz: f329ab2bfc29cf54fa6adb5b903236c195427c9fbaac794050ee9036ba0728ee
5
5
  SHA512:
6
- metadata.gz: 4d2f8953ce676129afc093eba3532e27ccad403d52767c39c781fceca18379835fd52cc454022989dab5a53a33d16addd8a961d6732d90705c60f75f59b47ee9
7
- data.tar.gz: 59aeb856904a4707affc00973e740ed5a8c0f60f6ff3e803ddcdb270ae2ac9dbde8fc3ab9a4dceae21a94131beba40520bb5580711c8cba40cd519b4e95c71a8
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
- ## Usage
21
+ ## Still in Development
22
22
 
23
- TODO: Write usage instructions here
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/[USERNAME]/railpack. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/railpack/blob/master/CODE_OF_CONDUCT.md).
27
+ Bug reports and pull requests are welcome on GitHub at https://github.com/21tycoons/railpack.
34
28
 
35
29
  ## License
36
30
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Railpack
4
- VERSION = "0.1.8"
4
+ VERSION = "0.1.9"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - 21tycoons LLC