padrino-helpers 0.10.6.a → 0.10.6.b
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
File without changes
|
File without changes
|
data/test/test_form_builder.rb
CHANGED
File without changes
|
data/test/test_form_helpers.rb
CHANGED
File without changes
|
data/test/test_format_helpers.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: padrino-helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 99
|
5
5
|
prerelease: 7
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 10
|
9
9
|
- 6
|
10
|
-
-
|
11
|
-
version: 0.10.6.
|
10
|
+
- b
|
11
|
+
version: 0.10.6.b
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Padrino Team
|
@@ -19,7 +19,8 @@ autorequire:
|
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
21
|
|
22
|
-
date: 2012-01-23 00:00:00
|
22
|
+
date: 2012-01-23 00:00:00 -08:00
|
23
|
+
default_executable:
|
23
24
|
dependencies:
|
24
25
|
- !ruby/object:Gem::Dependency
|
25
26
|
name: padrino-core
|
@@ -29,13 +30,13 @@ dependencies:
|
|
29
30
|
requirements:
|
30
31
|
- - "="
|
31
32
|
- !ruby/object:Gem::Version
|
32
|
-
hash:
|
33
|
+
hash: 99
|
33
34
|
segments:
|
34
35
|
- 0
|
35
36
|
- 10
|
36
37
|
- 6
|
37
|
-
-
|
38
|
-
version: 0.10.6.
|
38
|
+
- b
|
39
|
+
version: 0.10.6.b
|
39
40
|
type: :runtime
|
40
41
|
version_requirements: *id001
|
41
42
|
- !ruby/object:Gem::Dependency
|
@@ -161,6 +162,7 @@ files:
|
|
161
162
|
- test/test_output_helpers.rb
|
162
163
|
- test/test_render_helpers.rb
|
163
164
|
- test/test_tag_helpers.rb
|
165
|
+
has_rdoc: true
|
164
166
|
homepage: http://www.padrinorb.com
|
165
167
|
licenses: []
|
166
168
|
|
@@ -192,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
194
|
requirements: []
|
193
195
|
|
194
196
|
rubyforge_project: padrino-helpers
|
195
|
-
rubygems_version: 1.
|
197
|
+
rubygems_version: 1.6.2
|
196
198
|
signing_key:
|
197
199
|
specification_version: 3
|
198
200
|
summary: Helpers for padrino
|
@@ -255,4 +257,3 @@ test_files:
|
|
255
257
|
- test/test_output_helpers.rb
|
256
258
|
- test/test_render_helpers.rb
|
257
259
|
- test/test_tag_helpers.rb
|
258
|
-
has_rdoc:
|