recordselect_vho 3.0.1 → 3.0.2

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.
@@ -2,7 +2,7 @@ module RecordSelect
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
data/lib/recordselect.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  require 'record_select_assets'
2
2
  require 'record_select'
3
- require 'extensions/localization'
4
- require 'extensions/active_record'
5
- require 'extensions/routing_mapper'
3
+ require 'record_select/extensions/localization'
4
+ require 'record_select/extensions/active_record'
5
+ require 'record_select/extensions/routing_mapper'
6
6
  require 'record_select/actions'
7
7
  require 'record_select/conditions'
8
8
  require 'record_select/config'
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{recordselect_vho}
8
- s.version = "3.0.1"
8
+ s.version = "3.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Volker Hochstein", "Lance Ivy"]
12
- s.date = %q{2011-02-01}
12
+ s.date = %q{2011-02-02}
13
13
  s.description = %q{RecordSelect is a Rails widget to help you pick one record out of many. I designed it as a more usable and performant alternative to generating a massive dropdown list}
14
14
  s.email = %q{activescaffold@googlegroups.com}
15
15
  s.extra_rdoc_files = [
@@ -34,13 +34,13 @@ Gem::Specification.new do |s|
34
34
  "assets/stylesheets/record_select.css",
35
35
  "init.rb",
36
36
  "install.rb",
37
- "lib/extensions/active_record.rb",
38
- "lib/extensions/localization.rb",
39
- "lib/extensions/routing_mapper.rb",
40
37
  "lib/record_select.rb",
41
38
  "lib/record_select/actions.rb",
42
39
  "lib/record_select/conditions.rb",
43
40
  "lib/record_select/config.rb",
41
+ "lib/record_select/extensions/active_record.rb",
42
+ "lib/record_select/extensions/localization.rb",
43
+ "lib/record_select/extensions/routing_mapper.rb",
44
44
  "lib/record_select/form_builder.rb",
45
45
  "lib/record_select/helpers/record_select_helper.rb",
46
46
  "lib/record_select/version.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recordselect_vho
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 1
10
- version: 3.0.1
9
+ - 2
10
+ version: 3.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Volker Hochstein
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-02-01 00:00:00 +01:00
19
+ date: 2011-02-02 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -122,13 +122,13 @@ files:
122
122
  - assets/stylesheets/record_select.css
123
123
  - init.rb
124
124
  - install.rb
125
- - lib/extensions/active_record.rb
126
- - lib/extensions/localization.rb
127
- - lib/extensions/routing_mapper.rb
128
125
  - lib/record_select.rb
129
126
  - lib/record_select/actions.rb
130
127
  - lib/record_select/conditions.rb
131
128
  - lib/record_select/config.rb
129
+ - lib/record_select/extensions/active_record.rb
130
+ - lib/record_select/extensions/localization.rb
131
+ - lib/record_select/extensions/routing_mapper.rb
132
132
  - lib/record_select/form_builder.rb
133
133
  - lib/record_select/helpers/record_select_helper.rb
134
134
  - lib/record_select/version.rb