webs / allocine

Allocine.fr parser

This URL has Read+Write access

Jordan Bracco (author)
Fri Oct 16 15:38:17 -0700 2009
commit  652e0015d30f16d83a561c5e20de160bfeaeffd1
tree    8cc90f48acae0033c73719386b631475eb88636e
parent  fc3628dc5dc2e461c8030630281948dc0c46dd35
allocine / allocine.gemspec
100644 28 lines (28 sloc) 0.873 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Gem::Specification.new do |s|
  s.name = "allocine"
  s.version = "0.3.0"
  s.date = "2009-02-08"
  s.summary = "Allocine.fr parser"
  s.email = "jordan@lifeisdead.net"
  s.homepage = "http://github.com/webs/allocine"
  s.description = "Allocine.fr parser"
  s.has_rdoc = false
  s.authors = ["Jordan Bracco", "Sunny Ripert"]
  s.files = ["README.textile",
    "allocine.gemspec",
    "lib/allocine.rb",
    "lib/allocine/allocine.rb",
    "lib/allocine/movie.rb",
    "lib/allocine/show.rb"
  ]
  s.test_files = ["spec/allocine.rb",
    "spec/helper.rb",
    "spec/movie.rb",
    "spec/show.rb"
  ]
  #s.rdoc_options = ["--main", "README.txt"]
  #s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
  #s.add_dependency("diff-lcs", ["> 0.0.0"])
  #s.add_dependency("mime-types", ["> 0.0.0"])
  #s.add_dependency("open4", ["> 0.0.0"])
end