geocoder 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of geocoder might be problematic. Click here for more details.

data/CHANGELOG.rdoc CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  Per-release changes to Geocoder.
4
4
 
5
+ == 1.0.5 (2011 Oct 26)
6
+
7
+ * Fix error with `rake assets:precompile` (thanks github.com/Sush).
8
+ * Improve cache interface.
9
+
5
10
  == 1.0.4 (2011 Sep 18)
6
11
 
7
12
  * Remove klass method from rake task, which could conflict with app methods (thanks github.com/mguterl).
@@ -18,7 +18,7 @@ module Geocoder
18
18
 
19
19
  class Railtie
20
20
  def self.insert
21
- if ENV['RAILS_GROUPS'].to_s != 'assets' and defined?(::ActiveRecord)
21
+ if defined?(::ActiveRecord)
22
22
  ::ActiveRecord::Base.extend(Model::ActiveRecord)
23
23
  end
24
24
  end
@@ -1,3 +1,3 @@
1
1
  module Geocoder
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: geocoder
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.4
5
+ version: 1.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alex Reisner
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-09-18 00:00:00 -04:00
13
+ date: 2011-10-26 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16