fly.io-rails 0.1.5-x86_64-darwin → 0.1.6-x86_64-darwin

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: 55370806937acab455f03d4971b889d1ee1b6127e9fa4a523750c90b7224a2d5
4
- data.tar.gz: ae64fb18e008db2390db9ae109548c1b6874fc0a1e4ba0cac571f038b468f9d3
3
+ metadata.gz: 92f24754157c61942dfb041e372ee6f46c88cfaf8c017d3d873f4034b6af40f2
4
+ data.tar.gz: 97ae53b7a4994bb5b6ea57e3cc51c7842d9d0409636f9400a29091218cbe23a8
5
5
  SHA512:
6
- metadata.gz: 759a1dbc80d533824d71f5650e4e536f8a634395b9a75d0c2ce71c1fe689bee656164a3a77e3e4dc031d9a3f8e1f77500188ed6132c9e6509bf26a71c65bbe2b
7
- data.tar.gz: 563d8f653b03f98b9ce40a6089f115eae7d23c5a84983c758daf6bc99fc39ed8f8a2833f4ce10888092c95bcd31c341727298928614e8c925c969cb431dc04df
6
+ metadata.gz: '082ae170ccd6fcb334709aca721ddd3c54775cc126a6acfd7a7ca3a58aa574cf66bdafb80ef9bf41d379042546e6f727f1da752e476e6b4b1918007aadbfac30'
7
+ data.tar.gz: 16ebb2425179a03e5289639b61166506b569a805a0b11b4c4a3383e091773046c441294609db2a298aeff4f9b697d406d3fce5ffe2fc85e4ab9af7a6e1ef747a
@@ -1,3 +1,3 @@
1
1
  module Fly_io
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
data/lib/fly.io-rails.rb CHANGED
@@ -11,7 +11,7 @@ class FlyIoRailtie < Rails::Railtie
11
11
  end
12
12
 
13
13
  # set FLY_IMAGE_NAME on Nomad VMs
14
- if not ENV['FLY_IMAGE_NAME'] and ENV['FLY_APP_NAME'] and ENV['FLY_API_TOKEN']
14
+ if not ENV['FLY_IMAGE_REF'] and ENV['FLY_APP_NAME'] and ENV['FLY_API_TOKEN']
15
15
  require 'fly.io-rails/machines'
16
16
 
17
17
  ENV['FLY_IMAGE_REF'] = Fly::Machines.graphql(%{
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.1.5
4
+ version: 0.1.6
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Sam Ruby
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-02 00:00:00.000000000 Z
11
+ date: 2022-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fly-ruby