Sha256: 5a49f2931c58b9fb5a3088428ee1de7640ccf8e7b4d0b9756a3dff1719ea3564
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "protobuf/rspec/version" Gem::Specification.new do |s| s.name = "protobuf-rspec" s.version = Protobuf::RSpec::VERSION s.authors = ["BJ Neilsen", "Adam Hutchison"] s.email = ["bj.neilsen@gmail.com", "liveh2o@gmail.com"] s.homepage = "http://github.com/localshred/protobuf-rspec" s.summary = %q{Protobuf RSpec helpers for testing services and clients. Meant to be used with the protobuf gem. Decouple external services/clients from each other using the given helper methods.} s.description = s.summary s.rubyforge_project = "protobuf-rspec" 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"] s.add_runtime_dependency "protobuf", ">= 3.0.0" s.add_runtime_dependency "rspec", ">= 2.14", "< 4.0" s.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
protobuf-rspec-1.1.3 | protobuf-rspec.gemspec |
protobuf-rspec-1.1.2 | protobuf-rspec.gemspec |
protobuf-rspec-1.1.1 | protobuf-rspec.gemspec |