jquery-tablesorter 0.0.3 → 0.0.4
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.markdown +5 -0
- data/lib/jquery-tablesorter/version.rb +1 -1
- metadata +10 -19
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -24
- data/test/dummy/log/test.log +0 -0
data/README.markdown
CHANGED
|
@@ -39,6 +39,11 @@ Avaliable theme names:
|
|
|
39
39
|
|
|
40
40
|
Changelog
|
|
41
41
|
---
|
|
42
|
+
|
|
43
|
+
#### v0.0.4
|
|
44
|
+
|
|
45
|
+
* FIX: update gemspec to be compatible with Rails 3.2, Thanks to [derekprior](https://github.com/derekprior).
|
|
46
|
+
|
|
42
47
|
#### v0.0.3
|
|
43
48
|
|
|
44
49
|
* NEW: added pagenation plugin, use `require jquery-tablesorter/pager` to require
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-tablesorter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,22 +9,22 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2012-01-22 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
|
-
name:
|
|
16
|
-
requirement: &
|
|
15
|
+
name: railties
|
|
16
|
+
requirement: &70096429016700 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.1
|
|
21
|
+
version: '3.1'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70096429016700
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: jquery-rails
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70096429015760 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70096429015760
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: sqlite3
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &70096429014600 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: '0'
|
|
44
44
|
type: :development
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *70096429014600
|
|
47
47
|
description: Simple integration of jquery-tablesorter into the asset pipeline.
|
|
48
48
|
email:
|
|
49
49
|
- linjunpop@gmail.com
|
|
@@ -93,10 +93,6 @@ files:
|
|
|
93
93
|
- test/dummy/config/locales/en.yml
|
|
94
94
|
- test/dummy/config/routes.rb
|
|
95
95
|
- test/dummy/config.ru
|
|
96
|
-
- test/dummy/db/development.sqlite3
|
|
97
|
-
- test/dummy/db/test.sqlite3
|
|
98
|
-
- test/dummy/log/development.log
|
|
99
|
-
- test/dummy/log/test.log
|
|
100
96
|
- test/dummy/public/404.html
|
|
101
97
|
- test/dummy/public/422.html
|
|
102
98
|
- test/dummy/public/500.html
|
|
@@ -152,10 +148,6 @@ test_files:
|
|
|
152
148
|
- test/dummy/config/locales/en.yml
|
|
153
149
|
- test/dummy/config/routes.rb
|
|
154
150
|
- test/dummy/config.ru
|
|
155
|
-
- test/dummy/db/development.sqlite3
|
|
156
|
-
- test/dummy/db/test.sqlite3
|
|
157
|
-
- test/dummy/log/development.log
|
|
158
|
-
- test/dummy/log/test.log
|
|
159
151
|
- test/dummy/public/404.html
|
|
160
152
|
- test/dummy/public/422.html
|
|
161
153
|
- test/dummy/public/500.html
|
|
@@ -165,4 +157,3 @@ test_files:
|
|
|
165
157
|
- test/integration/navigation_test.rb
|
|
166
158
|
- test/jquery-tablesorter_test.rb
|
|
167
159
|
- test/test_helper.rb
|
|
168
|
-
has_rdoc:
|
|
File without changes
|
data/test/dummy/db/test.sqlite3
DELETED
|
File without changes
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Started GET "/" for 127.0.0.1 at 2011-10-21 22:33:39 +0800
|
|
4
|
-
|
|
5
|
-
ActionController::RoutingError (No route matches [GET] "/"):
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Rendered /Users/Jun/.rvm/gems/ruby-1.9.2-p290@rails-engine/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (11.9ms)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Started GET "/" for 127.0.0.1 at 2011-10-21 22:33:40 +0800
|
|
12
|
-
|
|
13
|
-
ActionController::RoutingError (No route matches [GET] "/"):
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Rendered /Users/Jun/.rvm/gems/ruby-1.9.2-p290@rails-engine/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Started GET "/" for 127.0.0.1 at 2011-10-21 22:33:42 +0800
|
|
20
|
-
|
|
21
|
-
ActionController::RoutingError (No route matches [GET] "/"):
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
Rendered /Users/Jun/.rvm/gems/ruby-1.9.2-p290@rails-engine/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
data/test/dummy/log/test.log
DELETED
|
File without changes
|