Skip to content

Commit

Permalink
Apparently we still need GeoRuby, at least for the moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Jul 4, 2012
1 parent ba176de commit e5a3bea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -28,6 +28,7 @@ gem 'gettext_i18n_rails'
gem 'prawn'
gem 'activerecord-postgis-adapter'
gem 'ym4r_gm'
gem 'GeoRuby', require: 'geo_ruby'
gem 'rdiscount'
gem 'authlogic'
gem 'dynamic_form'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -2,6 +2,7 @@ GEM
remote: http://rubygems.org/
specs:
Ascii85 (1.0.1)
GeoRuby (1.3.4)
ZenTest (4.8.1)
actionmailer (3.1.6)
actionpack (= 3.1.6)
Expand Down Expand Up @@ -214,6 +215,7 @@ PLATFORMS
ruby

DEPENDENCIES
GeoRuby
activerecord-postgis-adapter
authlogic
autotest-rails
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/app_globals.rb
Expand Up @@ -15,7 +15,7 @@

EMAIL = APP_CONFIG['email'] # Address that application-generated e-mail will come from.

GeoRuby::SimpleFeatures::DEFAULT_SRID = 4326
GeoRuby::SimpleFeatures::DEFAULT_SRID = 4326 # TODO: should this become an rgeo reference?

Date::DATE_FORMATS[:ical] = "%Y%m%d" # yyyymmdd, for iCal conversion

Expand Down

0 comments on commit e5a3bea

Please sign in to comment.