neptune-local 0.2.0 → 0.3.0

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: bfa7bc5f6413cc41910fd210f0259d861bd23bbb6637854137176a135fbe3668
4
- data.tar.gz: 263ceee62f2689023abb88fb3d21a1f7bc23b185bbb7a1e8ed4f2adb6bec8756
3
+ metadata.gz: 4893721c00763e597bf799262f262bf70d51139bd48207ebeb45cbf8b7d7da2e
4
+ data.tar.gz: 8f9126e759bfd96873082325b32ab0d21fab1d0a0c3f8e99cf25dd49e652dba8
5
5
  SHA512:
6
- metadata.gz: 0c673334a4ae3661625dbef67418d78594b2e48c340f269ed2b003dac1e56a732d8ae3286dc8f86a1d99030011a29881768351cc5f7f089418d151c77f54028f
7
- data.tar.gz: f0cfd87c28f9ae89cf9a06f23cea694c9a3ffeda45fc12a8220364f139c374b9bea8a824c450aec501017b660a2830e87dfcee68065e403de4cbe027bf308976
6
+ metadata.gz: 4a189333ba59710e332966e08b4951b3d57f02e19bba7289d6b89f1d96bc490f2025e89d1dd7f98d5de6b3b972e8163ad0360a28edd2e3f93a3de207568d0c3d
7
+ data.tar.gz: fdeb3daf92d1e197ba8856528a52112f28f3f1b08cc0c9bb3cca54050dc3f8dd55a5bc6af17ce2e472c006c0fd900c3d909907e041b2037013b2372c6be0a195
@@ -6,14 +6,14 @@ module Neptune
6
6
 
7
7
  attr_reader :debug, :gremlin_home, :gremlin_yaml, :log_dir, :pid_dir, :runas, :java_home, :java_options
8
8
 
9
- def initialize(debug = nil,
10
- gremlin_home = nil,
11
- gremlin_yaml = nil,
12
- log_dir = nil,
13
- pid_dir = nil,
14
- runas = nil,
15
- java_home = nil,
16
- java_options = nil)
9
+ def initialize(debug: nil,
10
+ gremlin_home: nil,
11
+ gremlin_yaml: nil,
12
+ log_dir: nil,
13
+ pid_dir: nil,
14
+ runas: nil,
15
+ java_home: nil,
16
+ java_options: nil)
17
17
  @debug = debug
18
18
  @gremlin_home = gremlin_home
19
19
  @gremlin_yaml = gremlin_yaml
@@ -1,5 +1,5 @@
1
1
  module Neptune
2
2
  module Local
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neptune-local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Macindoe