Sha256: 7c25ef71dd8a6fec068584048bf7cd4ff6031291caf1880c5e65f9b61c0e7fa5

Contents?: true

Size: 895 Bytes

Versions: 1

Compression:

Stored size: 895 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'json/stream/path/version'

Gem::Specification.new do |spec|
  spec.name          = "json-stream-path"
  spec.version       = Json::Stream::Path::VERSION
  spec.authors       = ["Manojs"]
  spec.email         = ["manojs.nitt@gmail.com"]
  spec.description   = %q{Gem desc}
  spec.summary       = %q{Gem summary}
  spec.homepage      = "https://github.com/bethink/json-stream-path"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "pry"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
json-stream-path-0.0.1 json-stream-path.gemspec