Change some spec
This commit is contained in:
parent
02bb6ad5ee
commit
47301de00d
|
@ -1,17 +1,17 @@
|
||||||
$:.push File.expand_path("../lib", __FILE__)
|
$:.push File.expand_path("../lib", __FILE__)
|
||||||
|
|
||||||
# Maintain your gem's version:
|
# Maintain your gem's version:
|
||||||
require "archive/version"
|
require "dictionary/version"
|
||||||
|
|
||||||
# Describe your gem and declare its dependencies:
|
# Describe your gem and declare its dependencies:
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "archive"
|
s.name = "dictionary"
|
||||||
s.version = Archive::VERSION
|
s.version = Archive::VERSION
|
||||||
s.authors = ["TODO: Your name"]
|
s.authors = ["TODO: Your name"]
|
||||||
s.email = ["TODO: Your email"]
|
s.email = ["TODO: Your email"]
|
||||||
s.homepage = "TODO"
|
s.homepage = "TODO"
|
||||||
s.summary = "TODO: Summary of Archive."
|
s.summary = "TODO: Summary of Dictionary."
|
||||||
s.description = "TODO: Description of Archive."
|
s.description = "TODO: Description of Dictionary."
|
||||||
|
|
||||||
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
|
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
|
||||||
s.test_files = Dir["test/**/*"]
|
s.test_files = Dir["test/**/*"]
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"title": "archive",
|
"title": "dictionary",
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
"organization": "Rulingcom",
|
"organization": "Rulingcom",
|
||||||
"author": "RD dep",
|
"author": "RD dep",
|
||||||
"intro": "Archive",
|
"intro": "Archive",
|
||||||
"update_info": "Some info",
|
"update_info": "Some info",
|
||||||
"create_date": "11-11-2011",
|
"create_date": "11-11-2011",
|
||||||
"app_pages": ["archive_files"],
|
"app_pages": ["dictionary_vocabs"],
|
||||||
"widgets": {"archive_files":[]},
|
"widgets": {"dictionary_vocabs":[]},
|
||||||
"enable_frontend": true
|
"enable_frontend": true
|
||||||
}
|
}
|
Loading…
Reference in New Issue