Sha256: b29b6005480cadfa19c2774fd1ceb9c8768128abf113b845047e406ca28d38af

Contents?: true

Size: 1.33 KB

Versions: 12

Compression:

Stored size: 1.33 KB

Contents

# encoding: UTF-8
$:.push ::File.expand_path("../lib", __FILE__)
require "protobuf/version"

::Gem::Specification.new do |s|
  s.name          = 'protobuf'
  s.version       = ::Protobuf::VERSION
  s.date          = ::Time.now.strftime('%Y-%m-%d')
  s.license       = 'WTFPL'

  s.authors       = ['BJ Neilsen', 'Brandon Dewitt', 'Devin Christensen']
  s.email         = ['bj.neilsen+protobuf@gmail.com', 'brandonsdewitt+protobuf@gmail.com', 'quixoten@gmail.com']
  s.homepage      = 'https://github.com/localshred/protobuf'
  s.summary       = "Google Protocol Buffers serialization and RPC implementation for Ruby."
  s.description   = s.summary

  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_dependency 'activesupport'
  s.add_dependency 'multi_json'
  s.add_dependency 'thor'

  s.add_development_dependency 'eventmachine'
  s.add_development_dependency 'ffi-rzmq'
  s.add_development_dependency 'pry-nav'
  s.add_development_dependency 'rake'
  s.add_development_dependency 'rspec'
  s.add_development_dependency 'simplecov'
  s.add_development_dependency 'yard'
  s.add_development_dependency 'timecop'
  # s.add_development_dependency 'perftools.rb'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
protobuf-2.8.13 protobuf.gemspec
protobuf-2.8.12 protobuf.gemspec
protobuf-2.8.11 protobuf.gemspec
protobuf-2.8.10 protobuf.gemspec
protobuf-2.8.9 protobuf.gemspec
protobuf-2.8.8 protobuf.gemspec
protobuf-2.8.7 protobuf.gemspec
protobuf-2.8.6 protobuf.gemspec
protobuf-2.8.5 protobuf.gemspec
protobuf-2.8.4 protobuf.gemspec
protobuf-2.8.3 protobuf.gemspec
protobuf-2.8.2 protobuf.gemspec