fclay 0.1.31 → 0.1.32

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: 4f5e2016e9448bb6ce9cc00f42f2774ede96d55c
4
- data.tar.gz: 92861334c2f24c89da13bb45372aa64e81b0660e
3
+ metadata.gz: 617b2ade10dd98cdc08901e6668f7227ab1d027d
4
+ data.tar.gz: 530b54c36a3d8b4dd96d849ff23b5151f116a655
5
5
  SHA512:
6
- metadata.gz: 674aa2d76dd9ec5a19e457f24b11adc3aecdae80ac0f77ab7b769d0535b3d66b0a6996f966ee0a1c279e428d20b945f5d2818ed377a0235b2a37daff073f4b8c
7
- data.tar.gz: 0cce508d2bd4dcb6e1a200023e09c87f6e4aa2a455513afb1b097fbd53f8e137c6eccf84606586c077084caea0400f8ae1a8a53aa379641ec0e7c18e44b6f72c
6
+ metadata.gz: e9a5062ddbb2101d5a3f0c4529ebd20e0dd0908eeb81187be3c3571f2612c397f868db0ac53c1c166d75854af7c3698ee94e2323bc5def5ba91fbabc0a743db9
7
+ data.tar.gz: 13984e0cd0a7416cd7180a070f49cfd4016293ec4b9219f28a5d42886a1b28cf1b1481ae0f121622d83b718a90f1a95cd0e932f4a535734a4589a7ffa7fa190a
@@ -74,7 +74,8 @@ module Fclay
74
74
  })
75
75
  end
76
76
 
77
- uploading_object.update_attributes(:file_status => 'idle', :file_location => Fclay.remote_storage.name)
77
+ # uploading_object.update_attributes(:file_status => 'idle', :file_location => Fclay.remote_storage.name)
78
+ type.where(:id => id).update_all(:file_status => 'idle', :file_location => Fclay.remote_storage.name)
78
79
  uploading_object.delete_local_files
79
80
  uploading_object.try(:uploaded)
80
81
 
@@ -1,3 +1,3 @@
1
1
  module Fclay
2
- VERSION = "0.1.31"
2
+ VERSION = "0.1.32"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fclay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.31
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rustam Galiev