tunecore_direct 0.0.5 → 0.0.6

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.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.0.6 2008-07-16
2
+ * Removed some debugging code
3
+
1
4
  == 0.0.1 2008-04-09
2
5
 
3
6
  * 1 major enhancement:
@@ -38,7 +38,6 @@ module TunecoreDirect
38
38
  # Creates an Album object from a Rexml:Element
39
39
  def self.from_xml_element( album_element)
40
40
  @xml = album_element
41
- puts @xml
42
41
  album = self.new(:xml => @xml)
43
42
  album.album_id = album_element.elements["id"].text
44
43
  album.person_id = album_element.elements["person-id"].text
@@ -46,7 +46,7 @@ module TunecoreDirect
46
46
  #
47
47
  # Get a list of your people:
48
48
  #
49
- # response = request.list_people
49
+ # response = request.get_people
50
50
  # response.status
51
51
  # => "complete"
52
52
  # response.type
@@ -2,7 +2,7 @@ module TunecoreDirect #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -11,4 +11,6 @@ module TunecoreDirect
11
11
  require "tunecore_direct/person"
12
12
  require "tunecore_direct/album"
13
13
  require "tunecore_direct/song"
14
- end
14
+
15
+
16
+ end
data/script/console CHANGED
File without changes
data/script/destroy CHANGED
File without changes
data/script/generate CHANGED
File without changes
data/script/txt2html CHANGED
File without changes
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tunecore_direct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Kane
@@ -30,10 +30,19 @@ cert_chain:
30
30
  f3TSOQ==
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2008-04-15 00:00:00 -04:00
33
+ date: 2008-07-16 00:00:00 -04:00
34
34
  default_executable:
35
- dependencies: []
36
-
35
+ dependencies:
36
+ - !ruby/object:Gem::Dependency
37
+ name: hoe
38
+ type: :development
39
+ version_requirement:
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: 1.7.0
45
+ version:
37
46
  description: Ruby SDK for TuneCore web services
38
47
  email:
39
48
  - alex@tunecore.com
@@ -97,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
106
  requirements: []
98
107
 
99
108
  rubyforge_project: tunecoredirect
100
- rubygems_version: 1.0.1
109
+ rubygems_version: 1.2.0
101
110
  signing_key:
102
111
  specification_version: 2
103
112
  summary: Ruby SDK for TuneCore web services
metadata.gz.sig CHANGED
Binary file