simonmenke-globalize2 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -112,7 +112,7 @@ module Globalize
112
112
  def find_every_with_globalize2(options)
113
113
  locale = I18n.locale
114
114
  locales = I18n.fallbacks[locale].map{ |tag| tag.to_s }
115
- scope_options = { :joins => :globalize_translations,
115
+ scope_options = { :include => :globalize_translations,
116
116
  :conditions => [ "#{i18n_attr('locale')} IN (?)", locales ] }
117
117
  with_scope(:find => scope_options) do
118
118
  find_every_without_globalize2(options)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simonmenke-globalize2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Harvey
@@ -9,12 +9,14 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-30 00:00:00 -07:00
12
+ date: 2009-09-14 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
16
  description: The second incarnation of Globalize for Rails
17
17
  email: joshmh@gmail.com
18
+ engine_dependencies: {}
19
+
18
20
  executables: []
19
21
 
20
22
  extensions: []
@@ -65,8 +67,10 @@ files:
65
67
  - test/data/locale/en-US.yml
66
68
  - test/data/locale/fi-FI/module.yml
67
69
  - test/data/locale/root.yml
68
- has_rdoc: false
70
+ has_rdoc: true
69
71
  homepage: http://github.com/joshmh/globalize2
72
+ licenses: []
73
+
70
74
  post_install_message:
71
75
  rdoc_options: []
72
76
 
@@ -87,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
91
  requirements: []
88
92
 
89
93
  rubyforge_project:
90
- rubygems_version: 1.2.0
94
+ rubygems_version: 1.3.5
91
95
  signing_key:
92
96
  specification_version: 3
93
97
  summary: The second incarnation of Globalize for Rails