Sha256: d46020dd7dfee16014489dcf52ea81ea593f19663e1f375a49bf38d12b6d47b3

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{crack}
  s.version = "0.3.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = [%q{John Nunemaker}, %q{Wynn Netherland}]
  s.date = %q{2011-09-17}
  s.email = %q{nunemaker@gmail.com}
  s.extra_rdoc_files = [
    "LICENSE",
    "README.rdoc"
  ]
  s.files = [
    "History",
    "LICENSE",
    "README.rdoc",
    "Rakefile",
    "crack.gemspec",
    "lib/crack.rb",
    "lib/crack/json.rb",
    "lib/crack/util.rb",
    "lib/crack/xml.rb",
    "test/crack_test.rb",
    "test/data/twittersearch-firefox.json",
    "test/data/twittersearch-ie.json",
    "test/hash_test.rb",
    "test/json_test.rb",
    "test/string_test.rb",
    "test/test_helper.rb",
    "test/xml_test.rb"
  ]
  s.homepage = %q{http://github.com/jnunemaker/crack}
  s.require_paths = [%q{lib}]
  s.rubyforge_project = %q{crack}
  s.rubygems_version = %q{1.8.9}
  s.summary = %q{Really simple JSON and XML parsing, ripped from Merb and Rails.}

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
crack-0.3.0 crack.gemspec