Sha256: 40b74a98f7a028e089c3854baf1430fcb23a62898ba2a27f273b0a636ac68b9d
Contents?: true
Size: 1.07 KB
Versions: 3
Compression:
Stored size: 1.07 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"] s.email = ["bj.neilsen@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", ">= 1.1" s.add_runtime_dependency "rspec", "~> 2.8" s.add_development_dependency "rake" s.add_development_dependency "yard", "~> 0.7" s.add_development_dependency "redcarpet", "~> 2.1" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
protobuf-rspec-0.1.0.rc3 | protobuf-rspec.gemspec |
protobuf-rspec-0.1.0.rc2 | protobuf-rspec.gemspec |
protobuf-rspec-0.1.0.rc1 | protobuf-rspec.gemspec |