shakapacker 7.2.2 → 7.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/dummy.yml +2 -1
- data/.github/workflows/generator.yml +2 -1
- data/.github/workflows/jest.yml +2 -1
- data/.github/workflows/js-lint.yml +2 -1
- data/.github/workflows/rubocop.yml +2 -1
- data/.github/workflows/ruby-backward-compatibility.yml +2 -1
- data/.github/workflows/ruby.yml +2 -1
- data/.node-version +1 -1
- data/CHANGELOG.md +8 -3
- data/README.md +20 -1
- data/docs/react.md +1 -1
- data/docs/v6_upgrade.md +1 -1
- data/lib/shakapacker/compiler.rb +1 -1
- data/lib/shakapacker/deprecation_helper.rb +1 -1
- data/lib/shakapacker/helper.rb +3 -3
- data/lib/shakapacker/version.rb +1 -1
- data/package/index.js +1 -1
- data/package.json +2 -2
- data/spec/backward_compatibility_specs/helper_spec.rb +3 -3
- data/spec/fixtures/github_url_package-lock.v1.json +1 -1
- data/spec/fixtures/github_url_package-lock.v2.json +2 -2
- data/spec/fixtures/github_url_package.json +1 -1
- data/spec/fixtures/github_url_pnpm-lock.v7.yaml +1 -1
- data/spec/fixtures/github_url_pnpm-lock.v8.yaml +1 -1
- data/spec/fixtures/github_url_yarn.v1.lock +1 -1
- data/spec/fixtures/github_url_yarn.v2.lock +2 -2
- data/spec/shakapacker/helper_spec.rb +3 -3
- data/spec/shakapacker/version_checker_spec.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5968b3bebbc2447a2aa26ecdef02b4bd96e593d9f04b30fdcf33415b2e674e64
|
4
|
+
data.tar.gz: fe48b75ef65f90b2df1a78c76530ffe265228d048da91f5cbbdd038aac10ca11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb4c1b9f91d5c60d03bb71deeff4d42a6746261f0ea8d5013f60f0b8a343a9d3758db097a863abce1027496634e0677355f56ac1726a270e5b3a9ac88ec5dc9c
|
7
|
+
data.tar.gz: 96d1279afa3d03a145ab537e1e1f4357e14567fd3c9855dba36d37fff88efc6e20b261063e7c075455cf038ad504981da51b5446e5004485ebf66c134735aeeb
|
data/.github/workflows/dummy.yml
CHANGED
data/.github/workflows/jest.yml
CHANGED
data/.github/workflows/ruby.yml
CHANGED
data/.node-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
21.0.0
|
data/CHANGELOG.md
CHANGED
@@ -7,8 +7,12 @@
|
|
7
7
|
## [Unreleased]
|
8
8
|
Changes since the last non-beta release.
|
9
9
|
|
10
|
-
|
10
|
+
- Emit warnings instead of errors when compilation is success but stderr is not empty. [PR 416](https://github.com/shakacode/shakapacker/pull/416) by [n-rodriguez](https://github.com/n-rodriguez).
|
11
|
+
- Allow `webpack-dev-server` v5. [PR 418](https://github.com/shakacode/shakapacker/pull/418) by [G-Rath](https://github.com/g-rath)
|
12
|
+
|
13
|
+
## [v7.2.2] - January 19, 2024
|
11
14
|
|
15
|
+
### Added
|
12
16
|
- Allow `compression-webpack-plugin` v11. [PR 406](https://github.com/shakacode/shakapacker/pull/406) by [tagliala](https://github.com/tagliala).
|
13
17
|
|
14
18
|
## [v7.2.1] - December 30, 2023
|
@@ -61,7 +65,7 @@ Changes since the last non-beta release.
|
|
61
65
|
|
62
66
|
- Export immutable webpackConfig function. [PR 293](https://github.com/shakacode/shakapacker/pull/293) by [tomdracz](https://github.com/tomdracz).
|
63
67
|
|
64
|
-
The `webpackConfig` property in the `shakapacker` module has been updated to be a function instead of a global mutable webpack configuration. This function now returns an immutable webpack configuration object, which ensures that any modifications made to it will not affect any other usage of the webpack configuration. If a project still requires the old mutable object, it can be accessed by replacing `webpackConfig` with `globalMutableWebpackConfig`. Check [v7-upgrade](https://github.com/shakacode/shakapacker/blob/
|
68
|
+
The `webpackConfig` property in the `shakapacker` module has been updated to be a function instead of a global mutable webpack configuration. This function now returns an immutable webpack configuration object, which ensures that any modifications made to it will not affect any other usage of the webpack configuration. If a project still requires the old mutable object, it can be accessed by replacing `webpackConfig` with `globalMutableWebpackConfig`. Check [v7-upgrade](https://github.com/shakacode/shakapacker/blob/main/docs/v7_upgrade.md) documentation for more detail.
|
65
69
|
|
66
70
|
### Added
|
67
71
|
- Set CSS modules mode depending on file type. [PR 261](https://github.com/shakacode/shakapacker/pull/261) by [talyuk](https://github.com/talyuk).
|
@@ -299,7 +303,8 @@ Note: [Rubygem is 6.3.0.pre.rc.1](https://rubygems.org/gems/shakapacker/versions
|
|
299
303
|
## v5.4.3 and prior changes from rails/webpacker
|
300
304
|
See [CHANGELOG.md in rails/webpacker (up to v5.4.3)](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
|
301
305
|
|
302
|
-
[Unreleased]: https://github.com/shakacode/shakapacker/compare/v7.2.
|
306
|
+
[Unreleased]: https://github.com/shakacode/shakapacker/compare/v7.2.2...main
|
307
|
+
[v7.2.2]: https://github.com/shakacode/shakapacker/compare/v7.2.1...v7.2.2
|
303
308
|
[v7.2.1]: https://github.com/shakacode/shakapacker/compare/v7.2.0...v7.2.1
|
304
309
|
[v7.2.0]: https://github.com/shakacode/shakapacker/compare/v7.1.0...v7.2.0
|
305
310
|
[v7.1.0]: https://github.com/shakacode/shakapacker/compare/v7.0.3...v7.1.0
|
data/README.md
CHANGED
@@ -703,7 +703,26 @@ yarn add postcss-preset-env postcss-flexbugs-fixes
|
|
703
703
|
#### Sass
|
704
704
|
|
705
705
|
```bash
|
706
|
-
yarn add sass
|
706
|
+
yarn add sass-loader
|
707
|
+
```
|
708
|
+
|
709
|
+
You will also need to install [Dart Sass](https://github.com/sass/dart-sass), [Node Sass](https://github.com/sass/node-sass) or [Sass Embedded](https://github.com/sass/embedded-host-node) to pick the implementation to use. sass-loader will automatically pick an implementation based on installed packages.
|
710
|
+
|
711
|
+
Please refer to [sass-loader documentation](https://www.npmjs.com/package/sass-loader) and individual packages repos for more information on all the options.
|
712
|
+
|
713
|
+
##### Dart Sass
|
714
|
+
```bash
|
715
|
+
yarn add sass
|
716
|
+
```
|
717
|
+
|
718
|
+
##### Node Sass
|
719
|
+
```bash
|
720
|
+
yarn add node-sass
|
721
|
+
```
|
722
|
+
|
723
|
+
##### Sass Embedded
|
724
|
+
```bash
|
725
|
+
yarn add sass-embedded
|
707
726
|
```
|
708
727
|
|
709
728
|
#### Less
|
data/docs/react.md
CHANGED
@@ -226,7 +226,7 @@ module.exports = webpackConfig;
|
|
226
226
|
- },
|
227
227
|
```
|
228
228
|
|
229
|
-
11. Create a `babel.config.js` file in the project root and add the following [sample code](https://github.com/shakacode/shakapacker/blob/
|
229
|
+
11. Create a `babel.config.js` file in the project root and add the following [sample code](https://github.com/shakacode/shakapacker/blob/main/docs/customizing_babel_config.md#react-configuration):
|
230
230
|
```js
|
231
231
|
module.exports = function (api) {
|
232
232
|
const defaultConfigFunc = require('shakapacker/package/babel/preset.js')
|
data/docs/v6_upgrade.md
CHANGED
@@ -140,7 +140,7 @@ _If you're on webpacker v5, follow [how to upgrade to webpacker v6.0.0.rc.6 from
|
|
140
140
|
```
|
141
141
|
See customization example the [Customizing Babel Config](./customizing_babel_config.md) for React configuration.
|
142
142
|
|
143
|
-
1. `extensions` was removed from the `webpacker.yml` file. Move custom extensions to your configuration by merging an object like this. For more details, see docs for [Webpack Configuration](https://github.com/shakacode/shakapacker/blob/
|
143
|
+
1. `extensions` was removed from the `webpacker.yml` file. Move custom extensions to your configuration by merging an object like this. For more details, see docs for [Webpack Configuration](https://github.com/shakacode/shakapacker/blob/main/README.md#webpack-configuration)
|
144
144
|
|
145
145
|
```js
|
146
146
|
{
|
data/lib/shakapacker/compiler.rb
CHANGED
@@ -88,7 +88,7 @@ class Shakapacker::Compiler
|
|
88
88
|
|
89
89
|
if status.success?
|
90
90
|
logger.info "Compiled all packs in #{config.public_output_path}"
|
91
|
-
logger.
|
91
|
+
logger.warn "#{stderr}" unless stderr.empty?
|
92
92
|
|
93
93
|
if config.webpack_compile_output?
|
94
94
|
logger.info stdout
|
@@ -1,7 +1,7 @@
|
|
1
1
|
require "thor"
|
2
2
|
|
3
3
|
module Shakapacker
|
4
|
-
DEPRECATION_GUIDE_URL = "https://github.com/shakacode/shakapacker/blob/
|
4
|
+
DEPRECATION_GUIDE_URL = "https://github.com/shakacode/shakapacker/blob/main/docs/v7_upgrade.md"
|
5
5
|
DEPRECATION_MESSAGE = <<~MSG
|
6
6
|
DEPRECATION NOTICE:
|
7
7
|
|
data/lib/shakapacker/helper.rb
CHANGED
@@ -98,7 +98,7 @@ module Shakapacker::Helper
|
|
98
98
|
def javascript_pack_tag(*names, defer: true, **options)
|
99
99
|
if @javascript_pack_tag_loaded
|
100
100
|
raise "To prevent duplicated chunks on the page, you should call javascript_pack_tag only once on the page. " \
|
101
|
-
"Please refer to https://github.com/shakacode/shakapacker/blob/
|
101
|
+
"Please refer to https://github.com/shakacode/shakapacker/blob/main/README.md#view-helpers-javascript_pack_tag-and-stylesheet_pack_tag for the usage guide"
|
102
102
|
end
|
103
103
|
|
104
104
|
append_javascript_pack_tag(*names, defer: defer)
|
@@ -169,7 +169,7 @@ module Shakapacker::Helper
|
|
169
169
|
def append_stylesheet_pack_tag(*names)
|
170
170
|
if @stylesheet_pack_tag_loaded
|
171
171
|
raise "You can only call append_stylesheet_pack_tag before stylesheet_pack_tag helper. " \
|
172
|
-
"Please refer to https://github.com/shakacode/shakapacker/blob/
|
172
|
+
"Please refer to https://github.com/shakacode/shakapacker/blob/main/README.md#view-helper-append_javascript_pack_tag-prepend_javascript_pack_tag-and-append_stylesheet_pack_tag for the usage guide"
|
173
173
|
end
|
174
174
|
|
175
175
|
@stylesheet_pack_tag_queue ||= []
|
@@ -196,7 +196,7 @@ module Shakapacker::Helper
|
|
196
196
|
def update_javascript_pack_tag_queue(defer:)
|
197
197
|
if @javascript_pack_tag_loaded
|
198
198
|
raise "You can only call #{caller_locations(1..1).first.label} before javascript_pack_tag helper. " \
|
199
|
-
"Please refer to https://github.com/shakacode/shakapacker/blob/
|
199
|
+
"Please refer to https://github.com/shakacode/shakapacker/blob/main/README.md#view-helper-append_javascript_pack_tag-prepend_javascript_pack_tag-and-append_stylesheet_pack_tag for the usage guide"
|
200
200
|
end
|
201
201
|
|
202
202
|
yield(defer ? :deferred : :non_deferred)
|
data/lib/shakapacker/version.rb
CHANGED
data/package/index.js
CHANGED
@@ -57,7 +57,7 @@ Please use 'globalMutableWebpackConfig' instead, or use
|
|
57
57
|
'generateWebpackConfig()' to avoid unwanted config mutation across the app.
|
58
58
|
|
59
59
|
For more information, see version 7 upgrade documentation at:
|
60
|
-
https://github.com/shakacode/shakapacker/blob/
|
60
|
+
https://github.com/shakacode/shakapacker/blob/main/docs/v7_upgrade.md
|
61
61
|
`)
|
62
62
|
return globalMutableWebpackConfig()
|
63
63
|
}
|
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "shakapacker",
|
3
|
-
"version": "7.2.
|
3
|
+
"version": "7.2.3",
|
4
4
|
"description": "Use webpack to manage app-like JavaScript modules in Rails",
|
5
5
|
"homepage": "https://github.com/shakacode/shakapacker",
|
6
6
|
"bugs": {
|
@@ -68,7 +68,7 @@
|
|
68
68
|
"webpack": "^5.72.0",
|
69
69
|
"webpack-assets-manifest": "^5.0.6",
|
70
70
|
"webpack-cli": "^4.9.2 || ^5.0.0",
|
71
|
-
"webpack-dev-server": "^4.9.0",
|
71
|
+
"webpack-dev-server": "^4.9.0 || ^5.0.0",
|
72
72
|
"webpack-merge": "^5.8.0"
|
73
73
|
},
|
74
74
|
"peerDependenciesMeta": {
|
@@ -126,7 +126,7 @@ module ActionView::TestCase::Behavior
|
|
126
126
|
it "#append_javascript_pack_tag raises an error if called after calling #javascript_pack_tag" do
|
127
127
|
expected_error_message = \
|
128
128
|
"You can only call append_javascript_pack_tag before javascript_pack_tag helper. " +
|
129
|
-
"Please refer to https://github.com/shakacode/shakapacker/blob/
|
129
|
+
"Please refer to https://github.com/shakacode/shakapacker/blob/main/README.md#view-helper-append_javascript_pack_tag-prepend_javascript_pack_tag-and-append_stylesheet_pack_tag for the usage guide"
|
130
130
|
|
131
131
|
expect {
|
132
132
|
javascript_pack_tag("application")
|
@@ -137,7 +137,7 @@ module ActionView::TestCase::Behavior
|
|
137
137
|
it "#prepend_javascript_pack_tag raises an error if called after calling #javascript_pack_tag" do
|
138
138
|
expected_error_message = \
|
139
139
|
"You can only call prepend_javascript_pack_tag before javascript_pack_tag helper. " +
|
140
|
-
"Please refer to https://github.com/shakacode/shakapacker/blob/
|
140
|
+
"Please refer to https://github.com/shakacode/shakapacker/blob/main/README.md#view-helper-append_javascript_pack_tag-prepend_javascript_pack_tag-and-append_stylesheet_pack_tag for the usage guide"
|
141
141
|
|
142
142
|
expect {
|
143
143
|
javascript_pack_tag("application")
|
@@ -167,7 +167,7 @@ module ActionView::TestCase::Behavior
|
|
167
167
|
|
168
168
|
it "#javascript_pack_tag rases error on multiple invocations" do
|
169
169
|
expected_error_message = "To prevent duplicated chunks on the page, you should call javascript_pack_tag only once on the page. " +
|
170
|
-
"Please refer to https://github.com/shakacode/shakapacker/blob/
|
170
|
+
"Please refer to https://github.com/shakacode/shakapacker/blob/main/README.md#view-helpers-javascript_pack_tag-and-stylesheet_pack_tag for the usage guide"
|
171
171
|
|
172
172
|
expect {
|
173
173
|
javascript_pack_tag(:application)
|
@@ -102,7 +102,7 @@
|
|
102
102
|
},
|
103
103
|
"shakapacker": {
|
104
104
|
"version": "github:shakacode/shakapacker#31854a58be49f736f3486a946b72d7e4f334e2b2",
|
105
|
-
"from": "github:shakacode/shakapacker#
|
105
|
+
"from": "github:shakacode/shakapacker#main",
|
106
106
|
"requires": {
|
107
107
|
"glob": "^7.2.0",
|
108
108
|
"js-yaml": "^4.1.0",
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"version": "1.0.0",
|
10
10
|
"license": "MIT",
|
11
11
|
"dependencies": {
|
12
|
-
"shakapacker": "shakacode/shakapacker#
|
12
|
+
"shakapacker": "shakacode/shakapacker#main"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
15
|
"right-pad": "^1.0.1"
|
@@ -9594,7 +9594,7 @@
|
|
9594
9594
|
},
|
9595
9595
|
"shakapacker": {
|
9596
9596
|
"version": "git+ssh://git@github.com/shakacode/shakapacker.git#31854a58be49f736f3486a946b72d7e4f334e2b2",
|
9597
|
-
"from": "shakapacker@shakacode/shakapacker#
|
9597
|
+
"from": "shakapacker@shakacode/shakapacker#main",
|
9598
9598
|
"requires": {
|
9599
9599
|
"glob": "^7.2.0",
|
9600
9600
|
"js-yaml": "^4.1.0",
|
@@ -6,7 +6,7 @@ settings:
|
|
6
6
|
|
7
7
|
dependencies:
|
8
8
|
shakapacker:
|
9
|
-
specifier: shakacode/shakapacker#
|
9
|
+
specifier: shakacode/shakapacker#main
|
10
10
|
version: github.com/shakacode/shakapacker/cdf32835d3e0949952b8b4b53063807f714f9b24(@babel/core@7.22.10)(@babel/plugin-transform-runtime@7.22.10)(@babel/preset-env@7.22.10)(@babel/runtime@7.22.10)(babel-loader@9.1.3)(compression-webpack-plugin@10.0.0)(terser-webpack-plugin@5.3.9)(webpack-assets-manifest@5.1.0)(webpack-cli@5.1.4)(webpack-dev-server@4.15.1)(webpack-merge@5.9.0)(webpack@5.88.2)
|
11
11
|
|
12
12
|
devDependencies:
|
@@ -91,7 +91,7 @@ right-pad@^1.0.1:
|
|
91
91
|
resolved "https://registry.yarnpkg.com/right-pad/-/right-pad-1.0.1.tgz#8ca08c2cbb5b55e74dafa96bf7fd1a27d568c8d0"
|
92
92
|
integrity sha512-bYBjgxmkvTAfgIYy328fmkwhp39v8lwVgWhhrzxPV3yHtcSqyYKe9/XOhvW48UFjATg3VuJbpsp5822ACNvkmw==
|
93
93
|
|
94
|
-
shakapacker@shakacode/shakapacker#
|
94
|
+
shakapacker@shakacode/shakapacker#main:
|
95
95
|
version "6.5.0"
|
96
96
|
resolved "https://codeload.github.com/shakacode/shakapacker/tar.gz/31854a58be49f736f3486a946b72d7e4f334e2b2"
|
97
97
|
dependencies:
|
@@ -124,7 +124,7 @@ __metadata:
|
|
124
124
|
languageName: node
|
125
125
|
linkType: hard
|
126
126
|
|
127
|
-
"shakapacker@shakacode/shakapacker#
|
127
|
+
"shakapacker@shakacode/shakapacker#main":
|
128
128
|
version: 6.5.0
|
129
129
|
resolution: "shakapacker@https://github.com/shakacode/shakapacker.git#commit=31854a58be49f736f3486a946b72d7e4f334e2b2"
|
130
130
|
dependencies:
|
@@ -153,7 +153,7 @@ __metadata:
|
|
153
153
|
resolution: "test_app@workspace:."
|
154
154
|
dependencies:
|
155
155
|
right-pad: ^1.0.1
|
156
|
-
shakapacker: "shakacode/shakapacker#
|
156
|
+
shakapacker: "shakacode/shakapacker#main"
|
157
157
|
languageName: unknown
|
158
158
|
linkType: soft
|
159
159
|
|
@@ -126,7 +126,7 @@ module ActionView::TestCase::Behavior
|
|
126
126
|
it "#append_javascript_pack_tag raises an error if called after calling #javascript_pack_tag" do
|
127
127
|
expected_error_message = \
|
128
128
|
"You can only call append_javascript_pack_tag before javascript_pack_tag helper. " +
|
129
|
-
"Please refer to https://github.com/shakacode/shakapacker/blob/
|
129
|
+
"Please refer to https://github.com/shakacode/shakapacker/blob/main/README.md#view-helper-append_javascript_pack_tag-prepend_javascript_pack_tag-and-append_stylesheet_pack_tag for the usage guide"
|
130
130
|
|
131
131
|
expect {
|
132
132
|
javascript_pack_tag("application")
|
@@ -137,7 +137,7 @@ module ActionView::TestCase::Behavior
|
|
137
137
|
it "#prepend_javascript_pack_tag raises an error if called after calling #javascript_pack_tag" do
|
138
138
|
expected_error_message = \
|
139
139
|
"You can only call prepend_javascript_pack_tag before javascript_pack_tag helper. " +
|
140
|
-
"Please refer to https://github.com/shakacode/shakapacker/blob/
|
140
|
+
"Please refer to https://github.com/shakacode/shakapacker/blob/main/README.md#view-helper-append_javascript_pack_tag-prepend_javascript_pack_tag-and-append_stylesheet_pack_tag for the usage guide"
|
141
141
|
|
142
142
|
expect {
|
143
143
|
javascript_pack_tag("application")
|
@@ -167,7 +167,7 @@ module ActionView::TestCase::Behavior
|
|
167
167
|
|
168
168
|
it "#javascript_pack_tag rases error on multiple invocations" do
|
169
169
|
expected_error_message = "To prevent duplicated chunks on the page, you should call javascript_pack_tag only once on the page. " +
|
170
|
-
"Please refer to https://github.com/shakacode/shakapacker/blob/
|
170
|
+
"Please refer to https://github.com/shakacode/shakapacker/blob/main/README.md#view-helpers-javascript_pack_tag-and-stylesheet_pack_tag for the usage guide"
|
171
171
|
|
172
172
|
expect {
|
173
173
|
javascript_pack_tag(:application)
|
@@ -233,7 +233,7 @@ describe "VersionChecker::NodePackageVersion" do
|
|
233
233
|
let(:node_package_version_from_github_url) { node_package_version(fixture_version: "github_url") }
|
234
234
|
|
235
235
|
it "#raw returns the GitHub repo address" do
|
236
|
-
expect(node_package_version_from_github_url.raw).to eq "shakacode/shakapacker#
|
236
|
+
expect(node_package_version_from_github_url.raw).to eq "shakacode/shakapacker#main"
|
237
237
|
end
|
238
238
|
|
239
239
|
it "#major_minor_patch returns nil" do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shakapacker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.2.
|
4
|
+
version: 7.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2024-
|
13
|
+
date: 2024-03-23 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -566,7 +566,7 @@ homepage: https://github.com/shakacode/shakapacker
|
|
566
566
|
licenses:
|
567
567
|
- MIT
|
568
568
|
metadata:
|
569
|
-
source_code_uri: https://github.com/shakacode/shakapacker/tree/v7.2.
|
569
|
+
source_code_uri: https://github.com/shakacode/shakapacker/tree/v7.2.3
|
570
570
|
post_install_message:
|
571
571
|
rdoc_options: []
|
572
572
|
require_paths:
|