Icarus-Mod-Tools 2.1.0 → 2.1.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: 86f364e215cfc35b2fd3f0dbee4b21cd6a4c5582f0a13157f8d0a439b4011db6
4
- data.tar.gz: 9ef8581f16f9bb88281e5c5141b9736ffc144a3ffbe5c00b4b174201e8403e12
3
+ metadata.gz: fe1b8b682bc6fad9f3f3e1ff5d59ce91c01d0b0bbc2829559d02de377b6aa2cd
4
+ data.tar.gz: a603939b3a22718bf4ade414b948b7e61a9e63fbe8fc2f6d91d5e19a44c8ab87
5
5
  SHA512:
6
- metadata.gz: 0ff3c9d47c79c3ec2d7cfb096b9e242fe5b662fb6f6c1f75f32cf2739628e5e8cb2685e863b83c0e664271685b4e641e5619e630a42cceb7ef209e2943e06b7c
7
- data.tar.gz: 52b61a53f9eea61ad77163fb4ebd08a03258eb946086815089707dbe619c24dc88185a570855711f6854c7130164cb01c63bad9c9d7fcf19fd528f5a6b949b1f
6
+ metadata.gz: 5f6233e58dfcc6813490c722c815de710bebd68fc63d41183f3ee2ca50ed99b30ce17c0d126c53e87725716e94bd0a6df86ee115e3a469d24a4fe04988c08a4b
7
+ data.tar.gz: d6f40ff2935cd7d01db4a0b8e1c734c25ea3735e3dd090b3621e1f5c765abc6bdc60c964a43bb2f3c24c24452b37ab1e31adca786f5cc9d487699bfa1748f820
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- Icarus-Mod-Tools (2.1.0)
4
+ Icarus-Mod-Tools (2.1.1)
5
5
  google-cloud-firestore (~> 2.7)
6
6
  octokit (~> 6.0)
7
7
  paint (~> 2.3)
@@ -51,7 +51,6 @@ GEM
51
51
  gapic-common (>= 0.16.0, < 2.a)
52
52
  google-cloud-errors (~> 1.0)
53
53
  google-protobuf (3.21.12-x86_64-darwin)
54
- google-protobuf (3.21.12-x86_64-linux)
55
54
  googleapis-common-protos (1.4.0)
56
55
  google-protobuf (~> 3.14)
57
56
  googleapis-common-protos-types (~> 1.2)
@@ -68,9 +67,6 @@ GEM
68
67
  grpc (1.52.0-x86_64-darwin)
69
68
  google-protobuf (~> 3.21)
70
69
  googleapis-common-protos-types (~> 1.0)
71
- grpc (1.52.0-x86_64-linux)
72
- google-protobuf (~> 3.21)
73
- googleapis-common-protos-types (~> 1.0)
74
70
  guard (2.18.0)
75
71
  formatador (>= 0.2.4)
76
72
  listen (>= 2.7, < 4.0)
@@ -15,6 +15,10 @@ module Icarus
15
15
  end
16
16
  # rubocop:enable Naming/MethodName
17
17
 
18
+ def to_h
19
+ HASHKEYS.each_with_object({}) { |key, hash| hash[key] = @data[key] }
20
+ end
21
+
18
22
  private
19
23
 
20
24
  def filetype_pattern
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Icarus
4
4
  module Mod
5
- VERSION = "2.1.0"
5
+ VERSION = "2.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Icarus-Mod-Tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Donovan Young
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-11 00:00:00.000000000 Z
11
+ date: 2023-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-firestore