Sha256: da9279feb0bb519086737bed54f09d4a9be9e5c97adbf17fdf1cfeba8e88ff35
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'tessa/version' Gem::Specification.new do |spec| spec.name = "tessa" spec.version = Tessa::VERSION spec.authors = ["Justin Powell", "Travis Petticrew"] spec.email = ["jpowell@watermark.org", "tpetticrew@watermark.org"] spec.summary = %q{Manage your assets.} spec.description = %q{Manage your assets.} spec.homepage = "https://github.com/watermarkchurch/tessa-client" 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_dependency "faraday", "<1" spec.add_dependency "virtus", "~>1.0.4" spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.1" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
tessa-0.9.1 | tessa.gemspec |
tessa-0.9.0 | tessa.gemspec |
tessa-0.8.0 | tessa.gemspec |
tessa-0.7.0 | tessa.gemspec |
tessa-0.6.3 | tessa.gemspec |