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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mbdb/version.rb +1 -1
  3. data/mbdb.gemspec +2 -2
  4. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1bc023d2d8a8de7af08a09b6982df4ca0b79937
4
- data.tar.gz: 5da7771fbb0629838e4e40fad06c03b5049ff818
3
+ metadata.gz: 006772f5efadae635703516f48f00f1e56d0454a
4
+ data.tar.gz: 22f4c11e315eb62bfaacbd4c135c85cf24639018
5
5
  SHA512:
6
- metadata.gz: 22b329e15a52c15820faee5126f362ebe0f472eaf3b34a1983de80f5a54066cfa3898b3f011b7ee13113777e6dca8dc370a321546f9ed3b655d9357efaec1647
7
- data.tar.gz: aa67eef48ae8e5840f486700e5d9e6c2fce21272c2ff30878b9af58758f97c6b41e45f39272374b25bc14c00efe32e4db45023eee1cd3cbb79e5fe355b0e4723
6
+ metadata.gz: 8c016d12b75fd1d3f065616927c119f2399d2411faf070c8f14aca2882a86a3058ca2d10610fed1d1f9950a0262db7004d5101836ecaf32fd98e020fd8d53b69
7
+ data.tar.gz: 706baa65069b7f01601d5b190b26eb35b74c984c69d6c49204c1620d8873b874fa743e9097467b9966ff657e627b8015f00b3c96a4cf0a3100c25fcf8009a8e5
@@ -1,7 +1,7 @@
1
1
 
2
2
  module TheFox
3
3
  module MBDB
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  DATE = '2016-11-12'
6
6
  HOMEPAGE = 'https://github.com/TheFox/mbdb.rb'
7
7
  end
@@ -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{Extended Ruby Classes}
16
- spec.description = %q{This gem extents some of the basic Ruby classes by missing functionalities.}
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.0
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: This gem extents some of the basic Ruby classes by missing functionalities.
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: Extended Ruby Classes
117
+ summary: Read .mbdb files with Ruby.
115
118
  test_files: []