ruby_fly 0.36.0.pre.4 → 0.36.0.pre.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: 6d435e837d98ac475b73d59a339543b61889db2bc2f7d4242bca051e0c29bc4d
4
- data.tar.gz: 0720facb35472a3c2b3cca1dbc865779bd1ebfcd4c1bcdca007dfb33d01adb5d
3
+ metadata.gz: f1930b738125c352681a5aa2a07ce4609a7d540bf299ea3a6e5fb0859d4da2e1
4
+ data.tar.gz: '0898877f967f6e6af74900fe7aea5d3d09d20af4e3c8451fb5586bbda679e21d'
5
5
  SHA512:
6
- metadata.gz: 96ee0ded17d19524bacd78e267f7ea69e2acbb162e1f63e59893918893f953c485e747815f3eafc4f882eeb7d44161365cd5ac0bd25f337424e0860eaaaa5339
7
- data.tar.gz: e3ebad2d9e5f98872f36b920904c6919685e1b092a4e4917c077e59ceaf146c7c578b95e18c30d3210edf51ee2a9198018dd48a6040a5eb8c9bae57e813da059
6
+ metadata.gz: 8f7253fce100e3887fa2c509bd0adb02b01752bbd79ccc2ca73539389acedcc42e5ff2b913c716ca12d7f9465a7ea0bf4fe0dae2588baaaac22f62e20a7f9aef
7
+ data.tar.gz: 79342db5b94cf54fd145ec4a4824bc8efdbcbee1d66fe87ffe9b92beeb6012688df1c2ea78230da878e3b5d9ca54f9570062c71aa10a5fb83110a0b5518d5012
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_fly (0.36.0.pre.4)
4
+ ruby_fly (0.36.0.pre.5)
5
5
  lino (~> 3.0)
6
6
 
7
7
  GEM
@@ -5,8 +5,8 @@ module RubyFly
5
5
  class Base
6
6
  attr_reader :binary, :stdin, :stdout, :stderr
7
7
 
8
- def initialize(binary: nil)
9
- @binary = binary || RubyFly.configuration.binary
8
+ def initialize(opts = {})
9
+ @binary = opts[:binary] || RubyFly.configuration.binary
10
10
  @stdin = stdin || RubyFly.configuration.stdin
11
11
  @stdout = stdout || RubyFly.configuration.stdout
12
12
  @stderr = stderr || RubyFly.configuration.stderr
@@ -2,7 +2,7 @@ module RubyFly
2
2
  module Commands
3
3
  module Mixins
4
4
  module Environment
5
- def initialize(opts={})
5
+ def initialize(opts = {})
6
6
  super(opts)
7
7
  @environment = opts[:environment]
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module RubyFly
2
- VERSION = '0.36.0.pre.4'
2
+ VERSION = '0.36.0.pre.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_fly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0.pre.4
4
+ version: 0.36.0.pre.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-13 00:00:00.000000000 Z
11
+ date: 2022-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino