Sha256: 35f1d82a5890eef275d6b98d6e73ad59148473fe51fb0cf0193a1d69172ef582
Contents?: true
Size: 961 Bytes
Versions: 1
Compression:
Stored size: 961 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'state_mate/version' Gem::Specification.new do |spec| spec.name = "state_mate" spec.version = StateMate::VERSION spec.authors = ["nrser"] spec.email = ["neil@ztkae.com"] spec.summary = %q{i heard it's meant to help you with your state, mate!} spec.homepage = "https://github.com/nrser/state_mate" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_dependency 'nrser', '0.0.10' spec.add_dependency 'CFPropertyList', '~> 2.3' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
state_mate-0.0.1 | state_mate.gemspec |