maddox-newzcache 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.2.0
@@ -1,4 +1,4 @@
1
- require 'rubygems'
1
+ # require 'rubygems'
2
2
  require 'httparty'
3
3
 
4
4
  directory = File.expand_path(File.dirname(__FILE__))
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/newzcache.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{newzcache}
8
- s.version = "0.1.1"
8
+ s.version = "0.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jon Maddox"]
@@ -21,14 +21,15 @@ Gem::Specification.new do |s|
21
21
  "README.textile",
22
22
  "Rakefile",
23
23
  "VERSION",
24
- "lib/episode.rb",
25
- "lib/genre.rb",
26
- "lib/movie.rb",
27
- "lib/search.rb",
28
- "lib/season.rb",
29
- "lib/series.rb",
24
+ "lib/newzcache.rb",
25
+ "lib/newzcache/episode.rb",
26
+ "lib/newzcache/genre.rb",
27
+ "lib/newzcache/movie.rb",
28
+ "lib/newzcache/search.rb",
29
+ "lib/newzcache/season.rb",
30
+ "lib/newzcache/series.rb",
30
31
  "newzcache.gemspec",
31
- "newzcache.rb",
32
+ "pkg/newzcache-0.1.1.gem",
32
33
  "test/newzcache_test.rb",
33
34
  "test/test_helper.rb"
34
35
  ]
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maddox-newzcache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Maddox
@@ -46,14 +46,15 @@ files:
46
46
  - README.textile
47
47
  - Rakefile
48
48
  - VERSION
49
- - lib/episode.rb
50
- - lib/genre.rb
51
- - lib/movie.rb
52
- - lib/search.rb
53
- - lib/season.rb
54
- - lib/series.rb
49
+ - lib/newzcache.rb
50
+ - lib/newzcache/episode.rb
51
+ - lib/newzcache/genre.rb
52
+ - lib/newzcache/movie.rb
53
+ - lib/newzcache/search.rb
54
+ - lib/newzcache/season.rb
55
+ - lib/newzcache/series.rb
55
56
  - newzcache.gemspec
56
- - newzcache.rb
57
+ - pkg/newzcache-0.1.1.gem
57
58
  - test/newzcache_test.rb
58
59
  - test/test_helper.rb
59
60
  has_rdoc: true