hobo_rapid 2.1.0 → 2.1.1
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.
- checksums.yaml +7 -0
- data/VERSION +1 -1
- data/taglibs/plus/table_plus.dryml +1 -1
- metadata +12 -16
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: b7572196f26e54e4873b8bbc0f47dba3622c4fb8
|
|
4
|
+
data.tar.gz: 2c7ec48b0d13d00df65523bee4e083d98f424431
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: b8865f8373ddb01749042e848b45f9625db791cc3f1233e430bce1b452aa755bb1042e5086d11da0735b2ac25f2faab4fbec661898ead4a8a54c17b8bf0c4f09
|
|
7
|
+
data.tar.gz: f24803c9b53f9d0ccaab34e555637b557cd4fe11a2e51851964dc3bb049ca33b9c54dda01f1aec4e97a8aff456913763fe4eb81553eccfe3273c6efbebf259f9
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.1.
|
|
1
|
+
2.1.1
|
|
@@ -53,6 +53,6 @@ sort-columns: a hash that allow you to map fields to sortable columns. The def
|
|
|
53
53
|
</table>
|
|
54
54
|
<empty-collection-message param="empty-message"/>
|
|
55
55
|
|
|
56
|
-
<page-nav param if="&this.
|
|
56
|
+
<page-nav param if="&this.method_defined?(:page_count) || this.method_defined?(:total_pages)" merge-attrs="&ajax_attrs" />
|
|
57
57
|
</div>
|
|
58
58
|
</def>
|
metadata
CHANGED
|
@@ -1,32 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hobo_rapid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 2.1.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Tom Locke, Bryan Larsen
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
11
|
+
date: 2014-07-17 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
|
-
type: :runtime
|
|
16
14
|
name: hobo
|
|
17
|
-
prerelease: false
|
|
18
15
|
requirement: !ruby/object:Gem::Requirement
|
|
19
|
-
none: false
|
|
20
16
|
requirements:
|
|
21
17
|
- - '='
|
|
22
18
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 2.1.
|
|
19
|
+
version: 2.1.1
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
24
|
- - '='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 2.1.
|
|
26
|
+
version: 2.1.1
|
|
30
27
|
description: The RAPID tag library for Hobo
|
|
31
28
|
email: tom@tomlocke.com
|
|
32
29
|
executables: []
|
|
@@ -145,29 +142,28 @@ files:
|
|
|
145
142
|
- vendor/assets/stylesheets/hobo_rapid.css
|
|
146
143
|
homepage: http://hobocentral.net
|
|
147
144
|
licenses: []
|
|
145
|
+
metadata: {}
|
|
148
146
|
post_install_message:
|
|
149
147
|
rdoc_options:
|
|
150
|
-
- --charset=UTF-8
|
|
148
|
+
- "--charset=UTF-8"
|
|
151
149
|
require_paths:
|
|
152
150
|
- lib
|
|
153
151
|
- vendor
|
|
154
152
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
155
|
-
none: false
|
|
156
153
|
requirements:
|
|
157
|
-
- -
|
|
154
|
+
- - ">="
|
|
158
155
|
- !ruby/object:Gem::Version
|
|
159
156
|
version: '0'
|
|
160
157
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
161
|
-
none: false
|
|
162
158
|
requirements:
|
|
163
|
-
- -
|
|
159
|
+
- - ">="
|
|
164
160
|
- !ruby/object:Gem::Version
|
|
165
161
|
version: 1.3.6
|
|
166
162
|
requirements: []
|
|
167
163
|
rubyforge_project: hobo
|
|
168
|
-
rubygems_version:
|
|
164
|
+
rubygems_version: 2.2.2
|
|
169
165
|
signing_key:
|
|
170
|
-
specification_version:
|
|
166
|
+
specification_version: 4
|
|
171
167
|
summary: The RAPID tag library for Hobo
|
|
172
168
|
test_files: []
|
|
173
169
|
has_rdoc:
|