public
Description: Set of ActiveRecord classes used to interact with a WordPress database.
Homepage:
Clone URL: git://github.com/inaka/wp_on_rails.git
wp_on_rails / wp_on_rails.gemspec
100644 18 lines (17 sloc) 0.562 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |s|
  s.name = "wp_on_rails"
  s.version = "0.1.1"
  s.date = "2009-01-11"
  s.summary = "ActiveRecord interface to a WordPress database"
  s.email = "chad@inakanetworks.com"
  s.homepage = "http://github.com/inaka/wp_on_rails"
  s.description = "wp_on_rails is an ActiveRecord interface to a WordPress database."
  s.has_rdoc = true
  s.authors = ["Chad DePue"]
  s.files = ["README.rdoc",
    "lib/wp_on_rails.rb",
    "Manifest", "Rakefile"]
  s.test_files = []
  s.rdoc_options = []
  s.extra_rdoc_files = []
end