recordselect_vho 3.0.3 → 3.0.204
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.
- data/lib/record_select/conditions.rb +6 -2
- data/lib/record_select/helpers/record_select_helper.rb +4 -1
- data/lib/record_select/version.rb +1 -1
- metadata +40 -70
- data/.document +0 -5
- data/Gemfile +0 -13
- data/Rakefile +0 -50
- data/assets/images/cross.gif +0 -0
- data/assets/images/next.gif +0 -0
- data/assets/images/previous.gif +0 -0
- data/assets/javascripts/jquery/record_select.js +0 -499
- data/assets/javascripts/prototype/record_select.js +0 -369
- data/assets/stylesheets/record_select.css +0 -133
- data/init.rb +0 -7
- data/install.rb +0 -1
- data/recordselect_vho.gemspec +0 -88
- data/uninstall.rb +0 -4
data/init.rb
DELETED
data/install.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
# Install hook code here
|
data/recordselect_vho.gemspec
DELETED
@@ -1,88 +0,0 @@
|
|
1
|
-
# Generated by jeweler
|
2
|
-
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
|
-
# -*- encoding: utf-8 -*-
|
5
|
-
|
6
|
-
Gem::Specification.new do |s|
|
7
|
-
s.name = %q{recordselect_vho}
|
8
|
-
s.version = "3.0.3"
|
9
|
-
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Volker Hochstein", "Lance Ivy"]
|
12
|
-
s.date = %q{2011-02-03}
|
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
|
-
s.email = %q{activescaffold@googlegroups.com}
|
15
|
-
s.extra_rdoc_files = [
|
16
|
-
"README"
|
17
|
-
]
|
18
|
-
s.files = [
|
19
|
-
".document",
|
20
|
-
"CHANGELOG",
|
21
|
-
"Gemfile",
|
22
|
-
"MIT-LICENSE",
|
23
|
-
"README",
|
24
|
-
"Rakefile",
|
25
|
-
"app/views/record_select/_browse.html.erb",
|
26
|
-
"app/views/record_select/_list.html.erb",
|
27
|
-
"app/views/record_select/_search.html.erb",
|
28
|
-
"app/views/record_select/browse.js.rjs",
|
29
|
-
"assets/images/cross.gif",
|
30
|
-
"assets/images/next.gif",
|
31
|
-
"assets/images/previous.gif",
|
32
|
-
"assets/javascripts/jquery/record_select.js",
|
33
|
-
"assets/javascripts/prototype/record_select.js",
|
34
|
-
"assets/stylesheets/record_select.css",
|
35
|
-
"init.rb",
|
36
|
-
"install.rb",
|
37
|
-
"lib/record_select.rb",
|
38
|
-
"lib/record_select/actions.rb",
|
39
|
-
"lib/record_select/conditions.rb",
|
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
|
-
"lib/record_select/form_builder.rb",
|
45
|
-
"lib/record_select/helpers/record_select_helper.rb",
|
46
|
-
"lib/record_select/version.rb",
|
47
|
-
"lib/record_select_assets.rb",
|
48
|
-
"lib/recordselect.rb",
|
49
|
-
"lib/recordselect_vho.rb",
|
50
|
-
"recordselect_vho.gemspec",
|
51
|
-
"test/recordselect_test.rb",
|
52
|
-
"uninstall.rb"
|
53
|
-
]
|
54
|
-
s.homepage = %q{http://github.com/vhochstein/recordselect}
|
55
|
-
s.licenses = ["MIT"]
|
56
|
-
s.require_paths = ["lib"]
|
57
|
-
s.rubygems_version = %q{1.3.7}
|
58
|
-
s.summary = %q{RecordSelect widget as a replacement for massive drop down lists}
|
59
|
-
s.test_files = [
|
60
|
-
"test/recordselect_test.rb"
|
61
|
-
]
|
62
|
-
|
63
|
-
if s.respond_to? :specification_version then
|
64
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
65
|
-
s.specification_version = 3
|
66
|
-
|
67
|
-
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
68
|
-
s.add_development_dependency(%q<shoulda>, [">= 0"])
|
69
|
-
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
|
70
|
-
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
|
71
|
-
s.add_development_dependency(%q<rcov>, [">= 0"])
|
72
|
-
s.add_runtime_dependency(%q<rails>, ["~> 3.0.0"])
|
73
|
-
else
|
74
|
-
s.add_dependency(%q<shoulda>, [">= 0"])
|
75
|
-
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
|
76
|
-
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
|
77
|
-
s.add_dependency(%q<rcov>, [">= 0"])
|
78
|
-
s.add_dependency(%q<rails>, ["~> 3.0.0"])
|
79
|
-
end
|
80
|
-
else
|
81
|
-
s.add_dependency(%q<shoulda>, [">= 0"])
|
82
|
-
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
|
83
|
-
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
|
84
|
-
s.add_dependency(%q<rcov>, [">= 0"])
|
85
|
-
s.add_dependency(%q<rails>, ["~> 3.0.0"])
|
86
|
-
end
|
87
|
-
end
|
88
|
-
|
data/uninstall.rb
DELETED