forked from dineshkummarc/compass_agile_enterprise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compass_ae.gemspec
28 lines (23 loc) · 1.1 KB
/
compass_ae.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$:.push File.expand_path("../", __FILE__)
# Maintain your gem's version:
require "version"
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'compass_ae'
s.version = CompassAe::VERSION::STRING
s.summary = 'Full ERP stack built on top of the Rails framework.'
s.description = 'Full ERP stack with a CRM, CMS and mulitple ERP Modules based on Silverston data models'
s.required_ruby_version = '>= 1.9.2'
s.required_rubygems_version = ">= 1.8.10"
s.authors = ["Rick Koloski, Russell Holmes"]
s.email = ["[email protected]"]
s.homepage = 'http://development.compassagile.com'
s.add_dependency('compass_ae_starter_kit', '~> 3.0.0')
s.add_dependency('erp_base_erp_svcs', '~> 3.1.0')
s.add_dependency('erp_tech_svcs', '~> 3.1.0')
s.add_dependency('erp_app', '~> 3.1.0')
s.add_dependency('compass_ae_console', '~> 2.0.0')
s.add_dependency('erp_forms', '~> 3.1.0')
s.add_dependency('knitkit', '~> 2.1.0')
s.add_dependency('rails_db_admin', '~> 2.1.0')
end