Sha256: 8333856c31c014ff459d1944429e1e7ef6301ff51fd125380db2a9347db1991b
Contents?: true
Size: 796 Bytes
Versions: 1
Compression:
Stored size: 796 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'chemistry-element/version' Gem::Specification.new do |gem| gem.name = "chemistry-element" gem.version = Chemistry::Element::VERSION gem.authors = ["Isaac Sanders"] gem.email = ["isaac@isaacbfsanders.com"] gem.description = %q{A library for working with elements} gem.summary = %q{A library for working with elements} gem.homepage = "" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency('chemistry-temperature') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chemistry-element-1.0.0 | chemistry-element.gemspec |