railpack 0.1.3 → 0.1.5

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: 37fea5fd09e0075818220bb662e4ba5b296b591aed56a037a064f22c483f10ce
4
- data.tar.gz: c5732d294129130217e54998cc86192d456c7402e5d3abe0d4cd64359592f49d
3
+ metadata.gz: 345122cde43557e71aff613d93a239f0ab6e1da3ba4f19d6d029a44a119ae502
4
+ data.tar.gz: 3487d4872c09877593ce2f36ed5452d12f74e138c8e639797dc36b07b8c2f6bb
5
5
  SHA512:
6
- metadata.gz: e06ba3c43ccb2d8504c86c4f79a7a9f2fa5373008dc5a9db60935ed6a43878e6482c13d3761e34dbfe77776edd6f7ea7a0dccf57301e2b36ba78232a11fed3a8
7
- data.tar.gz: 3e36dee3d01c6002c52f21cc3e0f8622c1552ca2ff529daae9f2a6a8f00ec65a89880e1be6bad39187780439bd3441650a1828590d08c464cb90674b946cd1fd
6
+ metadata.gz: aca98292bfa65e16a20448642ee42acd6b8c813d2f17d32674c114928f87af165a79b611be94ee167739681a3709d7e71e4837fd4549d612b3c00ccfdab65c39
7
+ data.tar.gz: 7c97f5b357f9cd0999c414d5720341db779145f986edc38fc111f42a904820e901e80e1c76a098aa62ef92cf087528e4599c2e559c8eb2a9dc152242a4d217f3
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.5"
5
5
  end
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.5
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,11 @@ 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
30
34
  homepage: https://github.com/21tycoons/railpack
31
35
  licenses:
32
36
  - MIT
data/railpack-0.1.1.gem DELETED
Binary file