Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart committed Jun 6, 2011
1 parent 2fcdb44 commit 7a25032
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions acts_as_oqgraph.gemspec
Expand Up @@ -5,12 +5,12 @@

Gem::Specification.new do |s|
s.name = %q{acts_as_oqgraph}
s.version = "0.1.6"
s.version = "0.1.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Stuart Coyle"]
s.date = %q{2010-07-22}
s.description = %q{Acts As OQGraph allows ActiveRecord models to use the fast ans powerful OQGraph engine for MYSQL.}
s.date = %q{2011-06-06}
s.description = %q{Acts As OQGraph allows ActiveRecord models to use the fast and powerful OQGraph engine for MYSQL.}
s.email = %q{stuart.coyle@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
Expand All @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/stuart/acts_as_oqgraph}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Use the Open Query Graph engine with Active Record}
s.test_files = [
"test/helper.rb",
Expand All @@ -47,7 +47,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

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

0 comments on commit 7a25032

Please sign in to comment.