meurio_ui 1.4.2 → 1.4.3

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: 104778f9743cccf2bed9940358cea7fc81b2217a
4
- data.tar.gz: 30113deb25bbfc05223544e106f2e41d6cf6c7ac
3
+ metadata.gz: a856c01ec318bea68ecb2892cbff87d65bc996b6
4
+ data.tar.gz: e95caec389fbc87d6633cb26215b4054a139686f
5
5
  SHA512:
6
- metadata.gz: 85bdac1b261bdef52cb21b2cbf786664a75f8c78a7a378adda7a2b8c5d4a93d3f49695dcefd38a4466833bc1f00bbd1e6685988ba522260da88f0b51b6d1fea5
7
- data.tar.gz: e812ca16c25c3c3283a2ba81a937cf95d41c108aff95869ad27012f5b508551cb2ba1e3e5d6bcd630f9b473f1df7c3fd1b1bed7dc1aa78de263c77277e452a56
6
+ metadata.gz: 67be032c2dba5c36401d4227d6d8890d6ec878aff7eea0505f607e3c5df3d127730159bd884ed0d4fa787d83ac862ed3971ca8629e7628199bd1d486f2e50e5d
7
+ data.tar.gz: 905d530081778622667644e69c647ffdd500a242bf2eadeb32cb7c6525ff9fb89f42479e8530fc122ea06ff275c00e58c7f01964fbf07aaa507ed2c266106bfe
@@ -43,6 +43,9 @@
43
43
  = link_to("http://verao.#{ENV["MEURIO_DOMAIN"]}/", class: :meurio_app) do
44
44
  = image_tag('mrui_vds.png')
45
45
  span= application_name(:vds)
46
+ = link_to("http://multitude.#{ENV["MEURIO_DOMAIN"]}/", class: :meurio_app) do
47
+ = image_tag('mrui_multitude.png')
48
+ span= application_name(:multitude)
46
49
  = link_to("http://imagine.#{ENV["MEURIO_DOMAIN"]}/", class: :meurio_app) do
47
50
  = image_tag('mrui_imagine.png')
48
51
  span= application_name(:imagine)
@@ -1,5 +1,5 @@
1
1
  module MeurioUi
2
2
  module Rails
3
- VERSION = "1.4.2"
3
+ VERSION = "1.4.3"
4
4
  end
5
5
  end
data/meurio_ui.gemspec CHANGED
@@ -6,7 +6,7 @@ require 'meurio_ui/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "meurio_ui"
8
8
  spec.version = MeurioUi::Rails::VERSION
9
- spec.authors = ["Nícolas Iensen"]
9
+ spec.authors = ['Nícolas Iensen', 'Josias Schneider']
10
10
  spec.email = ["nicolas@iensen.me"]
11
11
  spec.description = %q{Meu Rio UI is a Rails engine that provides user interface components like buttons, fields, icons, fonts, and more patterns for Meu Rio organization}
12
12
  spec.summary = %q{Default UI elements for Meu Rio projects}
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meurio_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nícolas Iensen
8
+ - Josias Schneider
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-04-04 00:00:00.000000000 Z
12
+ date: 2014-04-17 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: bundler