maddox-tvdb_party 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -0
  2. data/tvdb_party.gemspec +61 -0
  3. metadata +5 -2
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.0
@@ -0,0 +1,61 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{tvdb_party}
8
+ s.version = "0.1.0"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Jon Maddox"]
12
+ s.date = %q{2009-09-10}
13
+ s.description = %q{Simple Ruby library to talk to thetvdb.com's api}
14
+ s.email = %q{jon@jonsthoughtsoneverything.com}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE",
17
+ "README.textile"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ ".gitignore",
22
+ "LICENSE",
23
+ "README.textile",
24
+ "Rakefile",
25
+ "VERSION",
26
+ "lib/tvdb_party.rb",
27
+ "lib/tvdb_party/banner.rb",
28
+ "lib/tvdb_party/episode.rb",
29
+ "lib/tvdb_party/search.rb",
30
+ "lib/tvdb_party/series.rb",
31
+ "test/test_helper.rb",
32
+ "test/tvdb_party_test.rb",
33
+ "tvdb_party.gemspec"
34
+ ]
35
+ s.has_rdoc = true
36
+ s.homepage = %q{http://github.com/maddox/tvdb_party}
37
+ s.rdoc_options = ["--charset=UTF-8"]
38
+ s.require_paths = ["lib"]
39
+ s.rubygems_version = %q{1.3.1}
40
+ s.summary = %q{Simple Ruby library to talk to thetvdb.com's api}
41
+ s.test_files = [
42
+ "test/test_helper.rb",
43
+ "test/tvdb_party_test.rb"
44
+ ]
45
+
46
+ if s.respond_to? :specification_version then
47
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
48
+ s.specification_version = 2
49
+
50
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
51
+ s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
52
+ s.add_runtime_dependency(%q<httparty>, [">= 0.4.4"])
53
+ else
54
+ s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
55
+ s.add_dependency(%q<httparty>, [">= 0.4.4"])
56
+ end
57
+ else
58
+ s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
59
+ s.add_dependency(%q<httparty>, [">= 0.4.4"])
60
+ end
61
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maddox-tvdb_party
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Maddox
@@ -47,6 +47,7 @@ files:
47
47
  - LICENSE
48
48
  - README.textile
49
49
  - Rakefile
50
+ - VERSION
50
51
  - lib/tvdb_party.rb
51
52
  - lib/tvdb_party/banner.rb
52
53
  - lib/tvdb_party/episode.rb
@@ -54,8 +55,10 @@ files:
54
55
  - lib/tvdb_party/series.rb
55
56
  - test/test_helper.rb
56
57
  - test/tvdb_party_test.rb
58
+ - tvdb_party.gemspec
57
59
  has_rdoc: true
58
60
  homepage: http://github.com/maddox/tvdb_party
61
+ licenses:
59
62
  post_install_message:
60
63
  rdoc_options:
61
64
  - --charset=UTF-8
@@ -76,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
79
  requirements: []
77
80
 
78
81
  rubyforge_project:
79
- rubygems_version: 1.2.0
82
+ rubygems_version: 1.3.5
80
83
  signing_key:
81
84
  specification_version: 2
82
85
  summary: Simple Ruby library to talk to thetvdb.com's api