paperclip_attributes 0.1.0 → 0.1.1
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 +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +33 -33
- data/lib/paperclip_attributes/version.rb +1 -1
- data/paperclip_attributes.gemspec +2 -2
- data/spec/dummy/log/test.log +168 -0
- metadata +17 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ed112180691c94255c56909ea7649f89e6fa9ad
|
|
4
|
+
data.tar.gz: 310bd0f61c716d8625113b72ebec324cf42493bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4f0cf2b8d45a8ffc2029d3366f13ce7eeac0ab21a2e13747bce98182e15fa8ff043ed936aa7a0dca6e8c49e2c309bc64d56587879cb2e1344380bbe0956d464
|
|
7
|
+
data.tar.gz: cbf7ad026b2925beeb80adc491d601cc6c1fed73816a12a3f15077ec6bf1c2079eb99ae28e95c852eb6ddf36a7cedad78c8a9e86fec9a8225419c45b0fc133bd
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
paperclip_attributes (0.1.
|
|
4
|
+
paperclip_attributes (0.1.1)
|
|
5
5
|
miro (~> 0.3.0)
|
|
6
|
-
paperclip (~> 4.
|
|
7
|
-
rails (~> 4.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.
|
|
13
|
-
actionpack (= 4.2.
|
|
14
|
-
actionview (= 4.2.
|
|
15
|
-
activejob (= 4.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.
|
|
19
|
-
actionview (= 4.2.
|
|
20
|
-
activesupport (= 4.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.
|
|
26
|
-
activesupport (= 4.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.
|
|
32
|
-
activesupport (= 4.2.
|
|
31
|
+
activejob (4.2.6)
|
|
32
|
+
activesupport (= 4.2.6)
|
|
33
33
|
globalid (>= 0.3.0)
|
|
34
|
-
activemodel (4.2.
|
|
35
|
-
activesupport (= 4.2.
|
|
34
|
+
activemodel (4.2.6)
|
|
35
|
+
activesupport (= 4.2.6)
|
|
36
36
|
builder (~> 3.1)
|
|
37
|
-
activerecord (4.2.
|
|
38
|
-
activemodel (= 4.2.
|
|
39
|
-
activesupport (= 4.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.
|
|
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.
|
|
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.
|
|
101
|
-
actionmailer (= 4.2.
|
|
102
|
-
actionpack (= 4.2.
|
|
103
|
-
actionview (= 4.2.
|
|
104
|
-
activejob (= 4.2.
|
|
105
|
-
activemodel (= 4.2.
|
|
106
|
-
activerecord (= 4.2.
|
|
107
|
-
activesupport (= 4.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.
|
|
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.
|
|
120
|
-
actionpack (= 4.2.
|
|
121
|
-
activesupport (= 4.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)
|
|
@@ -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.
|
|
21
|
-
s.add_dependency "paperclip", "~> 4.
|
|
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"
|
data/spec/dummy/log/test.log
CHANGED
|
@@ -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
|
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
4753
4753
|
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
4754
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
4755
|
+
[1m[36m (0.9ms)[0m [1mCREATE 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) [0m
|
|
4756
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
4757
|
+
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
|
4758
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
4759
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
4760
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160501021321')
|
|
4761
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160429182529')[0m
|
|
4762
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160429182620')
|
|
4763
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160429205001')[0m
|
|
4764
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
4765
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4769
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4770
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-18931-qz8iul.mp4'
|
|
4771
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4772
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4773
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-15m8rl2.jpg'
|
|
4774
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4775
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4776
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-18931-1xkhh35.mp4'
|
|
4777
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4778
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4779
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-1719r4o.jpg'
|
|
4780
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4781
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4782
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-kubrvv.jpg'
|
|
4783
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
4788
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
4789
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
4790
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-1wpiz1q.jpg'
|
|
4791
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
4796
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-18931-avqf98.png'
|
|
4797
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mSQL (0.9ms)[0m [1mUPDATE "users" SET "avatar_file_name" = ?, "avatar_file_size" = ?, "avatar_updated_at" = ?, "avatar_width" = ?, "avatar_height" = ?, "avatar_dominant_color" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
4803
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
4804
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
4805
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-lkr7uq.jpg'
|
|
4806
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
4807
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-18931-1p63u0z.jpg'
|
|
4808
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
4809
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
4810
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
4811
|
+
[1m[36m (1.0ms)[0m [1mCREATE 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) [0m
|
|
4812
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
4813
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
4814
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
4815
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
4816
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160501021321')
|
|
4817
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160429182529')[0m
|
|
4818
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160429182620')
|
|
4819
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160429205001')[0m
|
|
4820
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
4821
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4825
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4826
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-21189-14skzn9.mp4'
|
|
4827
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4828
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4829
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-2lr9xh.jpg'
|
|
4830
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4831
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4832
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-21189-lllj4y.mp4'
|
|
4833
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4834
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4835
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-18fli9r.jpg'
|
|
4836
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4837
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4838
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-1de9tv.jpg'
|
|
4839
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
4844
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
4845
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
4846
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-1wsbcxd.jpg'
|
|
4847
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
4852
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-21189-1t980ld.png'
|
|
4853
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mSQL (0.9ms)[0m [1mUPDATE "users" SET "avatar_file_name" = ?, "avatar_file_size" = ?, "avatar_updated_at" = ?, "avatar_width" = ?, "avatar_height" = ?, "avatar_dominant_color" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
4859
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
4860
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
4861
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-1g99lfl.jpg'
|
|
4862
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
4863
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21189-1a4v4dp.jpg'
|
|
4864
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
4865
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
4866
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
4867
|
+
[1m[36m (1.6ms)[0m [1mCREATE 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) [0m
|
|
4868
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
|
4869
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
4870
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
4871
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
4872
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160501021321')
|
|
4873
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160429182529')[0m
|
|
4874
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160429182620')
|
|
4875
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160429205001')[0m
|
|
4876
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
4877
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
4881
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4882
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-21435-13004t1.mp4'
|
|
4883
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4884
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4885
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-kj9owz.jpg'
|
|
4886
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4887
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4888
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/421b47ffd946ca083b65cd668c6b17e620160504-21435-fwanrs.mp4'
|
|
4889
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4890
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4891
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-ynlubz.jpg'
|
|
4892
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
4893
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
4894
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-nb0h1v.jpg'
|
|
4895
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
4900
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
4901
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
4902
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-h1fcwg.jpg'
|
|
4903
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
4908
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/9ce44f88a25272b6d9cbb430ebbcfcf120160504-21435-phz87.png'
|
|
4909
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mSQL (1.2ms)[0m [1mUPDATE "users" SET "avatar_file_name" = ?, "avatar_file_size" = ?, "avatar_updated_at" = ?, "avatar_width" = ?, "avatar_height" = ?, "avatar_dominant_color" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
4915
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
4916
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
4917
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-5cvxa5.jpg'
|
|
4918
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
4919
|
+
Command :: file -b --mime '/var/folders/bl/fzn_995j28x9hvtjvsb8vb4h0000gn/T/ad26117755d0c15af6639e36ffbeb23820160504-21435-11bew5b.jpg'
|
|
4920
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
4921
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
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.
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
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
|