Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'sysmocom_dhl' s.version = '0.60.1' s.summary = 'sysmocom_dhl shipping helper' s.description = 'Deal with shipping cost, zones, insurance' s.required_ruby_version = '>= 1.8.7' # s.author = 'David Heinemeier Hansson' # s.email = 'david@loudthinking.com' # s.homepage = 'http://www.rubyonrails.org' # s.rubyforge_project = 'actionmailer' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_path = 'lib' s.requirements << 'none' s.add_dependency('spree_core', '>= 0.60.1') end