From 4f3376ad8b4c03d0081ddef2696c7e465d3b6ebe Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Tue, 28 Jun 2011 18:39:02 -0400 Subject: [PATCH] release 0.1.8 --- spec/textquery_spec.rb | 3 +-- textquery.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/spec/textquery_spec.rb b/spec/textquery_spec.rb index e271761..65d42e0 100644 --- a/spec/textquery_spec.rb +++ b/spec/textquery_spec.rb @@ -1,10 +1,9 @@ # encoding: UTF-8 -require "rubygems" require "rspec" require "pp" -require "lib/textquery" +require "textquery" # Resources: # - http://github.com/nathansobo/treetop diff --git a/textquery.gemspec b/textquery.gemspec index 60c7378..53087a8 100644 --- a/textquery.gemspec +++ b/textquery.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "textquery" - s.version = "0.1.7" + s.version = "0.1.8" s.platform = Gem::Platform::RUBY s.authors = ["Ilya Grigorik"] @@ -21,4 +21,4 @@ Gem::Specification.new do |s| s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] -end \ No newline at end of file +end