# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'fedux_org_stdlib/version' Gem::Specification.new do |spec| spec.name = 'fedux_org-stdlib' spec.version = FeduxOrgStdlib::VERSION spec.authors = ['Max Meyer'] spec.email = ['dev@fedux.org'] spec.summary = 'Collection of useful libraries. It maybe depend on external libraries.' spec.homepage = '' spec.license = 'MIT' spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) } spec.test_files = spec.files.grep(/^(test|spec|features)\//) spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.1.0' spec.add_dependency 'activesupport' end