deil_sexpistol.gemspec in deil_sexpistol-0.0.8 vs deil_sexpistol.gemspec in deil_sexpistol-0.0.9

- old
+ new

@@ -2,27 +2,28 @@ # 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{deil_sexpistol} - s.version = "0.0.8" + 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 = %q{2011-09-14} - s.description = %q{Sexpistol is an easy-to-use S-Expression parser for Ruby. It is fast and has no dependencies.} - s.email = %q{aaron@aarongough.com} + 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", @@ -35,17 +36,16 @@ "test/unit/string_literal_test.rb", "test/unit/structure_test.rb", "test/unit/symbol_test.rb", "test/unit/to_sexp_test.rb" ] - s.homepage = %q{http://github.com/aarongough/sexpistol} + s.homepage = "http://github.com/aarongough/sexpistol" s.rdoc_options = ["--line-numbers", "--inline-source"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} - s.summary = %q{An S-Expression Parser Library for Ruby. Forked} + s.rubygems_version = "1.8.24" + s.summary = "An S-Expression Parser Library for Ruby. Forked" if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end