fake_arel.gemspec in fake_arel-0.9.8 vs fake_arel.gemspec in fake_arel-0.9.9
- old
+ new
@@ -4,10 +4,10 @@
require 'bundler/version'
Gem::Specification.new do |s|
s.name = "fake_arel"
- s.version = "0.9.8"
+ s.version = "0.9.9"
s.platform = Gem::Platform::RUBY
s.author = "Grant Ammons"
s.email = ["grant@pipelinedealsco.com"]
s.homepage = "http://github.com/gammons/fake_arel"
s.summary = "A library that simulates Rails 3 ActiveRecord Arel calls using extensions to named_scope."