flight_config 0.3.0 → 0.3.1
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 +4 -4
- data/lib/flight_config/has_indices.rb +2 -2
- data/lib/flight_config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 990b0cc83608dd069796f2726dd9803da3329030046fe859249f4a129c53de46
|
|
4
|
+
data.tar.gz: f9405447a5b91c05e5b0bde19503c7c35fd7a007d5091caa3e7bb2b56b100b89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 964cb1169ee543b40d91c43e5ac3048b45d9591375a1eb508e954ae786c5c0541f7f34c47c991514fa530121a886cda86b38fbce7129c98b80f4e0f99fd95f7e
|
|
7
|
+
data.tar.gz: b15116b39488e34c1589bfbebf01057627a8dca43d1e51220033e147bbce649346af6e7028995edce547b0ba9a2cc09b3fa53925d68ad6e2ebfbeb0729a97623
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
# https://github.com/openflighthpc/flight_config
|
|
26
26
|
#==============================================================================
|
|
27
27
|
|
|
28
|
-
module
|
|
28
|
+
module FlightConfig
|
|
29
29
|
module HasIndices
|
|
30
|
-
def included(base)
|
|
30
|
+
def self.included(base)
|
|
31
31
|
base.extend(ClassMethods)
|
|
32
32
|
end
|
|
33
33
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flight_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alces Flight Ltd
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-09-
|
|
11
|
+
date: 2019-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tty-config
|