meurio_ui 1.4.7 → 1.4.8

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: 34743074125d0ca2b3fc50faadb76beb48255204
4
- data.tar.gz: 8b5a89fb2f5dc357ecadf012f3bff3a205e0f8a0
3
+ metadata.gz: b1d82c41f801979f23dbbc1229e6510a06a58d28
4
+ data.tar.gz: edec433a18375eadab45988d47317f7a1250a447
5
5
  SHA512:
6
- metadata.gz: 1e59ce324a47a88add5766fc9573dade6f94f5154d1ae43b7abe54c8eaff31a7ba0de249d11da31c73929ba4b7b4cc68b93283757227d4fad79f68f09ead51d2
7
- data.tar.gz: 977a72336c7c0bb45b86f8647edf8a29325ad9a7ed1a659116015525ce41ffc865752d83a92e0cb3ce6af7bac80d6daaede63a4bddf0889f2b788a1cf576122b
6
+ metadata.gz: 2f0ec4aac938a8fce450d779ce95d26a53f439fce100260cb660d3221082b0dc3cc617ab7af12d29082d5815f5d7c41a1666fb948efa786f621c3e5cb22f64aa
7
+ data.tar.gz: 4f746e3777b3c36628bd75d0972c170688825b24efc4fa767cadb83664eb76b6d36016a5224ef8be1f3d907c797454c83fd7619b838b093c4bd13a79e7bf1cd5
@@ -3,13 +3,13 @@
3
3
  nav.top-bar data={topbar: true} role="navigation"
4
4
  ul.title-area
5
5
  li.name
6
- h1= link_to image_tag('mrui_minhascidades.png'), "http://www.#{ENV['MEURIO_DOMAIN']}"
6
+ h1= link_to image_tag('mrui_nossascidades.png'), "http://www.#{ENV['MEURIO_DOMAIN']}"
7
7
  li.toggle-topbar.icon-list
8
8
  section.top-bar-section
9
9
  ul.left
10
- li= link_to image_tag('mrui_meurio.png'), "http://www.minhascidades.org.br/organizations/1", target: :blank
10
+ li= link_to image_tag('mrui_meurio.png'), "http://www.nossascidades.org/organizations/1", target: :blank
11
11
  li.divider
12
- li= link_to image_tag('mrui_minhasampa.png'), "http://www.minhascidades.org.br/organizations/2", target: :blank
12
+ li= link_to image_tag('mrui_minhasampa.png'), "http://www.nossascidades.org/organizations/2", target: :blank
13
13
  - if [:minhascidades, :pdp, :multitude, :compartilhaco, :accounts].include?(@app)
14
14
  ul.right
15
15
  - if current_user.present?
@@ -71,6 +71,6 @@
71
71
  - unless [:minhascidades, :pdp, :multitude, :compartilhaco].include?(@app)
72
72
  a.icon-warning href="#" data-dropdown="support-alert"
73
73
  #support-alert.f-dropdown.content data-dropdown-content=true
74
- | Esta versão do #{application_name(@app)} está disponível apenas para a cidade do Rio de Janeiro. Em breve disponibilizaremos para toda a #{link_to "Rede Minhas Cidades", "http://www.minhascidades.org.br/"}.
74
+ | Esta versão do #{application_name(@app)} está disponível apenas para a cidade do Rio de Janeiro. Em breve disponibilizaremos para toda a #{link_to "Rede Nossas Cidades", "http://www.nossascidades.org/"}.
75
75
  .application_menu= yield :application_menu
76
76
  .clear
@@ -1,5 +1,5 @@
1
1
  module MeurioUi
2
2
  module Rails
3
- VERSION = "1.4.7"
3
+ VERSION = "1.4.8"
4
4
  end
5
5
  end
@@ -8,7 +8,7 @@ module MeurioUi
8
8
  end
9
9
 
10
10
  def application_name app
11
- return "Minhas Cidades" if app == :minhascidades
11
+ return "Nossas Cidades" if app == :minhascidades
12
12
  return "Panela de Pressão" if app == :pdp
13
13
  return "Verão do Saneamento" if app == :vds
14
14
  return "Imagine" if app == :imagine
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meurio_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.7
4
+ version: 1.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nícolas Iensen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-05 00:00:00.000000000 Z
12
+ date: 2014-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -77,9 +77,9 @@ files:
77
77
  - app/assets/images/mrui_imagine.png
78
78
  - app/assets/images/mrui_meurio.png
79
79
  - app/assets/images/mrui_minhasampa.png
80
- - app/assets/images/mrui_minhascidades.png
81
80
  - app/assets/images/mrui_minhascidades2.png
82
81
  - app/assets/images/mrui_multitude.png
82
+ - app/assets/images/mrui_nossascidades.png
83
83
  - app/assets/images/mrui_pdp.png
84
84
  - app/assets/images/mrui_petitions.png
85
85
  - app/assets/images/mrui_salveainternet.png