earth.gemspec in earth-0.4.12 vs earth.gemspec in earth-0.5.0
- old
+ new
@@ -3,11 +3,11 @@
require "earth/version"
Gem::Specification.new do |s|
s.name = "earth"
s.version = Earth::VERSION
- s.date = "2011-05-21"
+ s.date = "2011-06-06"
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}
@@ -24,21 +24,25 @@
s.require_paths = ["lib"]
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
-
- s.add_runtime_dependency 'cohort_scope', '>=0.2.0'
+
s.add_runtime_dependency 'data_miner'
+ s.add_runtime_dependency 'to_regexp'
+ s.add_runtime_dependency 'cohort_scope'
s.add_runtime_dependency 'remote_table', '>=1.2.3'
s.add_runtime_dependency 'falls_back_on'
+ s.add_runtime_dependency 'fixed_width-multibyte'
s.add_runtime_dependency 'geokit-rails'
+ s.add_runtime_dependency 'loose_tight_dictionary', '>=0.2.3'
s.add_runtime_dependency 'weighted_average'
s.add_development_dependency 'bundler'
s.add_development_dependency 'bueller'
s.add_development_dependency 'cucumber'
s.add_development_dependency 'rake'
s.add_development_dependency 'rdoc'
s.add_development_dependency 'rdoc'
s.add_development_dependency 'rspec'
+ s.add_development_dependency 'ruby-debug19'
s.add_development_dependency 'sqlite3-ruby'
end