picky-client 0.12.0 → 0.12.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,19 +6,19 @@
|
|
6
6
|
= js 'jquery.scrollTo-1.4.2'
|
7
7
|
= js 'jquery.timer'
|
8
8
|
|
9
|
-
= js 'picky.extensions'
|
10
|
-
= js 'picky.translations'
|
11
|
-
= js 'picky.data'
|
12
|
-
= js 'picky.view'
|
13
|
-
= js 'picky.backend'
|
14
|
-
= js 'picky.controller'
|
15
|
-
= js 'picky.client'
|
16
|
-
= js 'picky.addination'
|
17
|
-
= js 'picky.results_renderer'
|
18
|
-
= js 'picky.allocation_renderer'
|
19
|
-
= js 'picky.allocations_cloud'
|
9
|
+
/ = js 'picky.extensions'
|
10
|
+
/ = js 'picky.translations'
|
11
|
+
/ = js 'picky.data'
|
12
|
+
/ = js 'picky.view'
|
13
|
+
/ = js 'picky.backend'
|
14
|
+
/ = js 'picky.controller'
|
15
|
+
/ = js 'picky.client'
|
16
|
+
/ = js 'picky.addination'
|
17
|
+
/ = js 'picky.results_renderer'
|
18
|
+
/ = js 'picky.allocation_renderer'
|
19
|
+
/ = js 'picky.allocations_cloud'
|
20
20
|
|
21
|
-
|
21
|
+
= js 'picky.min'
|
22
22
|
%body
|
23
23
|
%img{:src => "images/picky.png"}/
|
24
24
|
%p
|
@@ -61,8 +61,8 @@
|
|
61
61
|
%p
|
62
62
|
More complex,
|
63
63
|
= succeed "." do
|
64
|
-
%a{:href => "#", :onclick => "pickyClient.insert('soc*
|
65
|
-
%span.explanation (this is where Picky really shines, "the title started with soc, and the author starts with
|
64
|
+
%a{:href => "#", :onclick => "pickyClient.insert('soc* p');"} soc* p
|
65
|
+
%span.explanation (this is where Picky really shines, "the title started with soc, and the author starts with p")
|
66
66
|
= Picky::Helper.cached_interface
|
67
67
|
:javascript
|
68
68
|
pickyClient = new PickyClient({
|
@@ -96,10 +96,9 @@
|
|
96
96
|
en:{
|
97
97
|
title: 'titled',
|
98
98
|
author: 'written by',
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
subjects: 'topics'
|
99
|
+
year: 'published in'
|
100
|
+
// publisher: 'published by',
|
101
|
+
// subjects: 'topics'
|
103
102
|
}
|
104
103
|
}
|
105
104
|
});
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 12
|
8
|
-
-
|
9
|
-
version: 0.12.
|
8
|
+
- 1
|
9
|
+
version: 0.12.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Florian Hanke
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-11-
|
17
|
+
date: 2010-11-24 00:00:00 +01:00
|
18
18
|
default_executable: picky-client
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|