quadro 0.6.0 → 0.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb73dbba9bba95e0a98de38a88a54825627196bb
4
- data.tar.gz: 44dc4d9378f2bab776475b435db9a5d9f7e24033
3
+ metadata.gz: 2d8ebe2d29be95a710155dbad56e296246995c55
4
+ data.tar.gz: ebd33429821026d875411481710152fd28202d6f
5
5
  SHA512:
6
- metadata.gz: 7928d0cbf90829226ff70643fc40bb226441e1cbe3acca801f1c1030b26dec330161660b786e1498c809b5580524ec89408e46c87bcbc035f31f1b6dcf84431e
7
- data.tar.gz: 7e5f1abeb88f5045751e5c568b315f078951b8317cd775f93455c79a3db044c72578173a6b3afdcb3f56d89fe9b60d393f12e2510829835df7c2ec1d2d3cef92
6
+ metadata.gz: 5907059fd39b17d31a9ba83868e46088afe0c5acbe79957723fa5e24a2b41a97f50abd460c6a29aebbf994ac041de49f6578c3baf95587cca495cd258a35237e
7
+ data.tar.gz: e2636f1c9ac099edcdbcc577110146b4841751505b204b45340d4efedc2464d243395d46f9926284d59f9e52d634589c0ff7214d3bd27930d0945315160cdc9f
@@ -3,7 +3,7 @@ module Quadro
3
3
  # attributes
4
4
  store :settings, accessors: [:width, :height, :alt]
5
5
  # attr_accessible :width, :height, :alt
6
- has_attached_file :attachment, styles: { thumb: '200x200#', small: '800x600>', medium: '1024x768>', large: '1280x1024>' }, default_url: 'quadro/missing/cover/:style.png'
6
+ has_attached_file :attachment, styles: { thumb: '200x200#', small: '800x600>', medium: '1024x768>', large: '1280x1024>' }, default_url: 'quadro/missing/cover/:style.png', use_timestamp: false
7
7
 
8
8
  # validations
9
9
  validates :alt, length: { maximum: 60 }
@@ -3,7 +3,7 @@ module Quadro
3
3
  # attributes
4
4
  store :settings, accessors: [:width, :height, :alt]
5
5
  # attr_accessible :width, :height, :alt
6
- has_attached_file :attachment, styles: { thumb: '200x200#', small: '320x240>', medium: '640x480>', large: '800x600>' }, default_url: 'quadro/missing/image/:style.png'
6
+ has_attached_file :attachment, styles: { thumb: '200x200#', small: '320x240>', medium: '640x480>', large: '800x600>' }, default_url: 'quadro/missing/image/:style.png', use_timestamp: false
7
7
 
8
8
  # validations
9
9
  validates :alt, length: { maximum: 60 }
@@ -3,7 +3,7 @@ module Quadro
3
3
  # attributes
4
4
  store :settings, accessors: [:width, :height, :alt, :href]
5
5
  # attr_accessible :width, :height, :alt, :href
6
- has_attached_file :attachment, styles: { thumb: '200x200#', small: '640x480>', medium: '800x600>', large: '1024x768>' }, default_url: 'quadro/missing/slide/:style.png'
6
+ has_attached_file :attachment, styles: { thumb: '200x200#', small: '640x480>', medium: '800x600>', large: '1024x768>' }, default_url: 'quadro/missing/slide/:style.png', use_timestamp: false
7
7
 
8
8
  # validations
9
9
  validates :alt, length: { maximum: 60 }
@@ -12,5 +12,5 @@
12
12
  %ul.nav.navbar-nav.navbar-right
13
13
  %li
14
14
  = link_to new_user_session_path, rel: "nofollow" do
15
- = t('navigation.sign_in')
15
+ = t('quadro.navigation.sign_in')
16
16
  = navigation_for root, class: "nav navbar-nav navbar-right"
@@ -12,5 +12,5 @@
12
12
  %ul.nav.navbar-nav.navbar-right
13
13
  %li
14
14
  = link_to new_user_session_path, rel: "nofollow" do
15
- = t('navigation.sign_in')
15
+ = t('quadro.navigation.sign_in')
16
16
  = navigation_for root, class: "nav navbar-nav navbar-right"
@@ -1,3 +1,3 @@
1
1
  module Quadro
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
@@ -12,5 +12,5 @@
12
12
  %ul.nav.navbar-nav.navbar-right
13
13
  %li
14
14
  = link_to new_user_session_path, rel: "nofollow" do
15
- = t('navigation.sign_in')
15
+ = t('quadro.navigation.sign_in')
16
16
  = navigation_for root, class: "nav navbar-nav navbar-right"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quadro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hugo Gilmar Erazo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-02 00:00:00.000000000 Z
11
+ date: 2016-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -572,7 +572,7 @@ dependencies:
572
572
  version: '1.1'
573
573
  description: Quadro Content Management System
574
574
  email:
575
- - hugogilmar@gmail.com
575
+ - hugogilmar@nanotutoriales.com
576
576
  executables: []
577
577
  extensions: []
578
578
  extra_rdoc_files: []