Sha256: 9a80523199a02492891edcd3ffc616f42cd35924085fda12c62a5e7da10dbcfe
Contents?: true
Size: 763 Bytes
Versions: 1
Compression:
Stored size: 763 Bytes
Contents
lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib) require 'compass_point' Gem::Specification.new do |s| s.name = 'compass_point' s.version = CompassPoint::VERSION s.authors = ['Keith Morrison'] s.email = 'keithm@infused.org' s.homepage = 'http://github.com/infused/compass_point' s.summary = 'A Ruby library for working with compass points' s.description = 'A Ruby library for working with compass points' s.license = 'MIT' s.rdoc_options = ['--charset=UTF-8'] s.extra_rdoc_files = ['README.md', 'LICENSE'] s.files = Dir['[A-Z]*', '{lib,spec}/**/*', 'compass_points.gemspec'] s.require_paths = ['lib'] s.required_ruby_version = '>= 3.0.0' s.metadata['rubygems_mfa_required'] = 'true' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compass_point-2.0.0 | compass_point.gemspec |