Sha256: 62c3938261afb52cda4f4888403fb362fc72d5925e821e6462215ebe598ac1f3
Contents?: true
Size: 826 Bytes
Versions: 3
Compression:
Stored size: 826 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.add_runtime_dependency "savon", ["~> 2.0"] s.add_runtime_dependency "httpclient", ["~> 2.3"] 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
Birst_Command-0.2.0 | Birst_Command.gemspec |
Birst_Command-0.1.1 | Birst_Command.gemspec |
Birst_Command-0.1.0 | Birst_Command.gemspec |