earth.gemspec in earth-0.11.12 vs earth.gemspec in earth-0.11.13

- old
+ new

@@ -3,11 +3,11 @@ require "earth/version" Gem::Specification.new do |s| s.name = "earth" s.version = Earth::VERSION - s.date = "2012-02-20" + s.date = "2012-03-05" s.platform = Gem::Platform::RUBY s.authors = ["Seamus Abshere", "Derek Kastner", "Andy Rossmeissl"] s.email = %q{andy@rossmeissl.net} s.homepage = "https://github.com/brighterplanet/earth" s.summary = %Q{Land, sky, and sea} @@ -27,10 +27,10 @@ s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.add_runtime_dependency 'activerecord' s.add_runtime_dependency 'activesupport' - s.add_runtime_dependency 'cohort_scope' + s.add_runtime_dependency 'cohort_analysis' s.add_runtime_dependency 'conversions' s.add_runtime_dependency 'data_miner', '>=1.3' s.add_runtime_dependency 'falls_back_on' s.add_runtime_dependency 'fixed_width-multibyte' s.add_runtime_dependency 'fuzzy_match', '>=1.1.0'