taffy 1.4.0 → 1.4.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/taffy.gemspec +5 -5
- metadata +12 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ceca6950ffe6fa6ab0600fa6aa537df8b1c3ba165bc605c368fafb5019c91425
|
|
4
|
+
data.tar.gz: 35bff67535c9637f29f2fddeffa7028c8a953694e5c98e78d2624e1bd76d1a7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '019e614e73e226f275e354b3b2103130cd2e8f2acfc5bdc1a8e4dfd3ec2ed59ddfefb3d5059ecb255ce239c71d54e62f554273aef6be162736433eac272df138'
|
|
7
|
+
data.tar.gz: 13238bf783d20c7d68b7f20e68b5afbeba8521cf0cda20f38acad572ef2bf58bf29e5f91ffc91fbca2f67452f31244cd0bdf410adae0cb23a6e21407d8166c4b
|
data/taffy.gemspec
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'taffy'
|
|
3
|
-
s.version = '1.4.
|
|
4
|
-
s.date = '
|
|
3
|
+
s.version = '1.4.1'
|
|
4
|
+
s.date = '2020-03-17'
|
|
5
5
|
s.summary = 'A command-line audio tagging tool'
|
|
6
6
|
s.description = "A command-line tool for reading and writing audio \
|
|
7
7
|
metadata.".squeeze(' ')
|
|
8
8
|
s.authors = ['Brandon Mulcahy']
|
|
9
|
-
s.email = 'brandon@
|
|
9
|
+
s.email = 'brandon@lightcones.net'
|
|
10
10
|
s.files = `git ls-files`.split
|
|
11
|
-
s.homepage = 'https://
|
|
11
|
+
s.homepage = 'https://github.com/jangler/taffy'
|
|
12
12
|
s.license = 'MIT'
|
|
13
13
|
|
|
14
14
|
s.executables << 'taffy'
|
|
15
|
-
s.add_runtime_dependency 'taglib-ruby', '~>
|
|
15
|
+
s.add_runtime_dependency 'taglib-ruby', '~> 1.1', '>= 1.1.0'
|
|
16
16
|
s.required_ruby_version = '>= 2.0.0'
|
|
17
17
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: taffy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Mulcahy
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: taglib-ruby
|
|
@@ -16,22 +16,22 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '1.1'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version:
|
|
22
|
+
version: 1.1.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
27
|
- - "~>"
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '
|
|
29
|
+
version: '1.1'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
32
|
+
version: 1.1.0
|
|
33
33
|
description: A command-line tool for reading and writing audio metadata.
|
|
34
|
-
email: brandon@
|
|
34
|
+
email: brandon@lightcones.net
|
|
35
35
|
executables:
|
|
36
36
|
- taffy
|
|
37
37
|
extensions: []
|
|
@@ -42,11 +42,11 @@ files:
|
|
|
42
42
|
- README.md
|
|
43
43
|
- bin/taffy
|
|
44
44
|
- taffy.gemspec
|
|
45
|
-
homepage: https://
|
|
45
|
+
homepage: https://github.com/jangler/taffy
|
|
46
46
|
licenses:
|
|
47
47
|
- MIT
|
|
48
48
|
metadata: {}
|
|
49
|
-
post_install_message:
|
|
49
|
+
post_install_message:
|
|
50
50
|
rdoc_options: []
|
|
51
51
|
require_paths:
|
|
52
52
|
- lib
|
|
@@ -61,9 +61,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
62
|
version: '0'
|
|
63
63
|
requirements: []
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
signing_key:
|
|
64
|
+
rubygems_version: 3.2.7
|
|
65
|
+
signing_key:
|
|
67
66
|
specification_version: 4
|
|
68
67
|
summary: A command-line audio tagging tool
|
|
69
68
|
test_files: []
|