loft 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +231 -0
- data/app/assets/javascripts/loft/module.coffee +2 -6
- data/lib/loft/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4422bf5e160d51243396c9d93e19912a8c190ab
|
4
|
+
data.tar.gz: aa6f88c3fc06ce10abff60dad63513ea57e9cddb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb2ee2f90312ce850a4b057f462c3b02becfbba20a182dd7bef09a50146c91c38683a5727bc898976d36cc973bb3cfc0c2dc8a52a3851ca19d39ceedc3dc3f35
|
7
|
+
data.tar.gz: 402a6dafa039c59d6393d9fc93efbae497880e2e52f3e1d9ac11fb46451b48fc76bd8bff953aae4b5401d0595a4c94f41c05d9dd08109fa220362bcfb0b336bc
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,231 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
loft (0.2.6)
|
5
|
+
ants (>= 0.2.0)
|
6
|
+
carrierwave-mongoid (>= 0.7.1)
|
7
|
+
chr (>= 0.4.0)
|
8
|
+
mini_magick (>= 4.1.0)
|
9
|
+
mongoid-autoinc (>= 4.0.0)
|
10
|
+
mongoid-grid_fs (>= 2.1.0)
|
11
|
+
mongoid_search (>= 0.3)
|
12
|
+
mongosteen (>= 0.1.8)
|
13
|
+
|
14
|
+
GEM
|
15
|
+
remote: http://rubygems.org/
|
16
|
+
specs:
|
17
|
+
actionmailer (4.2.5)
|
18
|
+
actionpack (= 4.2.5)
|
19
|
+
actionview (= 4.2.5)
|
20
|
+
activejob (= 4.2.5)
|
21
|
+
mail (~> 2.5, >= 2.5.4)
|
22
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
23
|
+
actionpack (4.2.5)
|
24
|
+
actionview (= 4.2.5)
|
25
|
+
activesupport (= 4.2.5)
|
26
|
+
rack (~> 1.6)
|
27
|
+
rack-test (~> 0.6.2)
|
28
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
29
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
30
|
+
actionview (4.2.5)
|
31
|
+
activesupport (= 4.2.5)
|
32
|
+
builder (~> 3.1)
|
33
|
+
erubis (~> 2.7.0)
|
34
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
35
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
36
|
+
activejob (4.2.5)
|
37
|
+
activesupport (= 4.2.5)
|
38
|
+
globalid (>= 0.3.0)
|
39
|
+
activemodel (4.2.5)
|
40
|
+
activesupport (= 4.2.5)
|
41
|
+
builder (~> 3.1)
|
42
|
+
activerecord (4.2.5)
|
43
|
+
activemodel (= 4.2.5)
|
44
|
+
activesupport (= 4.2.5)
|
45
|
+
arel (~> 6.0)
|
46
|
+
activesupport (4.2.5)
|
47
|
+
i18n (~> 0.7)
|
48
|
+
json (~> 1.7, >= 1.7.7)
|
49
|
+
minitest (~> 5.1)
|
50
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
51
|
+
tzinfo (~> 1.1)
|
52
|
+
ants (0.3.0)
|
53
|
+
devise
|
54
|
+
mongoid (>= 4.0)
|
55
|
+
mongoid-slug (>= 4.0.0)
|
56
|
+
arel (6.0.3)
|
57
|
+
bcrypt (3.1.10)
|
58
|
+
bourbon (4.2.6)
|
59
|
+
sass (~> 3.4)
|
60
|
+
thor (~> 0.19)
|
61
|
+
bson (3.2.6)
|
62
|
+
builder (3.2.2)
|
63
|
+
carrierwave (0.10.0)
|
64
|
+
activemodel (>= 3.2.0)
|
65
|
+
activesupport (>= 3.2.0)
|
66
|
+
json (>= 1.7)
|
67
|
+
mime-types (>= 1.16)
|
68
|
+
carrierwave-mongoid (0.8.1)
|
69
|
+
carrierwave (>= 0.8.0, < 0.11.0)
|
70
|
+
mongoid (>= 3.0, < 6.0)
|
71
|
+
mongoid-grid_fs (>= 1.3, < 3.0)
|
72
|
+
chr (0.4.15)
|
73
|
+
bourbon
|
74
|
+
coffee-rails (>= 4.0)
|
75
|
+
formagic (>= 0.2.8)
|
76
|
+
jquery-rails
|
77
|
+
rails (~> 4.2.4)
|
78
|
+
sass-rails
|
79
|
+
coffee-rails (4.1.0)
|
80
|
+
coffee-script (>= 2.2.0)
|
81
|
+
railties (>= 4.0.0, < 5.0)
|
82
|
+
coffee-script (2.4.1)
|
83
|
+
coffee-script-source
|
84
|
+
execjs
|
85
|
+
coffee-script-source (1.10.0)
|
86
|
+
connection_pool (2.2.0)
|
87
|
+
devise (3.5.2)
|
88
|
+
bcrypt (~> 3.0)
|
89
|
+
orm_adapter (~> 0.1)
|
90
|
+
railties (>= 3.2.6, < 5)
|
91
|
+
responders
|
92
|
+
thread_safe (~> 0.1)
|
93
|
+
warden (~> 1.2.3)
|
94
|
+
easy_diff (0.0.6)
|
95
|
+
erubis (2.7.0)
|
96
|
+
execjs (2.6.0)
|
97
|
+
fast-stemmer (1.0.2)
|
98
|
+
formagic (0.3.1)
|
99
|
+
bourbon (>= 3.2)
|
100
|
+
normalize-rails (>= 3.0)
|
101
|
+
globalid (0.3.6)
|
102
|
+
activesupport (>= 4.1.0)
|
103
|
+
has_scope (0.6.0)
|
104
|
+
actionpack (>= 3.2, < 5)
|
105
|
+
activesupport (>= 3.2, < 5)
|
106
|
+
i18n (0.7.0)
|
107
|
+
inherited_resources (1.6.0)
|
108
|
+
actionpack (>= 3.2, < 5)
|
109
|
+
has_scope (~> 0.6.0.rc)
|
110
|
+
railties (>= 3.2, < 5)
|
111
|
+
responders
|
112
|
+
jquery-rails (4.0.5)
|
113
|
+
rails-dom-testing (~> 1.0)
|
114
|
+
railties (>= 4.2.0)
|
115
|
+
thor (>= 0.14, < 2.0)
|
116
|
+
json (1.8.3)
|
117
|
+
kaminari (0.16.3)
|
118
|
+
actionpack (>= 3.0.0)
|
119
|
+
activesupport (>= 3.0.0)
|
120
|
+
loofah (2.0.3)
|
121
|
+
nokogiri (>= 1.5.9)
|
122
|
+
mail (2.6.3)
|
123
|
+
mime-types (>= 1.16, < 3)
|
124
|
+
mime-types (2.6.2)
|
125
|
+
mini_magick (4.3.6)
|
126
|
+
mini_portile (0.6.2)
|
127
|
+
minitest (5.8.2)
|
128
|
+
mongoid (4.0.2)
|
129
|
+
activemodel (~> 4.0)
|
130
|
+
moped (~> 2.0.0)
|
131
|
+
origin (~> 2.1)
|
132
|
+
tzinfo (>= 0.3.37)
|
133
|
+
mongoid-autoinc (4.0.0)
|
134
|
+
mongoid (~> 4.0)
|
135
|
+
mongoid-compatibility (0.3.1)
|
136
|
+
activesupport
|
137
|
+
mongoid (>= 2.0)
|
138
|
+
mongoid-grid_fs (2.2.1)
|
139
|
+
mime-types (>= 1.0, < 3.0)
|
140
|
+
mongoid (>= 3.0, < 6.0)
|
141
|
+
mongoid-history (0.5.0)
|
142
|
+
activesupport
|
143
|
+
easy_diff
|
144
|
+
mongoid (>= 3.0)
|
145
|
+
mongoid-compatibility
|
146
|
+
mongoid-slug (5.1.1)
|
147
|
+
mongoid (>= 3.0)
|
148
|
+
mongoid-compatibility
|
149
|
+
stringex (~> 2.0)
|
150
|
+
mongoid_search (0.3.2)
|
151
|
+
fast-stemmer (~> 1.0.0)
|
152
|
+
mongoid (>= 3.0.0)
|
153
|
+
mongosteen (0.1.8)
|
154
|
+
has_scope (> 0.5)
|
155
|
+
inherited_resources (>= 1.6)
|
156
|
+
kaminari (>= 0.16)
|
157
|
+
mongoid (>= 4.0)
|
158
|
+
mongoid-history (>= 0.4.5)
|
159
|
+
mongoid_search (>= 0.3)
|
160
|
+
moped (2.0.7)
|
161
|
+
bson (~> 3.0)
|
162
|
+
connection_pool (~> 2.0)
|
163
|
+
optionable (~> 0.2.0)
|
164
|
+
nokogiri (1.6.6.2)
|
165
|
+
mini_portile (~> 0.6.0)
|
166
|
+
normalize-rails (3.0.3)
|
167
|
+
optionable (0.2.0)
|
168
|
+
origin (2.1.1)
|
169
|
+
orm_adapter (0.5.0)
|
170
|
+
rack (1.6.4)
|
171
|
+
rack-test (0.6.3)
|
172
|
+
rack (>= 1.0)
|
173
|
+
rails (4.2.5)
|
174
|
+
actionmailer (= 4.2.5)
|
175
|
+
actionpack (= 4.2.5)
|
176
|
+
actionview (= 4.2.5)
|
177
|
+
activejob (= 4.2.5)
|
178
|
+
activemodel (= 4.2.5)
|
179
|
+
activerecord (= 4.2.5)
|
180
|
+
activesupport (= 4.2.5)
|
181
|
+
bundler (>= 1.3.0, < 2.0)
|
182
|
+
railties (= 4.2.5)
|
183
|
+
sprockets-rails
|
184
|
+
rails-deprecated_sanitizer (1.0.3)
|
185
|
+
activesupport (>= 4.2.0.alpha)
|
186
|
+
rails-dom-testing (1.0.7)
|
187
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
188
|
+
nokogiri (~> 1.6.0)
|
189
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
190
|
+
rails-html-sanitizer (1.0.2)
|
191
|
+
loofah (~> 2.0)
|
192
|
+
railties (4.2.5)
|
193
|
+
actionpack (= 4.2.5)
|
194
|
+
activesupport (= 4.2.5)
|
195
|
+
rake (>= 0.8.7)
|
196
|
+
thor (>= 0.18.1, < 2.0)
|
197
|
+
rake (10.4.2)
|
198
|
+
responders (2.1.0)
|
199
|
+
railties (>= 4.2.0, < 5)
|
200
|
+
sass (3.4.19)
|
201
|
+
sass-rails (5.0.4)
|
202
|
+
railties (>= 4.0.0, < 5.0)
|
203
|
+
sass (~> 3.1)
|
204
|
+
sprockets (>= 2.8, < 4.0)
|
205
|
+
sprockets-rails (>= 2.0, < 4.0)
|
206
|
+
tilt (>= 1.1, < 3)
|
207
|
+
sprockets (3.4.0)
|
208
|
+
rack (> 1, < 3)
|
209
|
+
sprockets-rails (2.3.3)
|
210
|
+
actionpack (>= 3.0)
|
211
|
+
activesupport (>= 3.0)
|
212
|
+
sprockets (>= 2.8, < 4.0)
|
213
|
+
stringex (2.5.2)
|
214
|
+
thor (0.19.1)
|
215
|
+
thread_safe (0.3.5)
|
216
|
+
tilt (2.0.1)
|
217
|
+
tzinfo (1.2.2)
|
218
|
+
thread_safe (~> 0.1)
|
219
|
+
warden (1.2.3)
|
220
|
+
rack (>= 1.0)
|
221
|
+
|
222
|
+
PLATFORMS
|
223
|
+
ruby
|
224
|
+
|
225
|
+
DEPENDENCIES
|
226
|
+
bundler (~> 1.9)
|
227
|
+
loft!
|
228
|
+
rake (~> 10.0)
|
229
|
+
|
230
|
+
BUNDLED WITH
|
231
|
+
1.10.6
|
@@ -32,7 +32,8 @@ class @Loft
|
|
32
32
|
@_uploadsCounter = 0
|
33
33
|
|
34
34
|
moduleConfig =
|
35
|
-
title:
|
35
|
+
title: title
|
36
|
+
menuIcon: 'cloud-upload'
|
36
37
|
showNestedListsAside: true
|
37
38
|
items:
|
38
39
|
loft_all: @_nested_list_config 'All'
|
@@ -184,8 +185,3 @@ class @Loft
|
|
184
185
|
# select active item
|
185
186
|
@module.rootList.$items.children().removeClass('active')
|
186
187
|
@module.rootList.$items.children("[href='#/loft/loft_#{ assetType }']").addClass('active')
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
data/lib/loft/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: loft
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Kravets
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chr
|
@@ -161,6 +161,7 @@ files:
|
|
161
161
|
- ".gitignore"
|
162
162
|
- CONTRIBUTING.md
|
163
163
|
- Gemfile
|
164
|
+
- Gemfile.lock
|
164
165
|
- LICENSE.md
|
165
166
|
- README.md
|
166
167
|
- Rakefile
|