Change some spec

This commit is contained in:
Bernie Chiu 2013-08-28 10:54:34 +08:00 committed by chris
parent 02bb6ad5ee
commit 47301de00d
2 changed files with 7 additions and 7 deletions

View File

@ -1,17 +1,17 @@
$:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "archive/version"
require "dictionary/version"
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "archive"
s.name = "dictionary"
s.version = Archive::VERSION
s.authors = ["TODO: Your name"]
s.email = ["TODO: Your email"]
s.homepage = "TODO"
s.summary = "TODO: Summary of Archive."
s.description = "TODO: Description of Archive."
s.summary = "TODO: Summary of Dictionary."
s.description = "TODO: Description of Dictionary."
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]

View File

@ -1,12 +1,12 @@
{
"title": "archive",
"title": "dictionary",
"version": "0.1",
"organization": "Rulingcom",
"author": "RD dep",
"intro": "Archive",
"update_info": "Some info",
"create_date": "11-11-2011",
"app_pages": ["archive_files"],
"widgets": {"archive_files":[]},
"app_pages": ["dictionary_vocabs"],
"widgets": {"dictionary_vocabs":[]},
"enable_frontend": true
}