ruby_fly 0.36.0.pre.4 → 0.38.0.pre.1

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: e4ce242a1defa7bd91a3b384c085da7148181302b77950aa440ac9f919db5436
4
+ data.tar.gz: c54f5e0870f2acb28ba23b414404263a5a08d9c7e592ad44389f4496cadd32da
5
5
  SHA512:
6
- metadata.gz: 96ee0ded17d19524bacd78e267f7ea69e2acbb162e1f63e59893918893f953c485e747815f3eafc4f882eeb7d44161365cd5ac0bd25f337424e0860eaaaa5339
7
- data.tar.gz: e3ebad2d9e5f98872f36b920904c6919685e1b092a4e4917c077e59ceaf146c7c578b95e18c30d3210edf51ee2a9198018dd48a6040a5eb8c9bae57e813da059
6
+ metadata.gz: 88802ffc6cc84140ce8979f8b0f3dc462cf58fd6ef7cdde41f36cc450e2fa66b991cfc54ad2b9145c073be9f5a6855cd1b0562c7c0db9b58efbc394d212a4784
7
+ data.tar.gz: d923922248c4350749dfcee19e370dd56b69a0f1a4fefaa4f5a50c4027ae750c2fc9d02eb8e066dd5cd53eb1549f6b08f6352ac04ae3d080bd2606d32bd1e72a
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.38.0.pre.1)
5
5
  lino (~> 3.0)
6
6
 
7
7
  GEM
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 Toby Clemson
3
+ Copyright (c) 2022 InfraBlocks Maintainers
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
@@ -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.38.0.pre.1'
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.38.0.pre.1
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-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino