railpack 0.1.3 → 0.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37fea5fd09e0075818220bb662e4ba5b296b591aed56a037a064f22c483f10ce
4
- data.tar.gz: c5732d294129130217e54998cc86192d456c7402e5d3abe0d4cd64359592f49d
3
+ metadata.gz: 76931523bdb2f0e6c4e6982c118fc1a0b89ca7b69aec00b077b522be7ef90ca4
4
+ data.tar.gz: e37d2b8ba05106edf8cbf4eded911420c970a3745cae5592fb89f94e829c1131
5
5
  SHA512:
6
- metadata.gz: e06ba3c43ccb2d8504c86c4f79a7a9f2fa5373008dc5a9db60935ed6a43878e6482c13d3761e34dbfe77776edd6f7ea7a0dccf57301e2b36ba78232a11fed3a8
7
- data.tar.gz: 3e36dee3d01c6002c52f21cc3e0f8622c1552ca2ff529daae9f2a6a8f00ec65a89880e1be6bad39187780439bd3441650a1828590d08c464cb90674b946cd1fd
6
+ metadata.gz: d0d231f4f376f22bb27674b481252407de38e24a4742e0d139bccfd39c8f8fa699447e4a1cdbefdd4e53a61a23a9385fbc5ea837895b09d6bbc08dd402a82bd6
7
+ data.tar.gz: ab7056a289dda6e8eb52e90ed20e4436f2383d6e5e41b008faf644db7d957969c01ff16854fbd768efbd0802878f84a3e69767361b6581aa5348bb70ab241358
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Liroy Leshed
3
+ Copyright (c) 2023 21tycoons, LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Railpack
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/railpack`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Use webpack/esbuild/bun/rollup to manage JavaScript without the "asset pipeline" in Rails.
6
4
 
7
5
  ## Installation
8
6
 
@@ -0,0 +1,2 @@
1
+ class Railpack::Instance
2
+ end
@@ -0,0 +1,2 @@
1
+ class Railpack::Settings
2
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Railpack
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.6"
5
5
  end
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - 21tycoons, LLC
8
+ - Liroy Leshed
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
@@ -25,8 +26,12 @@ files:
25
26
  - bin/console
26
27
  - bin/setup
27
28
  - lib/railpack.rb
29
+ - lib/railpack/instance.rb
30
+ - lib/railpack/settings.rb
28
31
  - lib/railpack/version.rb
29
- - railpack-0.1.1.gem
32
+ - railpack-0.1.2.gem
33
+ - railpack-0.1.3.gem
34
+ - railpack-0.1.5.gem
30
35
  homepage: https://github.com/21tycoons/railpack
31
36
  licenses:
32
37
  - MIT
@@ -50,5 +55,6 @@ requirements: []
50
55
  rubygems_version: 3.1.2
51
56
  signing_key:
52
57
  specification_version: 4
53
- summary: Use webpack to manage JavaScript without the "asset pipeline" in Rails
58
+ summary: Use webpack/esbuild/bun/rollup to manage JavaScript without the "asset pipeline"
59
+ in Rails
54
60
  test_files: []
data/railpack-0.1.1.gem DELETED
Binary file