hps_member/member_counselor.gemspec

21 lines
651 B
Ruby
Raw Normal View History

2017-05-18 12:12:35 +00:00
$:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "member_counselor/version"
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "member_counselor"
s.version = MemberCounselor::VERSION
s.authors = ["Harry Bomrah"]
s.email = ["harry@rulingcom.com"]
s.homepage = "http://www.rulingcom.com"
s.summary = "External User upload file module"
s.description = "External User upload file module"
s.license = "MIT"
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]
end