WillsItunesProject 1.0.0 → 1.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.
data.tar.gz.sig CHANGED
Binary file
data/Rakefile CHANGED
@@ -9,7 +9,6 @@ Hoe.new('WillsItunesProject', WillsItunesProject::VERSION) do |p|
9
9
  p.developer('Will Larson', 'wlarson@gmail.com')
10
10
 
11
11
  p.extra_deps << ['nokogiri']
12
- p.extra_deps << ['open-uri']
13
12
  end
14
13
 
15
14
  # vim: syntax=Ruby
@@ -3,7 +3,7 @@ require 'open-uri'
3
3
  require 'nokogiri'
4
4
 
5
5
  class WillsItunesProject
6
- VERSION = '1.0.0'
6
+ VERSION = '1.0.1'
7
7
 
8
8
  attr_accessor :tracks, :albums #, :movies, :tv_shows, :podcasts
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: WillsItunesProject
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Larson
@@ -43,16 +43,6 @@ dependencies:
43
43
  - !ruby/object:Gem::Version
44
44
  version: "0"
45
45
  version:
46
- - !ruby/object:Gem::Dependency
47
- name: open-uri
48
- type: :runtime
49
- version_requirement:
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: "0"
55
- version:
56
46
  - !ruby/object:Gem::Dependency
57
47
  name: hoe
58
48
  type: :development
metadata.gz.sig CHANGED
Binary file