lady_josephine 0.6.3 → 0.7.0
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/app/uploader/lady_josephine/base_uploader.rb +1 -1
- data/lib/lady_josephine.rb +3 -0
- data/lib/lady_josephine/version.rb +1 -1
- data/spec/controllers/lady_josephine/images_controller_spec.rb +9 -0
- data/spec/dummy/log/test.log +1099 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/depressed-cat.jpg +0 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/thumbnail_depressed-cat.jpg +0 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/w1000_depressed-cat.jpg +0 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/w2000_depressed-cat.jpg +0 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/w300_depressed-cat.jpg +0 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/w600_depressed-cat.jpg +0 -0
- metadata +14 -2
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lady_josephine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bodo Tasche
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-03-
|
12
|
+
date: 2016-03-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -247,6 +247,12 @@ files:
|
|
247
247
|
- spec/dummy/public/storage/test/lady_josephine/image/file/1/w2000_depressed-cat.jpg
|
248
248
|
- spec/dummy/public/storage/test/lady_josephine/image/file/1/w300_depressed-cat.jpg
|
249
249
|
- spec/dummy/public/storage/test/lady_josephine/image/file/1/w600_depressed-cat.jpg
|
250
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/depressed-cat.jpg
|
251
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/thumbnail_depressed-cat.jpg
|
252
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/w1000_depressed-cat.jpg
|
253
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/w2000_depressed-cat.jpg
|
254
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/w300_depressed-cat.jpg
|
255
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/w600_depressed-cat.jpg
|
250
256
|
- spec/dummy/public/uploads/tmp/1457361805-21265-0640/depressed-cat.jpg
|
251
257
|
- spec/dummy/public/uploads/tmp/1457361805-21265-0640/w1000_depressed-cat.jpg
|
252
258
|
- spec/dummy/public/uploads/tmp/1457361805-21265-0640/w300_depressed-cat.jpg
|
@@ -604,6 +610,12 @@ test_files:
|
|
604
610
|
- spec/dummy/public/storage/test/lady_josephine/image/file/1/w2000_depressed-cat.jpg
|
605
611
|
- spec/dummy/public/storage/test/lady_josephine/image/file/1/w300_depressed-cat.jpg
|
606
612
|
- spec/dummy/public/storage/test/lady_josephine/image/file/1/w600_depressed-cat.jpg
|
613
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/depressed-cat.jpg
|
614
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/thumbnail_depressed-cat.jpg
|
615
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/w1000_depressed-cat.jpg
|
616
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/w2000_depressed-cat.jpg
|
617
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/w300_depressed-cat.jpg
|
618
|
+
- spec/dummy/public/system/test/lady_josephine/image/file/1/w600_depressed-cat.jpg
|
607
619
|
- spec/dummy/public/uploads/tmp/1457361805-21265-0640/depressed-cat.jpg
|
608
620
|
- spec/dummy/public/uploads/tmp/1457361805-21265-0640/w1000_depressed-cat.jpg
|
609
621
|
- spec/dummy/public/uploads/tmp/1457361805-21265-0640/w300_depressed-cat.jpg
|