rep.jquery 1.3.2 → 1.4.3
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/README +23 -1
- data/lib/rep.jquery/version.rb +5 -0
- data/public/javascripts/jquery.js +5085 -2578
- metadata +21 -25
- data/.gitignore +0 -25
- data/Rakefile +0 -19
- data/TODO +0 -0
- data/VERSION +0 -1
- data/lib/jquery.rb +0 -1
- data/rep.jquery.gemspec +0 -81
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
|
+
- 4
|
|
7
8
|
- 3
|
|
8
|
-
|
|
9
|
-
version: 1.3.2
|
|
9
|
+
version: 1.4.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Christopher York
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-11-13 00:00:00 +00:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -23,33 +23,26 @@ dependencies:
|
|
|
23
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
24
|
none: false
|
|
25
25
|
requirements:
|
|
26
|
-
- -
|
|
26
|
+
- - ~>
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
28
|
segments:
|
|
29
29
|
- 0
|
|
30
|
-
-
|
|
30
|
+
- 2
|
|
31
31
|
- 0
|
|
32
|
-
version: 0.
|
|
32
|
+
version: 0.2.0
|
|
33
33
|
type: :runtime
|
|
34
34
|
version_requirements: *id001
|
|
35
35
|
description: Hyperstudio bundle containing 3rd-party jQuery tools
|
|
36
|
-
email:
|
|
36
|
+
email:
|
|
37
|
+
- yorkc@mit.edu
|
|
37
38
|
executables: []
|
|
38
39
|
|
|
39
40
|
extensions: []
|
|
40
41
|
|
|
41
|
-
extra_rdoc_files:
|
|
42
|
-
|
|
43
|
-
- README
|
|
44
|
-
- TODO
|
|
42
|
+
extra_rdoc_files: []
|
|
43
|
+
|
|
45
44
|
files:
|
|
46
|
-
- .
|
|
47
|
-
- LICENSE
|
|
48
|
-
- README
|
|
49
|
-
- Rakefile
|
|
50
|
-
- TODO
|
|
51
|
-
- VERSION
|
|
52
|
-
- lib/jquery.rb
|
|
45
|
+
- lib/rep.jquery/version.rb
|
|
53
46
|
- public/images/jquery.tablesorter.blue/asc.gif
|
|
54
47
|
- public/images/jquery.tablesorter.blue/bg.gif
|
|
55
48
|
- public/images/jquery.tablesorter.blue/desc.gif
|
|
@@ -67,7 +60,6 @@ files:
|
|
|
67
60
|
- public/images/ui-icons_454545_256x240.png
|
|
68
61
|
- public/images/ui-icons_888888_256x240.png
|
|
69
62
|
- public/images/ui-icons_cd0a0a_256x240.png
|
|
70
|
-
- public/javascripts/jquery.js
|
|
71
63
|
- public/javascripts/jquery/autogrow.js
|
|
72
64
|
- public/javascripts/jquery/easing.js
|
|
73
65
|
- public/javascripts/jquery/form.js
|
|
@@ -80,16 +72,18 @@ files:
|
|
|
80
72
|
- public/javascripts/jquery/template.js
|
|
81
73
|
- public/javascripts/jquery/tooltip.js
|
|
82
74
|
- public/javascripts/jquery/ui.all.js
|
|
75
|
+
- public/javascripts/jquery.js
|
|
83
76
|
- public/stylesheets/jquery-ui.css
|
|
84
77
|
- public/stylesheets/jquery.suggest.css
|
|
85
|
-
-
|
|
78
|
+
- LICENSE
|
|
79
|
+
- README
|
|
86
80
|
has_rdoc: true
|
|
87
81
|
homepage: http://github.com/repertoire/rep.jquery
|
|
88
82
|
licenses: []
|
|
89
83
|
|
|
90
84
|
post_install_message:
|
|
91
|
-
rdoc_options:
|
|
92
|
-
|
|
85
|
+
rdoc_options: []
|
|
86
|
+
|
|
93
87
|
require_paths:
|
|
94
88
|
- lib
|
|
95
89
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -106,11 +100,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
100
|
- - ">="
|
|
107
101
|
- !ruby/object:Gem::Version
|
|
108
102
|
segments:
|
|
109
|
-
-
|
|
110
|
-
|
|
103
|
+
- 1
|
|
104
|
+
- 3
|
|
105
|
+
- 7
|
|
106
|
+
version: 1.3.7
|
|
111
107
|
requirements: []
|
|
112
108
|
|
|
113
|
-
rubyforge_project:
|
|
109
|
+
rubyforge_project: repertoire-faceting
|
|
114
110
|
rubygems_version: 1.3.7
|
|
115
111
|
signing_key:
|
|
116
112
|
specification_version: 3
|
data/.gitignore
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
.DS_Store
|
|
2
|
-
log/*
|
|
3
|
-
tmp/*
|
|
4
|
-
TAGS
|
|
5
|
-
*~
|
|
6
|
-
.#*
|
|
7
|
-
schema/schema.rb
|
|
8
|
-
schema/*_structure.sql
|
|
9
|
-
schema/*.sqlite3
|
|
10
|
-
schema/*.sqlite
|
|
11
|
-
schema/*.db
|
|
12
|
-
*.sqlite
|
|
13
|
-
*.sqlite3
|
|
14
|
-
*.db
|
|
15
|
-
src/*
|
|
16
|
-
.hgignore
|
|
17
|
-
.hg/*
|
|
18
|
-
.svn/*
|
|
19
|
-
*.gem
|
|
20
|
-
gems/gems/*
|
|
21
|
-
gems/specifications/*
|
|
22
|
-
gems/dirs/*
|
|
23
|
-
gems/environment.rb
|
|
24
|
-
*.gem
|
|
25
|
-
merb_profile_results
|
data/Rakefile
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
begin
|
|
2
|
-
require 'jeweler'
|
|
3
|
-
Jeweler::Tasks.new do |s|
|
|
4
|
-
s.name = "rep.jquery"
|
|
5
|
-
s.summary = "Hyperstudio bundle containing 3rd-party jQuery tools"
|
|
6
|
-
s.description = "Hyperstudio bundle containing 3rd-party jQuery tools"
|
|
7
|
-
s.email = "yorkc@mit.edu"
|
|
8
|
-
s.homepage = "http://github.com/repertoire/rep.jquery"
|
|
9
|
-
s.authors = ["Christopher York"]
|
|
10
|
-
s.add_dependency('repertoire-assets', '>=0.1.0')
|
|
11
|
-
end
|
|
12
|
-
Jeweler::RubyforgeTasks.new do |rubyforge|
|
|
13
|
-
rubyforge.doc_task = "yardoc"
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
Jeweler::GemcutterTasks.new
|
|
17
|
-
rescue LoadError
|
|
18
|
-
puts "Jeweler not available. Install it with: sudo gem install jeweler"
|
|
19
|
-
end
|
data/TODO
DELETED
|
File without changes
|
data/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.3.2
|
data/lib/jquery.rb
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# This is a placeholder file to ensure rubygems includes /lib.
|
data/rep.jquery.gemspec
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
# Generated by jeweler
|
|
2
|
-
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
4
|
-
# -*- encoding: utf-8 -*-
|
|
5
|
-
|
|
6
|
-
Gem::Specification.new do |s|
|
|
7
|
-
s.name = %q{rep.jquery}
|
|
8
|
-
s.version = "1.3.2"
|
|
9
|
-
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["Christopher York"]
|
|
12
|
-
s.date = %q{2010-09-14}
|
|
13
|
-
s.description = %q{Hyperstudio bundle containing 3rd-party jQuery tools}
|
|
14
|
-
s.email = %q{yorkc@mit.edu}
|
|
15
|
-
s.extra_rdoc_files = [
|
|
16
|
-
"LICENSE",
|
|
17
|
-
"README",
|
|
18
|
-
"TODO"
|
|
19
|
-
]
|
|
20
|
-
s.files = [
|
|
21
|
-
".gitignore",
|
|
22
|
-
"LICENSE",
|
|
23
|
-
"README",
|
|
24
|
-
"Rakefile",
|
|
25
|
-
"TODO",
|
|
26
|
-
"VERSION",
|
|
27
|
-
"lib/jquery.rb",
|
|
28
|
-
"public/images/jquery.tablesorter.blue/asc.gif",
|
|
29
|
-
"public/images/jquery.tablesorter.blue/bg.gif",
|
|
30
|
-
"public/images/jquery.tablesorter.blue/desc.gif",
|
|
31
|
-
"public/images/jquery.tablesorter.blue/style.css",
|
|
32
|
-
"public/images/ui-bg_flat_0_aaaaaa_40x100.png",
|
|
33
|
-
"public/images/ui-bg_flat_75_ffffff_40x100.png",
|
|
34
|
-
"public/images/ui-bg_glass_55_fbf9ee_1x400.png",
|
|
35
|
-
"public/images/ui-bg_glass_65_ffffff_1x400.png",
|
|
36
|
-
"public/images/ui-bg_glass_75_dadada_1x400.png",
|
|
37
|
-
"public/images/ui-bg_glass_75_e6e6e6_1x400.png",
|
|
38
|
-
"public/images/ui-bg_glass_95_fef1ec_1x400.png",
|
|
39
|
-
"public/images/ui-bg_highlight-soft_75_cccccc_1x100.png",
|
|
40
|
-
"public/images/ui-icons_222222_256x240.png",
|
|
41
|
-
"public/images/ui-icons_2e83ff_256x240.png",
|
|
42
|
-
"public/images/ui-icons_454545_256x240.png",
|
|
43
|
-
"public/images/ui-icons_888888_256x240.png",
|
|
44
|
-
"public/images/ui-icons_cd0a0a_256x240.png",
|
|
45
|
-
"public/javascripts/jquery.js",
|
|
46
|
-
"public/javascripts/jquery/autogrow.js",
|
|
47
|
-
"public/javascripts/jquery/easing.js",
|
|
48
|
-
"public/javascripts/jquery/form.js",
|
|
49
|
-
"public/javascripts/jquery/jeditable.autogrow.js",
|
|
50
|
-
"public/javascripts/jquery/jeditable.js",
|
|
51
|
-
"public/javascripts/jquery/metadata.js",
|
|
52
|
-
"public/javascripts/jquery/scrollTo.js",
|
|
53
|
-
"public/javascripts/jquery/suggest.js",
|
|
54
|
-
"public/javascripts/jquery/tablesorter.patched.js",
|
|
55
|
-
"public/javascripts/jquery/template.js",
|
|
56
|
-
"public/javascripts/jquery/tooltip.js",
|
|
57
|
-
"public/javascripts/jquery/ui.all.js",
|
|
58
|
-
"public/stylesheets/jquery-ui.css",
|
|
59
|
-
"public/stylesheets/jquery.suggest.css",
|
|
60
|
-
"rep.jquery.gemspec"
|
|
61
|
-
]
|
|
62
|
-
s.homepage = %q{http://github.com/repertoire/rep.jquery}
|
|
63
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
|
64
|
-
s.require_paths = ["lib"]
|
|
65
|
-
s.rubygems_version = %q{1.3.7}
|
|
66
|
-
s.summary = %q{Hyperstudio bundle containing 3rd-party jQuery tools}
|
|
67
|
-
|
|
68
|
-
if s.respond_to? :specification_version then
|
|
69
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
70
|
-
s.specification_version = 3
|
|
71
|
-
|
|
72
|
-
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
73
|
-
s.add_runtime_dependency(%q<repertoire-assets>, [">= 0.1.0"])
|
|
74
|
-
else
|
|
75
|
-
s.add_dependency(%q<repertoire-assets>, [">= 0.1.0"])
|
|
76
|
-
end
|
|
77
|
-
else
|
|
78
|
-
s.add_dependency(%q<repertoire-assets>, [">= 0.1.0"])
|
|
79
|
-
end
|
|
80
|
-
end
|
|
81
|
-
|