fly.io-rails 0.0.17-x86-linux → 0.0.18-x86-linux

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: 3fe18594154f25976091f312bf5a4c785468f30f2ac3e3c1c4224742bd370c0d
4
- data.tar.gz: 65ff841314e5e3fff1d2ae5c98b16a4d836a0cab99c01ae4de3cf607ecd1c8b3
3
+ metadata.gz: 3ea32cc8abc1d1c14bdeb2ebb967da3e36c25570aca6be3acead4dd26875d2d2
4
+ data.tar.gz: 999ee1ce0310bc0317f5c74a50b6e84cd8ddeca71423be4eabc76565a0743bb1
5
5
  SHA512:
6
- metadata.gz: 6a23c7361bc0d9feb97c56284525e95559b02610c9469fe50109a0ba469d074b8938127dccc94c918ebcbab92f28af96b008ff3138b4c27f2db147083a7695ef
7
- data.tar.gz: 0ba6969b71eccb43bf558c16c6f77994420a5877e4155a1b52d894bd950bb3115025563822b468d2a017cd1589991db28d2d8b2cfd5dca01acfe14f955b37a94
6
+ metadata.gz: d86f0ede124f3e1d63ae23e8c8abec082a9926ab46740f785ddcd8f7d4adcd2c377978515f4e618eb0c180db50448cdcb8a6f41afd349e585bd3688a2aec4874
7
+ data.tar.gz: faa95e502cfe2e3a2bb24e76fc8adc9c278db4f3087054238b030f418441dbe6b41617f256c98573bea85b09113b555594b048721c1fdc034aa5088d19925332
@@ -1,15 +1,3 @@
1
1
  require 'rails/generators'
2
2
  require 'rails/generators/channel/channel_generator'
3
3
  require 'rails/generators/job/job_generator'
4
-
5
- class Rails::Generators::ChannelGenerator
6
- def configure_fly
7
- STDERR.puts 'Configuring fly...'
8
- end
9
- end
10
-
11
- class Rails::Generators::JobGenerator
12
- def configure_fly
13
- STDERR.puts 'Configuring fly...'
14
- end
15
- end
@@ -1,3 +1,3 @@
1
1
  module Fly_io
2
- VERSION = '0.0.17'
2
+ VERSION = '0.0.18'
3
3
  end
@@ -45,7 +45,7 @@ RUN mkdir -p tmp/pids
45
45
  RUN curl https://get.volta.sh | bash
46
46
  ENV VOLTA_HOME /root/.volta
47
47
  ENV PATH $VOLTA_HOME/bin:/usr/local/bin:$PATH
48
- RUN volta install node@${NODE_VERSION}
48
+ RUN volta install node@${NODE_VERSION} yarn
49
49
 
50
50
  <% end -%>
51
51
  #######################################################################
@@ -85,7 +85,7 @@ FROM build_deps as node_modules
85
85
  COPY package*json ./
86
86
  <% if @yarn -%>
87
87
  COPY yarn.* ./
88
- RUN volta install yarn && yarn install;
88
+ RUN yarn install
89
89
  <% else -%>
90
90
  RUN npm install
91
91
  <% end -%>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fly.io-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - Sam Ruby
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-19 00:00:00.000000000 Z
11
+ date: 2022-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fly-ruby