Sha256: e6d55b2d4707e882f2f825195f3a11d303cc2ef23f472bc48462cdc5df724d68
Contents?: true
Size: 632 Bytes
Versions: 6
Compression:
Stored size: 632 Bytes
Contents
$:.unshift File.join(File.dirname(__FILE__), 'lib') require 'json-write-stream/version' Gem::Specification.new do |s| s.name = "json-write-stream" s.version = ::JsonWriteStream::VERSION s.authors = ["Cameron Dutro"] s.email = ["camertron@gmail.com"] s.homepage = "http://github.com/camertron" s.description = s.summary = "An easy, streaming way to generate JSON." s.add_dependency 'json_pure', '~> 1.8.0' s.platform = Gem::Platform::RUBY s.has_rdoc = true s.require_path = 'lib' s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "README.md", "Rakefile", "json-write-stream.gemspec"] end
Version data entries
6 entries across 6 versions & 1 rubygems