Sha256: a57fbff605345bfa68c3748aa952e2e1fa016317881b68a7280e937678d36ed9
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
# encoding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'dm-aspects/version' Gem::Specification.new do |gem| gem.name = "dm-aspects" gem.version = DataMapper::Aspects::VERSION gem.authors = ['StyleSeek Engineering Team'] gem.email = ['engineering@styleseek.com'] gem.summary = %q{Aspect-Oriented modules to add enhance your DataMapper models.} gem.description = %q{Aspect-Oriented modules to add commonly needed methods and properties to your DataMapper models.} gem.homepage = "https://github.com/styleseek/dm-aspects" gem.license = "MIT" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}) { |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency 'dm-core' gem.add_dependency 'oj' gem.add_development_dependency "bundler", "~> 1.5" gem.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dm-aspects-0.1.0 | dm-aspects.gemspec |
dm-aspects-0.0.6 | dm-aspects.gemspec |
dm-aspects-0.0.5 | dm-aspects.gemspec |