lossfully 0.0.0

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.
metadata ADDED
@@ -0,0 +1,100 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lossfully
3
+ version: !ruby/object:Gem::Version
4
+ hash: 31
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 0
10
+ version: 0.0.0
11
+ platform: ruby
12
+ authors:
13
+ - Don
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-08-21 00:00:00 -04:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: bones
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 27
30
+ segments:
31
+ - 3
32
+ - 5
33
+ - 4
34
+ version: 3.5.4
35
+ type: :development
36
+ version_requirements: *id001
37
+ description: Smartly generate transcoded (lossy or not) versions of your main music library.
38
+ email: don@ohspite.net
39
+ executables: []
40
+
41
+ extensions: []
42
+
43
+ extra_rdoc_files:
44
+ - README.rdoc
45
+ - version.txt
46
+ files:
47
+ - .bnsignore
48
+ - .gitmodules
49
+ - CHANGELOG
50
+ - COPYING
51
+ - README.rdoc
52
+ - Rakefile
53
+ - lib/lossfully.rb
54
+ - lib/lossfully/audio_file.rb
55
+ - lib/lossfully/generator.rb
56
+ - lib/lossfully/input_rules.rb
57
+ - lib/lossfully/thread_pool.rb
58
+ - test/test_audio_file.rb
59
+ - test/test_input_rules.rb
60
+ - test/test_thread_pool.rb
61
+ - version.txt
62
+ has_rdoc: true
63
+ homepage: https://github.com/ohspite/lossfully
64
+ licenses: []
65
+
66
+ post_install_message:
67
+ rdoc_options:
68
+ - --main
69
+ - README.rdoc
70
+ require_paths:
71
+ - lib
72
+ required_ruby_version: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ hash: 3
78
+ segments:
79
+ - 0
80
+ version: "0"
81
+ required_rubygems_version: !ruby/object:Gem::Requirement
82
+ none: false
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ hash: 3
87
+ segments:
88
+ - 0
89
+ version: "0"
90
+ requirements: []
91
+
92
+ rubyforge_project: lossfully
93
+ rubygems_version: 1.3.7
94
+ signing_key:
95
+ specification_version: 3
96
+ summary: Smartly generate transcoded (lossy or not) versions of your main music library.
97
+ test_files:
98
+ - test/test_audio_file.rb
99
+ - test/test_thread_pool.rb
100
+ - test/test_input_rules.rb