itunesfred 0.0.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 +7 -0
- data/lib/itunesfred.rb +1 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 7312f384d84478bb075e45c74a5960821c086140
|
|
4
|
+
data.tar.gz: 957bbe34fa667886e091f6ec64a706e11a8b066d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: b259196fb97ffd1b577af15057585685fff5326b055494da1a0d49a824cf27e6204ecd1ecade901097f96cd7d1a08212d116b8e850f29a56b9e6b8c0b625d83d
|
|
7
|
+
data.tar.gz: 7c3c08f245c1f5ecb962abde1dc3a5a4cc18c475dfc4f04f5197f3b2d17323c631ee8950d662a2ed1c8d8c4581b78f0e93ee653a449197a5eb4afe16e220b8e1
|
data/lib/itunesfred.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
itunes.rb
|
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: itunesfred
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Fred Agyeman
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-10-26 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Easily access songs through Itunes API.This gem exactly mirrors the
|
|
14
|
+
functionality provided by API in Ruby.
|
|
15
|
+
email:
|
|
16
|
+
- fagyeman8@gmail.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- lib/itunesfred.rb
|
|
22
|
+
homepage: https://github.com/fredyliby/itunesfred
|
|
23
|
+
licenses:
|
|
24
|
+
- GPLv2
|
|
25
|
+
metadata: {}
|
|
26
|
+
post_install_message:
|
|
27
|
+
rdoc_options: []
|
|
28
|
+
require_paths:
|
|
29
|
+
- lib
|
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
|
+
requirements:
|
|
32
|
+
- - ">="
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: 1.9.2
|
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
requirements: []
|
|
41
|
+
rubyforge_project:
|
|
42
|
+
rubygems_version: 2.4.5.1
|
|
43
|
+
signing_key:
|
|
44
|
+
specification_version: 4
|
|
45
|
+
summary: Easily access songs through Itunes API.
|
|
46
|
+
test_files: []
|