mbdb 0.1.0 → 0.1.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/mbdb/version.rb +1 -1
- data/mbdb.gemspec +2 -2
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 006772f5efadae635703516f48f00f1e56d0454a
|
|
4
|
+
data.tar.gz: 22f4c11e315eb62bfaacbd4c135c85cf24639018
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c016d12b75fd1d3f065616927c119f2399d2411faf070c8f14aca2882a86a3058ca2d10610fed1d1f9950a0262db7004d5101836ecaf32fd98e020fd8d53b69
|
|
7
|
+
data.tar.gz: 706baa65069b7f01601d5b190b26eb35b74c984c69d6c49204c1620d8873b874fa743e9097467b9966ff657e627b8015f00b3c96a4cf0a3100c25fcf8009a8e5
|
data/lib/mbdb/version.rb
CHANGED
data/mbdb.gemspec
CHANGED
|
@@ -12,8 +12,8 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.author = 'Christian Mayer'
|
|
13
13
|
spec.email = 'christian@fox21.at'
|
|
14
14
|
|
|
15
|
-
spec.summary = %q{
|
|
16
|
-
spec.description = %q{
|
|
15
|
+
spec.summary = %q{Read .mbdb files with Ruby.}
|
|
16
|
+
spec.description = %q{The .mbdb file extension is associated with the Apple iTunes, the standard manage application for iOS devices. A .mbdb file contains a list of files, that are stored in the backup of the iOS device. The MBDB database was introduced in iTunes 9.2.}
|
|
17
17
|
spec.homepage = TheFox::MBDB::HOMEPAGE
|
|
18
18
|
spec.license = 'GPL-3.0'
|
|
19
19
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mbdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Mayer
|
|
@@ -66,7 +66,10 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '1.0'
|
|
69
|
-
description:
|
|
69
|
+
description: The .mbdb file extension is associated with the Apple iTunes, the standard
|
|
70
|
+
manage application for iOS devices. A .mbdb file contains a list of files, that
|
|
71
|
+
are stored in the backup of the iOS device. The MBDB database was introduced in
|
|
72
|
+
iTunes 9.2.
|
|
70
73
|
email: christian@fox21.at
|
|
71
74
|
executables: []
|
|
72
75
|
extensions: []
|
|
@@ -111,5 +114,5 @@ rubyforge_project:
|
|
|
111
114
|
rubygems_version: 2.6.8
|
|
112
115
|
signing_key:
|
|
113
116
|
specification_version: 4
|
|
114
|
-
summary:
|
|
117
|
+
summary: Read .mbdb files with Ruby.
|
|
115
118
|
test_files: []
|