simple_form_attachments 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74a11d481a4b6e6d5daeb8f6a8697ba3b69def39
4
- data.tar.gz: 65cabde4f41be15dfb70a8fbeeccfbebd7073cd6
3
+ metadata.gz: 2258db71defc38e2818791f75ebbb8df6a8b9a7f
4
+ data.tar.gz: be8694a80360a84c54b3e345073b66fe29eebfd3
5
5
  SHA512:
6
- metadata.gz: feaffc38ee21adf116ad6a38eb6693f549caddb6d4b643c9be2f5cb0c91c324249a9af2ec00272819f975ba20fa9b999335c0348e4bf8ac4c640af0c416881ba
7
- data.tar.gz: 863ebc5d6192ebe315f576f57b996d72ecafb7f94a5b3e1a5620ecbd441f703e8fe5d5c35c09ee0b2aee646fbba4bdf2618bcfb0687d4041a2e849e16f735e10
6
+ metadata.gz: 677708881bad666a8c65256c421e7896f516d7dad25a969f96dd1c145d7bc4a1cc8639189a2dcdb05d0b00208189cc93b4ddc96532d630276388cbaeb4246d23
7
+ data.tar.gz: 9b68dcc3467b94a9c104473d24b71d426e416d2e0ff8263d1d30005694eac958c538146bda49d984e212f31f20b62d2973463ce0f5cacbca271ee03a8109652b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_form_attachments (0.1.4)
4
+ simple_form_attachments (0.1.5)
5
5
  jquery-ui-rails
6
6
  rails (>= 4.2)
7
7
  rails-assets-blueimp-file-upload (>= 9.6.0)
@@ -1,4 +1,4 @@
1
- tr.attachment
1
+ tr.attachment class=('uploaded' if attachment.present? && attachment.errors.to_a.blank?)
2
2
  td.handle
3
3
 
4
4
  td.hidden
@@ -1,3 +1,3 @@
1
1
  module SimpleFormAttachments
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_form_attachments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Celizna