# 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 = "deil_sexpistol" s.version = "0.0.9" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Aaron Gough", "Anton Kosyakin"] s.date = "2013-02-03" s.description = "Sexpistol is an easy-to-use S-Expression parser for Ruby. It is fast and has no dependencies." s.email = "aaron@aarongough.com" s.extra_rdoc_files = [ "MIT-LICENSE", "README.rdoc" ] s.files = [ "MIT-LICENSE", "README.rdoc", "Rakefile", "VERSION", "deil_sexpistol.gemspec", "lib/sexpistol.rb", "lib/sexpistol/sexpistol.rb", "lib/sexpistol/sexpistol_parser.rb", "sexpistol.gemspec", "test/performance/benchmark_test.rb", "test/setup/test_unit_extensions.rb", "test/test_helper.rb", "test/unit/float_literal_test.rb", "test/unit/integer_literal_test.rb", "test/unit/ruby_keyword_literals_test.rb", "test/unit/scheme_compatability_test.rb", "test/unit/string_literal_test.rb", "test/unit/structure_test.rb", "test/unit/symbol_test.rb", "test/unit/to_sexp_test.rb" ] s.homepage = "http://github.com/aarongough/sexpistol" s.rdoc_options = ["--line-numbers", "--inline-source"] s.require_paths = ["lib"] s.rubygems_version = "1.8.24" s.summary = "An S-Expression Parser Library for Ruby. Forked" 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