Skip to content

Commit

Permalink
release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Jun 28, 2011
1 parent 226ce71 commit 4f3376a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions textquery.gemspec
Expand Up @@ -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"]
Expand All @@ -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
end

0 comments on commit 4f3376a

Please sign in to comment.