lolita-file-upload 0.8.2 → 0.8.3

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: f77ff7adb8fb8d6ae4dc154ca8d03bf1d646fa3c
4
- data.tar.gz: f09d6bfd308cfbc99c5e6e7f720c408607276c36
3
+ metadata.gz: ea7078dbb631b0ec2883c8b1586e311d8d8ad142
4
+ data.tar.gz: 07d092057a3231cdb0f56a54629c0774a77cafb4
5
5
  SHA512:
6
- metadata.gz: bb4dc45d99821283a3d325f8bdfd16c7814735627ddf6667aece2a27ffb5f067b27af70e7b9c29980baab63f6171bedb7dae2270218abbb514a312e8c97652b3
7
- data.tar.gz: d52923a1268a0754c5f243b32d6b35d9e66e3ce793b1fcf3eb1d0bfb91190bf88cf6853d2c7dfcffd945882272fbd2b2f0ce50e4c2a77761cc65720e9547a2c8
6
+ metadata.gz: a66d7342cc4cc543723e9556aca52ec854e3a13a8a78282aed5bab2f2593f896ebef1004082fb3230f389d00d9fcc8e745eba6b6d18ba66745a2b649ce22eeee
7
+ data.tar.gz: 2b2d0a3c2f58338a1888381cf1000eb19e4aa42863ec644218ad56ccf5811f68ff753942f4612f43b3e9dba637e54d97d3fd83b481b562f7998ef1ba45f11326
@@ -6,4 +6,4 @@
6
6
  = content_tag(:div, class: 'remove_checkbox') do
7
7
  = current_form.check_box "remove_#{field.name}"
8
8
  = current_form.label "remove_#{field.name}", I18n.t("components.lolita.configuration.field.file.remove_current_upload")
9
- = tag(:div, class: 'clear')
9
+ .clear
@@ -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.2"
6
+ s.version = "0.8.3"
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.2
4
+ version: 0.8.3
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-04-14 00:00:00.000000000 Z
13
+ date: 2014-06-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: lolita
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
219
  version: '0'
220
220
  requirements: []
221
221
  rubyforge_project:
222
- rubygems_version: 2.2.0
222
+ rubygems_version: 2.2.1
223
223
  signing_key:
224
224
  specification_version: 4
225
225
  summary: File upload gem for Lolita CMS
@@ -248,3 +248,4 @@ test_files:
248
248
  - test_orm/support.rb
249
249
  - test_orm/uploaders/list_image_uploader.rb
250
250
  - test_orm/uploaders/main_image_uploader.rb
251
+ has_rdoc: