Change default
This commit is contained in:
parent
5aa0bd0cad
commit
2a95a09f59
|
|
@ -1,19 +1,19 @@
|
||||||
$:.push File.expand_path("../lib", __FILE__)
|
$:.push File.expand_path("../lib", __FILE__)
|
||||||
|
|
||||||
# Maintain your gem's version:
|
# Maintain your gem's version:
|
||||||
require "personal_competition/version"
|
require "personal_competition/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 = "personal_competition"
|
s.name = "personal_competition"
|
||||||
s.version = PersonalCompetition::VERSION
|
s.version = PersonalCompetition::VERSION
|
||||||
s.authors = ["Ruling Digital Inc."]
|
s.authors = ["Orbitek"]
|
||||||
s.email = ["orbit@rulingcom.com"]
|
s.email = ["junyi@orbitek.co"]
|
||||||
s.homepage = "http://www.rulingcom.com"
|
s.homepage = "https://orbitek.co/"
|
||||||
s.summary = "Summary of Personal Competition."
|
s.summary = "Summary of Personal Competition."
|
||||||
s.description = "Description of Personal Competition."
|
s.description = "Description of Personal Competition."
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
|
|
||||||
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/**/*"]
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue