polygallery 0.1.4 → 0.1.6
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/lib/polygallery/has_polygallery.rb +23 -10
- data/lib/polygallery/has_polyphotos.rb +3 -2
- data/lib/polygallery/version.rb +1 -1
- data/test/dummy/log/development.log +2542 -0
- data/test/dummy/log/test.log +3613 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/001/medium/logo_placeholder_medium.png +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/001/thumb/logo_placeholder_medium.png +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/002/medium/logo_placeholder_medium.png +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/002/thumb/logo_placeholder_medium.png +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/logo_placeholder_medium.png +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/logo_placeholder_medium.png +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/logo_placeholder_medium.png +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/logo_placeholder_medium.png +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/005/medium/logo_placeholder_medium.png +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/005/thumb/logo_placeholder_medium.png +0 -0
- data/test/dummy/spec/features/events_spec.rb +2 -0
- data/{app → vendor}/assets/images/polygallery/thumbnail-missing.jpg +0 -0
- metadata +2 -2
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polygallery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MacKinley Smith
|
@@ -244,7 +244,6 @@ files:
|
|
244
244
|
- MIT-LICENSE
|
245
245
|
- README.rdoc
|
246
246
|
- Rakefile
|
247
|
-
- app/assets/images/polygallery/thumbnail-missing.jpg
|
248
247
|
- app/assets/javascripts/polygallery/application.js
|
249
248
|
- app/assets/javascripts/polygallery/galleries.js
|
250
249
|
- app/assets/javascripts/polygallery/init.js
|
@@ -603,6 +602,7 @@ files:
|
|
603
602
|
- test/models/polygallery/photo_test.rb
|
604
603
|
- test/polygallery_test.rb
|
605
604
|
- test/test_helper.rb
|
605
|
+
- vendor/assets/images/polygallery/thumbnail-missing.jpg
|
606
606
|
homepage: http://www.mackinleysmith.com/
|
607
607
|
licenses:
|
608
608
|
- MIT
|