Sha256: f2a88bbeb38eeb9ef5441bef2f72f1f63d110b0f0ba43e96b85ad9d2115dae97

Contents?: true

Size: 975 Bytes

Versions: 2

Compression:

Stored size: 975 Bytes

Contents

# -*- encoding: utf-8 mode: ruby -*-
$:.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.5"]
  s.add_runtime_dependency "httpclient", ["~> 2.3"]
  s.add_runtime_dependency "envcrypt", ["~> 0.1"]
  s.add_runtime_dependency "configatron", ["~> 3.2"]

  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

2 entries across 2 versions & 1 rubygems

Version Path
Birst_Command-0.6.1 Birst_Command.gemspec
Birst_Command-0.6.0 Birst_Command.gemspec