Sha256: 58070e1fe97adf35c9378b95e4c4fba330850eddf3a4171f4597b01b6d38c130
Contents?: true
Size: 886 Bytes
Versions: 4
Compression:
Stored size: 886 Bytes
Contents
require './lib/yajl/version' Gem::Specification.new do |s| s.name = %q{yajl-ruby} s.version = Yajl::VERSION s.license = "MIT" 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.14" # benchmarks s.add_development_dependency 'activesupport', '~> 3.1.2' s.add_development_dependency 'json' end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
yajl-ruby-1.2.3 | yajl-ruby.gemspec |
yajl-ruby-1.2.2 | yajl-ruby.gemspec |
tdiary-4.2.1 | vendor/bundle/ruby/2.2.0/gems/yajl-ruby-1.2.1/yajl-ruby.gemspec |
yajl-ruby-1.2.1 | yajl-ruby.gemspec |