uenf_layout 1.3.11 → 1.3.12

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: cbf915a6ed88f849fbec7d14a22c5b0d213abf87
4
- data.tar.gz: 8a77d7cfb961acbb7ecf44568450ee38655322c2
3
+ metadata.gz: 6f195eaee230b41c8750a81132fa3d51b43554ec
4
+ data.tar.gz: 83f6c27f6d58d79c1b8ee4d54764e751bf36e85a
5
5
  SHA512:
6
- metadata.gz: 0d4edade7acc43c211dd1bd37d51b43dedf81e7ddc8744cefcabd45895a9ebdfdc659878a2333e1bc94ae28f829a0721f96ef7ff549c72ec1c932d2f8052175b
7
- data.tar.gz: d3473242fd6ed3d1dcf63bfb7f626aecda041152069636bb3b9c27e488450efb98b2154011914abf6c834848c6be104210bf2abfee4fc883a9cad50c55c61a42
6
+ metadata.gz: 782d6ec770b89a5ba0bd2c314aa11892ee8148e669f79c843abc49789e0c32085e592feed5dfa056c484393f6ca815b4e1f41e3c382bcae06eab22df00055f9d
7
+ data.tar.gz: d75b338a62f100a85a6bb6c10e947a13ed45ee75f635a17f0fc01bfcc9ea069b4ee766f42b79b4362bfaaf0ee1fb8a15aaa8925118b6a85ffc6850d2498ddbd1
@@ -1,9 +1,11 @@
1
1
  <%# encoding: utf-8 %>
2
2
 
3
+ <% conf = UenfLayout.config %>
4
+
3
5
  <address>
4
- <%= UenfLayout.config.nome_sistema_rodape %><%= ", versão #{UenfLayout.config.versao}." if UenfLayout.config.versao %>
6
+ <%= conf.nome_sistema_rodape %><%= ", versão #{conf.versao}." if conf.versao.present? %>
5
7
  <br>
6
- <a href="http://www.uenf.br"><acronym title="Universidade Estadual do Norte Fluminense Darcy Ribeiro">UENF</acronym></a>/<acronym title="Diretoria de Informação e Comunicação">DIC</acronym>/<acronym title="Gerência de Informação">GINFO</acronym>/Desenvolvimento, 2012 -
7
- Contatos do site: (22) 2739-7232, <a href="mailto:desenv@uenf.br">desenv@uenf.br</a><br/>
8
+ <a href="http://www.uenf.br"><acronym title="Universidade Estadual do Norte Fluminense Darcy Ribeiro">UENF</acronym></a>/<acronym title="Diretoria de Informação e Comunicação">DIC</acronym>/<acronym title="Gerência de Informação">GINFO</acronym>/Desenvolvimento, 2012 -
9
+ Contatos do site: <%= conf.telefone %>, <a href="mailto:#{conf.email}"><%= conf.email %></a><br/>
8
10
  <small><a href="http://www.oswd.org/design/preview/id/3557">Design</a> by <a href="http://www.nodethirtythree.com/">Node Thirty Three</a></small>
9
11
  </address>
@@ -11,7 +11,7 @@ module UenfLayout
11
11
  end
12
12
 
13
13
  class Configuration
14
- attr_accessor :nome_sistema, :setor
14
+ attr_accessor :nome_sistema, :setor, :telefone, :email
15
15
  attr_writer :nome_sistema_rodape
16
16
 
17
17
  def versao
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uenf_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.11
4
+ version: 1.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Manhães
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-13 00:00:00.000000000 Z
11
+ date: 2013-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails