wesrog-itunes2rss 0.0.1 → 1.1.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/itunes2rss.gemspec +2 -2
- metadata +1 -2
- data/itunes2rss +0 -3
data/itunes2rss.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{itunes2rss}
|
|
5
|
-
s.version = "
|
|
5
|
+
s.version = "1.1.1"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Wes Rogers"]
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.description = %q{iTunes2RSS exports your Recently Added tracks as RSS}
|
|
11
11
|
s.email = %q{wesrog@gmail.com}
|
|
12
12
|
s.extra_rdoc_files = ["README.textile"]
|
|
13
|
-
s.files = ["
|
|
13
|
+
s.files = ["views/index.builder", "config.ru", "itunes2rss.gemspec"]
|
|
14
14
|
s.has_rdoc = true
|
|
15
15
|
s.homepage = %q{https://github.com/wesrog/iTunes2RSS/edit}
|
|
16
16
|
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wesrog-itunes2rss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wes Rogers
|
|
@@ -41,7 +41,6 @@ extensions: []
|
|
|
41
41
|
extra_rdoc_files:
|
|
42
42
|
- README.textile
|
|
43
43
|
files:
|
|
44
|
-
- itunes2rss
|
|
45
44
|
- views/index.builder
|
|
46
45
|
- config.ru
|
|
47
46
|
- itunes2rss.gemspec
|
data/itunes2rss
DELETED