Change some spec
This commit is contained in:
parent
02bb6ad5ee
commit
47301de00d
|
@ -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/**/*"]
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue