apple-data 1.0.499 → 1.0.504
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/README.md +27 -0
- data/lib/apple-data.rb +3 -0
- data/lib/apple_data/version.rb +1 -1
- data/lib/apple_data.rb +11 -5
- data/share/cores.yaml +312 -212
- data/share/ipsw.yaml +9831 -9831
- metadata +16 -7
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: apple-data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.504
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rick Mark
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pathutil
|
@@ -24,13 +24,19 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
description:
|
28
|
-
|
27
|
+
description: |2
|
28
|
+
This package includes machine readable data about Apple platforms maintained by hack-different.
|
29
|
+
|
30
|
+
To update the contents of this gem perform a pull request against the `_data` folder of the repository
|
31
|
+
at hack-different/apple-knowledge.
|
29
32
|
email: rickmark@outlook.com
|
30
33
|
executables: []
|
31
34
|
extensions: []
|
32
|
-
extra_rdoc_files:
|
35
|
+
extra_rdoc_files:
|
36
|
+
- README.md
|
33
37
|
files:
|
38
|
+
- README.md
|
39
|
+
- lib/apple-data.rb
|
34
40
|
- lib/apple_data.rb
|
35
41
|
- lib/apple_data/boot_args.rb
|
36
42
|
- lib/apple_data/fdr.rb
|
@@ -122,7 +128,10 @@ licenses:
|
|
122
128
|
metadata:
|
123
129
|
source_code_uri: https://github.com/hack-different/apple-knowledge
|
124
130
|
post_install_message:
|
125
|
-
rdoc_options:
|
131
|
+
rdoc_options:
|
132
|
+
- "--main"
|
133
|
+
- README.md
|
134
|
+
- "--title=Hack Different AppleData"
|
126
135
|
require_paths:
|
127
136
|
- lib
|
128
137
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -139,5 +148,5 @@ requirements: []
|
|
139
148
|
rubygems_version: 3.3.7
|
140
149
|
signing_key:
|
141
150
|
specification_version: 4
|
142
|
-
summary: Static data from https://docs.hackdiffe.rent
|
151
|
+
summary: Static data files from https://docs.hackdiffe.rent
|
143
152
|
test_files: []
|