railpack 0.1.2 → 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: b5e7f4cdb2d97aa6548748d5bb152006ec48043f0b666e7b62cd466b8088c5d4
4
- data.tar.gz: b0ef534f5b43c4769b2b0b6e585caecd2f317bb670c584a393bdc432fed9cbe4
3
+ metadata.gz: 345122cde43557e71aff613d93a239f0ab6e1da3ba4f19d6d029a44a119ae502
4
+ data.tar.gz: 3487d4872c09877593ce2f36ed5452d12f74e138c8e639797dc36b07b8c2f6bb
5
5
  SHA512:
6
- metadata.gz: 66c2b1e9ddd6335661d62cc90823f90443e6f76c9c0a204b52b1e68eaa7c99e6a02d206cde81d94b6b2a1f2eaea5a494339b02de0a42985159b97eca8c61b096
7
- data.tar.gz: 7cdf8d86b9d13d60dc80005be2bfe2f84be0fb49c44afbd9fec267f853d503b0260a2fb3f0613f176fbb1552fddc80f97e6d1184c795b56f255ed5e7b3a54cc8
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.2"
4
+ VERSION = "0.1.5"
5
5
  end
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
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: []
11
- date: 2023-10-31 00:00:00.000000000 Z
12
+ date: 2023-11-01 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description:
14
15
  email:
@@ -25,14 +26,16 @@ 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.0.gem
30
- - railpack-0.1.1.gem
31
- homepage: https://github.com/liroyleshed/railpack
32
+ - railpack-0.1.2.gem
33
+ - railpack-0.1.3.gem
34
+ homepage: https://github.com/21tycoons/railpack
32
35
  licenses:
33
36
  - MIT
34
37
  metadata:
35
- homepage_uri: https://github.com/liroyleshed/railpack
38
+ homepage_uri: https://github.com/21tycoons/railpack
36
39
  post_install_message:
37
40
  rdoc_options: []
38
41
  require_paths:
data/railpack-0.1.0.gem DELETED
Binary file
data/railpack-0.1.1.gem DELETED
Binary file