Sha256: 5d29d158e4f74e80cef0ae7c14cbdfa3371d6fae7b2954d5713f9a55d7e5f62b
Contents?: true
Size: 911 Bytes
Versions: 1
Compression:
Stored size: 911 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'Birst_Command/version' Gem::Specification.new do |s| s.name = "Birst_Command" s.version = Birst_Command::VERSION s.authors = ["Sterling Paramore"] s.email = ["gnilrets@gmail.com"] s.homepage = "https://github.com/gnilrets" s.license = "MIT" s.summary = "Birst Command" s.description = "Ruby interface to Birst web API" s.rubyforge_project = "Birst_Command" s.required_ruby_version = '~> 2' s.add_runtime_dependency "savon", ["~> 2.0"] s.add_runtime_dependency "httpclient", ["~> 2.3"] s.add_runtime_dependency "envcrypt", ["~> 0.1"] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
Birst_Command-0.5.0 | Birst_Command.gemspec |