meurio_ui 1.2.2 → 1.3.0

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.
data/.gitignore CHANGED
@@ -17,3 +17,4 @@ test/version_tmp
17
17
  tmp
18
18
  *.swp
19
19
  *.swo
20
+ .DS_Store
data/README.md CHANGED
@@ -16,6 +16,14 @@ Now you can include Meu Rio UI to your SASS/SCSS file:
16
16
 
17
17
  @import meurio_ui
18
18
 
19
+ Also you will want to include Meu Rio UI to your Javascript manifesto:
20
+
21
+ //= require meurio_ui
22
+
23
+ Meu Rio UI uses remote assets that you can include using (in the application.html.erb file):
24
+
25
+ = meurio_ui_assets
26
+
19
27
  ## Usage
20
28
 
21
29
  All the Meu Rio UI features can be found in the [Meu Rio UI Demo](http://meurio-ui.herokuapp.com/)
Binary file
@@ -1,3 +1,16 @@
1
- @import meurio_ui/icomoon
2
1
  @import meurio_ui/colors
3
2
  @import meurio_ui/meurio_header
3
+
4
+ [class^="icon-"], [class*=" icon-"]
5
+ font-family: inherit
6
+ &:before
7
+ font-family: 'icomoon'
8
+ speak: none
9
+ font-style: normal
10
+ font-weight: normal
11
+ font-variant: normal
12
+ text-transform: none
13
+ line-height: 1
14
+ /* Better Font Rendering =========== */
15
+ -webkit-font-smoothing: antialiased
16
+ -moz-osx-font-smoothing: grayscale
@@ -1,5 +1,5 @@
1
1
  module MeurioUi
2
2
  module Rails
3
- VERSION = "1.2.2"
3
+ VERSION = "1.3.0"
4
4
  end
5
5
  end
@@ -15,5 +15,9 @@ module MeurioUi
15
15
  return "De Olho" if app == :deolho
16
16
  return "De Guarda" if app == :deguarda
17
17
  end
18
+
19
+ def meurio_ui_assets
20
+ content_tag :link, nil, rel: "stylesheet", href: "http://i.icomoon.io/public/b6dafa29d0/MeuRio/style.css"
21
+ end
18
22
  end
19
23
  end
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.2.2
4
+ version: 1.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-22 00:00:00.000000000 Z
12
+ date: 2013-11-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -56,22 +56,16 @@ files:
56
56
  - LICENSE.txt
57
57
  - README.md
58
58
  - Rakefile
59
- - app/assets/fonts/meurio_ui/icomoon.dev.svg
60
- - app/assets/fonts/meurio_ui/icomoon.eot
61
- - app/assets/fonts/meurio_ui/icomoon.json
62
- - app/assets/fonts/meurio_ui/icomoon.svg
63
- - app/assets/fonts/meurio_ui/icomoon.ttf
64
- - app/assets/fonts/meurio_ui/icomoon.woff
65
59
  - app/assets/images/apoie.png
66
60
  - app/assets/images/deguarda.png
67
61
  - app/assets/images/deolho.png
68
62
  - app/assets/images/imagine.png
63
+ - app/assets/images/meurio.png
69
64
  - app/assets/images/mr20.png
70
65
  - app/assets/images/pdp.png
71
66
  - app/assets/javascripts/meurio_ui.js
72
67
  - app/assets/stylesheets/meurio_ui.css.sass
73
68
  - app/assets/stylesheets/meurio_ui/colors.css.sass
74
- - app/assets/stylesheets/meurio_ui/icomoon.css.scss
75
69
  - app/assets/stylesheets/meurio_ui/meurio_header.css.sass
76
70
  - app/views/meurio_ui/meurio_header.html.slim
77
71
  - lib/meurio_ui.rb