Sha256: 07a0dc5a4d94d32b88bacd91dde318bca6a97dda4ae3867215db57b32fb3f991
Contents?: true
Size: 1.08 KB
Versions: 4
Compression:
Stored size: 1.08 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'printfection/version' Gem::Specification.new do |spec| spec.name = "printfection" spec.version = Printfection::VERSION spec.authors = ["Casey O'Hara"] spec.email = ["casey.ohara@printfection.com"] spec.summary = "Implementation of the Printfection API for Ruby" spec.description = "" spec.homepage = "https://github.com/printfection/printfection-ruby" 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 "hashie", "~> 3.3.1" spec.add_dependency "rest-client", "~> 1.7.2" spec.add_development_dependency "bundler", ">= 1.6.8" spec.add_development_dependency "rake", "10.3.2" spec.add_development_dependency "rspec", "3.1.0" spec.add_development_dependency "codeclimate-test-reporter" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
printfection-1.0.3 | printfection.gemspec |
printfection-1.0.2 | printfection.gemspec |
printfection-1.0.1 | printfection.gemspec |
printfection-1.0.0 | printfection.gemspec |