lolita-file-upload 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f77ff7adb8fb8d6ae4dc154ca8d03bf1d646fa3c
|
4
|
+
data.tar.gz: f09d6bfd308cfbc99c5e6e7f720c408607276c36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb4dc45d99821283a3d325f8bdfd16c7814735627ddf6667aece2a27ffb5f067b27af70e7b9c29980baab63f6171bedb7dae2270218abbb514a312e8c97652b3
|
7
|
+
data.tar.gz: d52923a1268a0754c5f243b32d6b35d9e66e3ce793b1fcf3eb1d0bfb91190bf88cf6853d2c7dfcffd945882272fbd2b2f0ce50e4c2a77761cc65720e9547a2c8
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lolita-file-upload (0.8.
|
4
|
+
lolita-file-upload (0.8.2)
|
5
5
|
carrierwave (~> 0.6.0)
|
6
6
|
lolita (~> 3.2)
|
7
7
|
mini_magick (~> 3.6.0)
|
@@ -57,14 +57,14 @@ GEM
|
|
57
57
|
hike (1.2.3)
|
58
58
|
i18n (0.6.1)
|
59
59
|
journey (1.0.4)
|
60
|
-
jquery-rails (2.
|
60
|
+
jquery-rails (2.3.0)
|
61
61
|
railties (>= 3.0, < 5.0)
|
62
62
|
thor (>= 0.14, < 2.0)
|
63
63
|
json (1.8.0)
|
64
|
-
kaminari (0.15.
|
64
|
+
kaminari (0.15.1)
|
65
65
|
actionpack (>= 3.0.0)
|
66
66
|
activesupport (>= 3.0.0)
|
67
|
-
lolita (3.
|
67
|
+
lolita (3.4.0)
|
68
68
|
abstract (~> 1)
|
69
69
|
actionpack (~> 3.2.0)
|
70
70
|
activesupport (~> 3.2.0)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<% if %w(lv ru).include?(::I18n.locale.to_s.downcase) %>
|
2
|
-
<%= javascript_include_tag "lolita/file-upload/I18n/#{
|
2
|
+
<%= javascript_include_tag "lolita/file-upload/I18n/#{::I18n.locale}.js"%>
|
3
3
|
<% end %>
|
4
|
-
<script type="text/javascript">
|
4
|
+
<script type="text/javascript">
|
5
5
|
$(function(){
|
6
6
|
$("#<%=container%>").plupload({
|
7
7
|
// General settings
|
data/lolita-file-upload.gemspec
CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "lolita-file-upload"
|
6
|
-
s.version = "0.8.
|
6
|
+
s.version = "0.8.2"
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
8
|
s.authors = ["ITHouse (Latvia)", "Arturs Meisters", "Gatis Tomsons"]
|
9
9
|
s.description = "File upload gem for Lolita with with fulll integration - models, controller, views"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lolita-file-upload
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ITHouse (Latvia)
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-
|
13
|
+
date: 2014-04-14 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: lolita
|