paperclip_attributes 0.1.0 → 0.1.1

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: c5406db14acb8c5918106761f9003cf02aab5085
4
- data.tar.gz: 3ec4152c1976a21b15f36b11465cc9f8e4bd4098
3
+ metadata.gz: 6ed112180691c94255c56909ea7649f89e6fa9ad
4
+ data.tar.gz: 310bd0f61c716d8625113b72ebec324cf42493bb
5
5
  SHA512:
6
- metadata.gz: 8ec98bdf38981b16b226b55c73f73303239a60c4f4d3324bc86318b50c9d5a72c12de0af1ed7c4919ba43994e5c4f9a75387fac0f799f648a5b6307c166e589e
7
- data.tar.gz: 20fece050c4b3d71d336d445ff1e6effd6597da163187d2155901c34b8bbddf96a4e91126773ac0c43f2765d25057e030dde823c2ab4e985f2ed755eb8efb72c
6
+ metadata.gz: b4f0cf2b8d45a8ffc2029d3366f13ce7eeac0ab21a2e13747bce98182e15fa8ff043ed936aa7a0dca6e8c49e2c309bc64d56587879cb2e1344380bbe0956d464
7
+ data.tar.gz: cbf7ad026b2925beeb80adc491d601cc6c1fed73816a12a3f15077ec6bf1c2079eb99ae28e95c852eb6ddf36a7cedad78c8a9e86fec9a8225419c45b0fc133bd
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ### v0.1.1
6
+
7
+ ##### Fixed
8
+
9
+ * Adjust gemspec dependencies.
10
+
5
11
  ### v0.1.0
6
12
 
7
13
  * Initial release.
data/Gemfile.lock CHANGED
@@ -1,44 +1,44 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- paperclip_attributes (0.1.0)
4
+ paperclip_attributes (0.1.1)
5
5
  miro (~> 0.3.0)
6
- paperclip (~> 4.3.6)
7
- rails (~> 4.2.5.2)
6
+ paperclip (~> 4.2, >= 4.2.0)
7
+ rails (~> 4.2, >= 4.2.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.2.5.2)
13
- actionpack (= 4.2.5.2)
14
- actionview (= 4.2.5.2)
15
- activejob (= 4.2.5.2)
12
+ actionmailer (4.2.6)
13
+ actionpack (= 4.2.6)
14
+ actionview (= 4.2.6)
15
+ activejob (= 4.2.6)
16
16
  mail (~> 2.5, >= 2.5.4)
17
17
  rails-dom-testing (~> 1.0, >= 1.0.5)
18
- actionpack (4.2.5.2)
19
- actionview (= 4.2.5.2)
20
- activesupport (= 4.2.5.2)
18
+ actionpack (4.2.6)
19
+ actionview (= 4.2.6)
20
+ activesupport (= 4.2.6)
21
21
  rack (~> 1.6)
22
22
  rack-test (~> 0.6.2)
23
23
  rails-dom-testing (~> 1.0, >= 1.0.5)
24
24
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
- actionview (4.2.5.2)
26
- activesupport (= 4.2.5.2)
25
+ actionview (4.2.6)
26
+ activesupport (= 4.2.6)
27
27
  builder (~> 3.1)
28
28
  erubis (~> 2.7.0)
29
29
  rails-dom-testing (~> 1.0, >= 1.0.5)
30
30
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- activejob (4.2.5.2)
32
- activesupport (= 4.2.5.2)
31
+ activejob (4.2.6)
32
+ activesupport (= 4.2.6)
33
33
  globalid (>= 0.3.0)
34
- activemodel (4.2.5.2)
35
- activesupport (= 4.2.5.2)
34
+ activemodel (4.2.6)
35
+ activesupport (= 4.2.6)
36
36
  builder (~> 3.1)
37
- activerecord (4.2.5.2)
38
- activemodel (= 4.2.5.2)
39
- activesupport (= 4.2.5.2)
37
+ activerecord (4.2.6)
38
+ activemodel (= 4.2.6)
39
+ activesupport (= 4.2.6)
40
40
  arel (~> 6.0)
41
- activesupport (4.2.5.2)
41
+ activesupport (4.2.6)
42
42
  i18n (~> 0.7)
43
43
  json (~> 1.7, >= 1.7.7)
44
44
  minitest (~> 5.1)
@@ -53,7 +53,7 @@ GEM
53
53
  climate_control (>= 0.0.3, < 1.0)
54
54
  coderay (1.1.1)
55
55
  color (1.8)
56
- concurrent-ruby (1.0.1)
56
+ concurrent-ruby (1.0.2)
57
57
  diff-lcs (1.2.5)
58
58
  erubis (2.7.0)
59
59
  factory_girl (4.5.0)
@@ -97,16 +97,16 @@ GEM
97
97
  rack (1.6.4)
98
98
  rack-test (0.6.3)
99
99
  rack (>= 1.0)
100
- rails (4.2.5.2)
101
- actionmailer (= 4.2.5.2)
102
- actionpack (= 4.2.5.2)
103
- actionview (= 4.2.5.2)
104
- activejob (= 4.2.5.2)
105
- activemodel (= 4.2.5.2)
106
- activerecord (= 4.2.5.2)
107
- activesupport (= 4.2.5.2)
100
+ rails (4.2.6)
101
+ actionmailer (= 4.2.6)
102
+ actionpack (= 4.2.6)
103
+ actionview (= 4.2.6)
104
+ activejob (= 4.2.6)
105
+ activemodel (= 4.2.6)
106
+ activerecord (= 4.2.6)
107
+ activesupport (= 4.2.6)
108
108
  bundler (>= 1.3.0, < 2.0)
109
- railties (= 4.2.5.2)
109
+ railties (= 4.2.6)
110
110
  sprockets-rails
111
111
  rails-deprecated_sanitizer (1.0.3)
112
112
  activesupport (>= 4.2.0.alpha)
@@ -116,9 +116,9 @@ GEM
116
116
  rails-deprecated_sanitizer (>= 1.0.1)
117
117
  rails-html-sanitizer (1.0.3)
118
118
  loofah (~> 2.0)
119
- railties (4.2.5.2)
120
- actionpack (= 4.2.5.2)
121
- activesupport (= 4.2.5.2)
119
+ railties (4.2.6)
120
+ actionpack (= 4.2.6)
121
+ activesupport (= 4.2.6)
122
122
  rake (>= 0.8.7)
123
123
  thor (>= 0.18.1, < 2.0)
124
124
  rake (11.1.2)
@@ -1,3 +1,3 @@
1
1
  module PaperclipAttributes
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -17,8 +17,8 @@ Gem::Specification.new do |s|
17
17
  s.files = `git ls-files`.split($/).reject { |fn| fn.start_with? "spec" }
18
18
  s.test_files = Dir["spec/**/*"]
19
19
 
20
- s.add_dependency "rails", "~> 4.2.5.2"
21
- s.add_dependency "paperclip", "~> 4.3.6"
20
+ s.add_dependency "rails", "~> 4.2", ">= 4.2.0"
21
+ s.add_dependency "paperclip", "~> 4.2", ">= 4.2.0"
22
22
  s.add_dependency "miro", "~> 0.3.0"
23
23
 
24
24
  s.add_development_dependency "pry"
@@ -4751,3 +4751,171 @@ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26
4751
4751
  Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160502-82237-rep1so.jpg'
4752
4752
   (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
4753
4753
   (0.0ms) rollback transaction
4754
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
4755
+  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "avatar_file_name" varchar, "avatar_content_type" varchar, "avatar_file_size" integer, "avatar_updated_at" datetime, "avatar_height" integer, "avatar_width" integer, "avatar_dominant_color" varchar) 
4756
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
4757
+  (0.3ms) select sqlite_version(*)
4758
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4759
+  (0.1ms) SELECT version FROM "schema_migrations"
4760
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160501021321')
4761
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160429182529')
4762
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160429182620')
4763
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160429205001')
4764
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4765
+  (0.1ms) begin transaction
4766
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-1fi0m37.jpg'
4767
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-19rwka2.jpg[0]' 2>/dev/null
4768
+  (0.1ms) rollback transaction
4769
+  (0.1ms) begin transaction
4770
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-18931-qz8iul.mp4'
4771
+  (0.1ms) rollback transaction
4772
+  (0.1ms) begin transaction
4773
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-15m8rl2.jpg'
4774
+  (0.1ms) rollback transaction
4775
+  (0.1ms) begin transaction
4776
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-18931-1xkhh35.mp4'
4777
+  (0.1ms) rollback transaction
4778
+  (0.1ms) begin transaction
4779
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-1719r4o.jpg'
4780
+  (0.1ms) rollback transaction
4781
+  (0.1ms) begin transaction
4782
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-kubrvv.jpg'
4783
+  (0.1ms) SAVEPOINT active_record_1
4784
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-u64a4q.jpg'
4785
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-1xcrvod.jpg[0]' 2>/dev/null
4786
+ SQL (0.5ms) INSERT INTO "users" ("avatar_file_name", "avatar_content_type", "avatar_file_size", "avatar_updated_at", "name", "avatar_width", "avatar_height", "avatar_dominant_color", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["avatar_file_name", "bukowski.jpg"], ["avatar_content_type", "image/png"], ["avatar_file_size", 113644], ["avatar_updated_at", "2016-05-04 18:14:31.541012"], ["name", "Leandro"], ["avatar_width", 600], ["avatar_height", 794], ["avatar_dominant_color", "#9d9a8f"], ["created_at", "2016-05-04 18:14:31.657793"], ["updated_at", "2016-05-04 18:14:31.657793"]]
4787
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4788
+  (0.5ms) rollback transaction
4789
+  (0.1ms) begin transaction
4790
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-1wpiz1q.jpg'
4791
+  (0.1ms) SAVEPOINT active_record_1
4792
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-1771ctb.jpg'
4793
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-imrrnp.jpg[0]' 2>/dev/null
4794
+ SQL (0.3ms) INSERT INTO "users" ("avatar_file_name", "avatar_content_type", "avatar_file_size", "avatar_updated_at", "name", "avatar_width", "avatar_height", "avatar_dominant_color", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["avatar_file_name", "bukowski.jpg"], ["avatar_content_type", "image/png"], ["avatar_file_size", 113644], ["avatar_updated_at", "2016-05-04 18:14:31.669215"], ["name", "Leandro"], ["avatar_width", 600], ["avatar_height", 794], ["avatar_dominant_color", "#9d9a8f"], ["created_at", "2016-05-04 18:14:31.787247"], ["updated_at", "2016-05-04 18:14:31.787247"]]
4795
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4796
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-18931-avqf98.png'
4797
+  (0.1ms) SAVEPOINT active_record_1
4798
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-18931-169ad02.png'
4799
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-18931-1v29g47.png[0]' 2>/dev/null
4800
+ SQL (0.9ms) UPDATE "users" SET "avatar_file_name" = ?, "avatar_file_size" = ?, "avatar_updated_at" = ?, "avatar_width" = ?, "avatar_height" = ?, "avatar_dominant_color" = ?, "updated_at" = ? WHERE "users"."id" = ? [["avatar_file_name", "pikachu.png"], ["avatar_file_size", 17664], ["avatar_updated_at", "2016-05-04 18:14:31.794580"], ["avatar_width", 249], ["avatar_height", 307], ["avatar_dominant_color", "#fffd76"], ["updated_at", "2016-05-04 18:14:31.884988"], ["id", 1]]
4801
+ [paperclip] deleting /Users/leandro/src/paperclip_attributes/spec/dummy/public/system/users/avatars/000/000/001/original/bukowski.jpg
4802
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4803
+  (0.4ms) rollback transaction
4804
+  (0.1ms) begin transaction
4805
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-lkr7uq.jpg'
4806
+  (0.1ms) SAVEPOINT active_record_1
4807
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-1p63u0z.jpg'
4808
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
4809
+  (0.0ms) rollback transaction
4810
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
4811
+  (1.0ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "avatar_file_name" varchar, "avatar_content_type" varchar, "avatar_file_size" integer, "avatar_updated_at" datetime, "avatar_height" integer, "avatar_width" integer, "avatar_dominant_color" varchar) 
4812
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
4813
+  (0.1ms) select sqlite_version(*)
4814
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4815
+  (0.1ms) SELECT version FROM "schema_migrations"
4816
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160501021321')
4817
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160429182529')
4818
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160429182620')
4819
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160429205001')
4820
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4821
+  (0.1ms) begin transaction
4822
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-ta4t99.jpg'
4823
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-1mu66qv.jpg[0]' 2>/dev/null
4824
+  (0.1ms) rollback transaction
4825
+  (0.1ms) begin transaction
4826
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-21189-14skzn9.mp4'
4827
+  (0.1ms) rollback transaction
4828
+  (0.1ms) begin transaction
4829
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-2lr9xh.jpg'
4830
+  (0.1ms) rollback transaction
4831
+  (0.1ms) begin transaction
4832
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-21189-lllj4y.mp4'
4833
+  (0.1ms) rollback transaction
4834
+  (0.1ms) begin transaction
4835
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-18fli9r.jpg'
4836
+  (0.1ms) rollback transaction
4837
+  (0.1ms) begin transaction
4838
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-1de9tv.jpg'
4839
+  (0.1ms) SAVEPOINT active_record_1
4840
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-a1cpk1.jpg'
4841
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-1aie7fd.jpg[0]' 2>/dev/null
4842
+ SQL (0.5ms) INSERT INTO "users" ("avatar_file_name", "avatar_content_type", "avatar_file_size", "avatar_updated_at", "name", "avatar_width", "avatar_height", "avatar_dominant_color", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["avatar_file_name", "bukowski.jpg"], ["avatar_content_type", "image/png"], ["avatar_file_size", 113644], ["avatar_updated_at", "2016-05-04 18:22:26.350436"], ["name", "Leandro"], ["avatar_width", 600], ["avatar_height", 794], ["avatar_dominant_color", "#9d9a8f"], ["created_at", "2016-05-04 18:22:26.467968"], ["updated_at", "2016-05-04 18:22:26.467968"]]
4843
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4844
+  (0.3ms) rollback transaction
4845
+  (0.1ms) begin transaction
4846
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-1wsbcxd.jpg'
4847
+  (0.1ms) SAVEPOINT active_record_1
4848
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-4w10cu.jpg'
4849
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-e4cui3.jpg[0]' 2>/dev/null
4850
+ SQL (0.3ms) INSERT INTO "users" ("avatar_file_name", "avatar_content_type", "avatar_file_size", "avatar_updated_at", "name", "avatar_width", "avatar_height", "avatar_dominant_color", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["avatar_file_name", "bukowski.jpg"], ["avatar_content_type", "image/png"], ["avatar_file_size", 113644], ["avatar_updated_at", "2016-05-04 18:22:26.479395"], ["name", "Leandro"], ["avatar_width", 600], ["avatar_height", 794], ["avatar_dominant_color", "#9d9a8f"], ["created_at", "2016-05-04 18:22:26.597465"], ["updated_at", "2016-05-04 18:22:26.597465"]]
4851
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4852
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-21189-1t980ld.png'
4853
+  (0.1ms) SAVEPOINT active_record_1
4854
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-21189-1f702ga.png'
4855
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-21189-wx31pr.png[0]' 2>/dev/null
4856
+ SQL (0.9ms) UPDATE "users" SET "avatar_file_name" = ?, "avatar_file_size" = ?, "avatar_updated_at" = ?, "avatar_width" = ?, "avatar_height" = ?, "avatar_dominant_color" = ?, "updated_at" = ? WHERE "users"."id" = ? [["avatar_file_name", "pikachu.png"], ["avatar_file_size", 17664], ["avatar_updated_at", "2016-05-04 18:22:26.603197"], ["avatar_width", 249], ["avatar_height", 307], ["avatar_dominant_color", "#fffd76"], ["updated_at", "2016-05-04 18:22:26.690995"], ["id", 1]]
4857
+ [paperclip] deleting /Users/leandro/src/paperclip_attributes/spec/dummy/public/system/users/avatars/000/000/001/original/bukowski.jpg
4858
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4859
+  (0.4ms) rollback transaction
4860
+  (0.1ms) begin transaction
4861
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-1g99lfl.jpg'
4862
+  (0.1ms) SAVEPOINT active_record_1
4863
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-1a4v4dp.jpg'
4864
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
4865
+  (0.0ms) rollback transaction
4866
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4867
+  (1.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "avatar_file_name" varchar, "avatar_content_type" varchar, "avatar_file_size" integer, "avatar_updated_at" datetime, "avatar_height" integer, "avatar_width" integer, "avatar_dominant_color" varchar) 
4868
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
4869
+  (0.1ms) select sqlite_version(*)
4870
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4871
+  (0.1ms) SELECT version FROM "schema_migrations"
4872
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160501021321')
4873
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160429182529')
4874
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160429182620')
4875
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160429205001')
4876
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4877
+  (0.1ms) begin transaction
4878
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-1i5fw87.jpg'
4879
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-ee1pbz.jpg[0]' 2>/dev/null
4880
+  (0.4ms) rollback transaction
4881
+  (0.1ms) begin transaction
4882
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-21435-13004t1.mp4'
4883
+  (0.1ms) rollback transaction
4884
+  (0.1ms) begin transaction
4885
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-kj9owz.jpg'
4886
+  (0.1ms) rollback transaction
4887
+  (0.1ms) begin transaction
4888
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-21435-fwanrs.mp4'
4889
+  (0.1ms) rollback transaction
4890
+  (0.1ms) begin transaction
4891
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-ynlubz.jpg'
4892
+  (0.1ms) rollback transaction
4893
+  (0.1ms) begin transaction
4894
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-nb0h1v.jpg'
4895
+  (0.1ms) SAVEPOINT active_record_1
4896
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-11k7t2y.jpg'
4897
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-1y0t8ob.jpg[0]' 2>/dev/null
4898
+ SQL (0.6ms) INSERT INTO "users" ("avatar_file_name", "avatar_content_type", "avatar_file_size", "avatar_updated_at", "name", "avatar_width", "avatar_height", "avatar_dominant_color", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["avatar_file_name", "bukowski.jpg"], ["avatar_content_type", "image/png"], ["avatar_file_size", 113644], ["avatar_updated_at", "2016-05-04 18:23:27.266367"], ["name", "Leandro"], ["avatar_width", 600], ["avatar_height", 794], ["avatar_dominant_color", "#9d9a8f"], ["created_at", "2016-05-04 18:23:27.386720"], ["updated_at", "2016-05-04 18:23:27.386720"]]
4899
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4900
+  (0.3ms) rollback transaction
4901
+  (0.1ms) begin transaction
4902
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-h1fcwg.jpg'
4903
+  (0.1ms) SAVEPOINT active_record_1
4904
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-872h9r.jpg'
4905
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-1ihg1o0.jpg[0]' 2>/dev/null
4906
+ SQL (0.3ms) INSERT INTO "users" ("avatar_file_name", "avatar_content_type", "avatar_file_size", "avatar_updated_at", "name", "avatar_width", "avatar_height", "avatar_dominant_color", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["avatar_file_name", "bukowski.jpg"], ["avatar_content_type", "image/png"], ["avatar_file_size", 113644], ["avatar_updated_at", "2016-05-04 18:23:27.396712"], ["name", "Leandro"], ["avatar_width", 600], ["avatar_height", 794], ["avatar_dominant_color", "#9d9a8f"], ["created_at", "2016-05-04 18:23:27.516461"], ["updated_at", "2016-05-04 18:23:27.516461"]]
4907
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4908
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-21435-phz87.png'
4909
+  (0.1ms) SAVEPOINT active_record_1
4910
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-21435-14g40bm.png'
4911
+ Command :: identify -format '%wx%h,%[exif:orientation]' '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-21435-piml94.png[0]' 2>/dev/null
4912
+ SQL (1.2ms) UPDATE "users" SET "avatar_file_name" = ?, "avatar_file_size" = ?, "avatar_updated_at" = ?, "avatar_width" = ?, "avatar_height" = ?, "avatar_dominant_color" = ?, "updated_at" = ? WHERE "users"."id" = ? [["avatar_file_name", "pikachu.png"], ["avatar_file_size", 17664], ["avatar_updated_at", "2016-05-04 18:23:27.522042"], ["avatar_width", 249], ["avatar_height", 307], ["avatar_dominant_color", "#fffd76"], ["updated_at", "2016-05-04 18:23:27.602264"], ["id", 1]]
4913
+ [paperclip] deleting /Users/leandro/src/paperclip_attributes/spec/dummy/public/system/users/avatars/000/000/001/original/bukowski.jpg
4914
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4915
+  (0.5ms) rollback transaction
4916
+  (0.1ms) begin transaction
4917
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-5cvxa5.jpg'
4918
+  (0.2ms) SAVEPOINT active_record_1
4919
+ Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-11bew5b.jpg'
4920
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
4921
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperclip_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platanus
@@ -17,28 +17,40 @@ dependencies:
17
17
  requirements:
18
18
  - - ~>
19
19
  - !ruby/object:Gem::Version
20
- version: 4.2.5.2
20
+ version: '4.2'
21
+ - - '>='
22
+ - !ruby/object:Gem::Version
23
+ version: 4.2.0
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
24
27
  requirements:
25
28
  - - ~>
26
29
  - !ruby/object:Gem::Version
27
- version: 4.2.5.2
30
+ version: '4.2'
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: 4.2.0
28
34
  - !ruby/object:Gem::Dependency
29
35
  name: paperclip
30
36
  requirement: !ruby/object:Gem::Requirement
31
37
  requirements:
32
38
  - - ~>
33
39
  - !ruby/object:Gem::Version
34
- version: 4.3.6
40
+ version: '4.2'
41
+ - - '>='
42
+ - !ruby/object:Gem::Version
43
+ version: 4.2.0
35
44
  type: :runtime
36
45
  prerelease: false
37
46
  version_requirements: !ruby/object:Gem::Requirement
38
47
  requirements:
39
48
  - - ~>
40
49
  - !ruby/object:Gem::Version
41
- version: 4.3.6
50
+ version: '4.2'
51
+ - - '>='
52
+ - !ruby/object:Gem::Version
53
+ version: 4.2.0
42
54
  - !ruby/object:Gem::Dependency
43
55
  name: miro
44
56
  requirement: !ruby/object:Gem::Requirement