Sha256: 1475cb89749c52868777d643d7bc9988c8259b9300a32e8e197a208eba322092

Contents?: true

Size: 855 Bytes

Versions: 4

Compression:

Stored size: 855 Bytes

Contents

require './lib/yajl/version'

Gem::Specification.new do |s|
  s.name = %q{yajl-ruby}
  s.version = Yajl::VERSION
  s.authors = ["Brian Lopez", "Lloyd Hilaiel"]
  s.date = Time.now.utc.strftime("%Y-%m-%d")
  s.email = %q{seniorlopez@gmail.com}
  s.extensions = ["ext/yajl/extconf.rb"]
  s.files = `git ls-files`.split("\n")
  s.homepage = %q{http://github.com/brianmario/yajl-ruby}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.4.2}
  s.summary = %q{Ruby C bindings to the excellent Yajl JSON stream-based parser library.}
  s.test_files = `git ls-files spec examples`.split("\n")
  s.required_ruby_version = ">= 1.8.6"

  # tests
  s.add_development_dependency 'rake-compiler', ">= 0.7.5"
  s.add_development_dependency 'rspec', ">= 2.0.0"
  # benchmarks
  s.add_development_dependency 'activesupport'
  s.add_development_dependency 'json'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yajl-ruby-1.2.0 yajl-ruby.gemspec
yajl-ruby-1.1.0-x86-mswin32-60 yajl-ruby.gemspec
yajl-ruby-1.1.0-x86-mingw32 yajl-ruby.gemspec
yajl-ruby-1.1.0 yajl-ruby.gemspec