ish_models 0.0.33.112 → 0.0.33.113

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/video.rb +4 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8791c1ba42049bc4324ac244a09147a5ad5bc728f1026658eebf965f8785367d
4
- data.tar.gz: 1f5ab1cab47b1bdfc28b88634a4d487bc2cc2b4389e30986fde6d2a539d8d93a
3
+ metadata.gz: f88ffa3b0fdfca2f28fa64cfcab31fa8c68657f19f9f183b681649ad0aad7ebb
4
+ data.tar.gz: af98d74b680ccc95742195e1a0810828defe53199189fc277ac4c4c35fd8f512
5
5
  SHA512:
6
- metadata.gz: d3040db3672aaad21fd227da6c8a750c9db5a96ef9dac0b31fd117d64348b9b82949d4df50b5c88330970da27b7c73c6a337a48634a0d94591914622a9072cbe
7
- data.tar.gz: b7aff88f1921508842ffe3143809dc2e3f6c7140dd62e6d05446fe3377f98ac1dd0a28eb87d9c6ba4e738d2b31f362972803fd1be45dc687e3e2575079629a55
6
+ metadata.gz: 48ceeba355b79e2b22c03967ab98439dce1422b472ccafb57387b11e05f6d1cefbcaeac10ead91ff8d022c633e23c12e2f74e28a856c55287f9dc57fefa17774
7
+ data.tar.gz: e7c8e20330aebe8fb9047a8f37ebfa9ed8ef7332ab4d4468b2516663aed9ad7bb91edc4eca6fbae65275156efb6b29c3428adcd14e727b1ba4332597d3f38716
data/lib/video.rb CHANGED
@@ -60,7 +60,11 @@ class Video
60
60
  :styles => {
61
61
  :mini => '20x20#',
62
62
  :thumb => "100x100#",
63
+ :thumb2 => "200x200#",
64
+ :s169 => "640x360#",
65
+ # :s43 => "640x480#",
63
66
  :small => "400x400>",
67
+ :large => '950x650>',
64
68
  },
65
69
  :storage => :s3,
66
70
  :s3_credentials => ::S3_CREDENTIALS,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.33.112
4
+ version: 0.0.33.113
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox