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: 655b17816d0973b03e2d8edb57d60d4ffc39647d
4
- data.tar.gz: df63e151dda2b418a4afa8ac8d9e861a3d1e0247
3
+ metadata.gz: f77ff7adb8fb8d6ae4dc154ca8d03bf1d646fa3c
4
+ data.tar.gz: f09d6bfd308cfbc99c5e6e7f720c408607276c36
5
5
  SHA512:
6
- metadata.gz: bb6407a694116e65127705d3950a42bbfcd2106030ae633030a2d9d5b0b5dffef873ee30b168a79d75a0cc8a7a79797e1e45f584590a0b0d677c39b915d35a08
7
- data.tar.gz: e0103beecd4b282652e0d1fbb1631a203bc45f0787b5eae25ebd2a008947068a6a89070e12ebd869187e75ff6a12a7902434456580f9a380e4a1c5e4e771169f
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.1)
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.2.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.0)
64
+ kaminari (0.15.1)
65
65
  actionpack (>= 3.0.0)
66
66
  activesupport (>= 3.0.0)
67
- lolita (3.3.7)
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/#{Lolita.locale}.js"%>
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
@@ -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.1"
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.1
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-03-14 00:00:00.000000000 Z
13
+ date: 2014-04-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: lolita