public
Description: External Video management plugin.
Homepage:
Clone URL: git://github.com/linkingpaths/acts_as_videoclub.git
Click here to lend your support to: acts_as_videoclub and make a donation at www.pledgie.com !
acts_as_videoclub / acts_as_videoclub.gemspec
100644 23 lines (19 sloc) 1.24 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Gem::Specification.new do |s|
  s.name = %q{acts_as_videoclub}
  s.version = "0.0.2"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Linking Paths"]
  s.date = %q{2008-10-16}
  s.description = %q{External Video management plugin.}
  s.email = ["aitor@linkingpaths.com"]
  s.files = ["MIT-LICENSE", "README", "Rakefile", "acts_as_videoclub.gemspec", "generators", "generators/acts_as_videoclub_migration", "generators/acts_as_videoclub_migration/acts_as_videoclub_migration_generator.rb", "generators/acts_as_videoclub_migration/templates", "generators/acts_as_videoclub_migration/templates/migration.rb", "init.rb", "lib", "lib/acts_as_videoclub.rb", "lib/video.rb", "lib/videoclub_helper.rb", "tasks", "tasks/acts_as_videoclub_tasks.rake", "test", "test/acts_as_videoclub_test.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/linkingpaths/acts_as_videoclub}
  s.post_install_message = %q{
For more information on acts_as_videoclub, see http://github.com/linkingpaths/acts_as_videoclub
 
}
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{acts_as_videoclub}
  s.rubygems_version = %q{1.2.0}
  s.summary = %q{External Video management plugin.}
 
end