furatto 0.0.2 → 0.0.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 +4 -4
- data/README.md +1 -3
- data/{vendor → app}/assets/fonts/fontawesome/FontAwesome.otf +0 -0
- data/{vendor → app}/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
- data/{vendor → app}/assets/fonts/fontawesome/fontawesome-webfont.svg +0 -0
- data/{vendor → app}/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
- data/{vendor → app}/assets/fonts/fontawesome/fontawesome-webfont.woff +0 -0
- data/{vendor → app}/assets/fonts/meteocons-webfont.eot +0 -0
- data/{vendor → app}/assets/fonts/meteocons-webfont.svg +0 -0
- data/{vendor → app}/assets/fonts/meteocons-webfont.ttf +0 -0
- data/{vendor → app}/assets/fonts/meteocons-webfont.woff +0 -0
- data/{vendor → app}/assets/javascripts/furatto.js +0 -0
- data/{vendor → app}/assets/javascripts/furatto.min.js +0 -0
- data/{vendor/assets/stylesheets/font-awesome.scss → app/assets/stylesheets/font-awesome.css.erb} +7 -7
- data/{vendor → app}/assets/stylesheets/furatto.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_alerts.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_base.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_buttons.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_code.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_dashboard.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_date_picker.date.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_date_picker.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_dropdown.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_fonts.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_footer.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_forms.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_grid.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_images.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_labels.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_mixins.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_modal.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_nav.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_navbar.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_panel.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_responsive_navbar.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_responsive_tables.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_responsive_utilities.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_responsiveslides.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_tables.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_toolbars.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_tooltips.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_typography.scss +0 -0
- data/{vendor → app}/assets/stylesheets/furatto/_variables.scss +0 -0
- data/{vendor → app}/assets/stylesheets/normalize.scss +0 -0
- data/lib/furatto/version.rb +1 -1
- metadata +45 -44
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f529d4f7a3c86b9b768e6dc4f4e04c0e0805268e
|
|
4
|
+
data.tar.gz: 33cbe6bdecbe55f0a26752b931b0dd517310f5ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14f4c35f2e3ba8e15ab47d7f0cf8634c1d6047d160664cc4921c3979ce4b7c1178a906dfab4d1510bf47b1a731c23582e6f9847af3f10d2d4e38f41472c52d29
|
|
7
|
+
data.tar.gz: 67afe4b58367bda4fa6291d5277a2121e59b8854dddec33b8c4f389545d75ab2de951d8e81cc11b75659517c4f4f4b7143f358bb9a9cc9384bcaa7f610b2ac34
|
data/README.md
CHANGED
|
@@ -53,9 +53,7 @@ Add to your `app/assets/stylesheets/application.css`
|
|
|
53
53
|
The configuration for Rails 4 is pretty similar, although the `compass-rails` gem is not fully support, you have to add it with a patch.
|
|
54
54
|
|
|
55
55
|
```ruby
|
|
56
|
-
|
|
57
|
-
gem "compass-rails", github: "milgner/compass-rails", ref: "1749c06f15dc4b058427e7969810457213647fb8"
|
|
58
|
-
end
|
|
56
|
+
gem 'compass-rails', '~> 2.0.alpha.0'
|
|
59
57
|
```
|
|
60
58
|
|
|
61
59
|
After including the compass-rails gem, you need to add the furatto gem to your application's Gemfile:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/{vendor/assets/stylesheets/font-awesome.scss → app/assets/stylesheets/font-awesome.css.erb}
RENAMED
|
@@ -1915,19 +1915,19 @@ a [class*=" icon-"] {
|
|
|
1915
1915
|
@include ie7icon('');
|
|
1916
1916
|
}
|
|
1917
1917
|
|
|
1918
|
+
/* FONT PATH
|
|
1919
|
+
* -------------------------- */
|
|
1918
1920
|
@font-face {
|
|
1919
1921
|
font-family: 'FontAwesome';
|
|
1920
|
-
src: url('
|
|
1921
|
-
src: url('
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
// src: url('#{$FontAwesomePath}/FontAwesome.otf') format('opentype'); // used when developing fonts
|
|
1922
|
+
src: url('<%= font_path('fontawesome/fontawesome-webfont.eot') %>');
|
|
1923
|
+
src: url('<%= font_path('fontawesome/fontawesome-webfont.eot') %>?#iefix') format('embedded-opentype'),
|
|
1924
|
+
url('<%= font_path('fontawesome/fontawesome-webfont.woff') %>') format('woff'),
|
|
1925
|
+
url('<%= font_path('fontawesome/fontawesome-webfont.ttf') %>') format('truetype'),
|
|
1926
|
+
url('<%= font_path('fontawesome/fontawesome-webfont.svg') %>#fontawesomeregular') format('svg');
|
|
1926
1927
|
font-weight: normal;
|
|
1927
1928
|
font-style: normal;
|
|
1928
1929
|
}
|
|
1929
1930
|
|
|
1930
|
-
|
|
1931
1931
|
[class^="icon-"],
|
|
1932
1932
|
[class*=" icon-"] {
|
|
1933
1933
|
display: inline;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/furatto/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: furatto
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Abraham Kuri Vargas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Integrates the Furatto CSS Framework to the Rails assets Pipeline
|
|
14
14
|
email:
|
|
@@ -22,52 +22,52 @@ files:
|
|
|
22
22
|
- LICENSE.txt
|
|
23
23
|
- README.md
|
|
24
24
|
- Rakefile
|
|
25
|
+
- app/assets/fonts/fontawesome/FontAwesome.otf
|
|
26
|
+
- app/assets/fonts/fontawesome/fontawesome-webfont.eot
|
|
27
|
+
- app/assets/fonts/fontawesome/fontawesome-webfont.svg
|
|
28
|
+
- app/assets/fonts/fontawesome/fontawesome-webfont.ttf
|
|
29
|
+
- app/assets/fonts/fontawesome/fontawesome-webfont.woff
|
|
30
|
+
- app/assets/fonts/meteocons-webfont.eot
|
|
31
|
+
- app/assets/fonts/meteocons-webfont.svg
|
|
32
|
+
- app/assets/fonts/meteocons-webfont.ttf
|
|
33
|
+
- app/assets/fonts/meteocons-webfont.woff
|
|
34
|
+
- app/assets/javascripts/furatto.js
|
|
35
|
+
- app/assets/javascripts/furatto.min.js
|
|
36
|
+
- app/assets/stylesheets/font-awesome.css.erb
|
|
37
|
+
- app/assets/stylesheets/furatto.scss
|
|
38
|
+
- app/assets/stylesheets/furatto/_alerts.scss
|
|
39
|
+
- app/assets/stylesheets/furatto/_base.scss
|
|
40
|
+
- app/assets/stylesheets/furatto/_buttons.scss
|
|
41
|
+
- app/assets/stylesheets/furatto/_code.scss
|
|
42
|
+
- app/assets/stylesheets/furatto/_dashboard.scss
|
|
43
|
+
- app/assets/stylesheets/furatto/_date_picker.date.scss
|
|
44
|
+
- app/assets/stylesheets/furatto/_date_picker.scss
|
|
45
|
+
- app/assets/stylesheets/furatto/_dropdown.scss
|
|
46
|
+
- app/assets/stylesheets/furatto/_fonts.scss
|
|
47
|
+
- app/assets/stylesheets/furatto/_footer.scss
|
|
48
|
+
- app/assets/stylesheets/furatto/_forms.scss
|
|
49
|
+
- app/assets/stylesheets/furatto/_grid.scss
|
|
50
|
+
- app/assets/stylesheets/furatto/_images.scss
|
|
51
|
+
- app/assets/stylesheets/furatto/_labels.scss
|
|
52
|
+
- app/assets/stylesheets/furatto/_mixins.scss
|
|
53
|
+
- app/assets/stylesheets/furatto/_modal.scss
|
|
54
|
+
- app/assets/stylesheets/furatto/_nav.scss
|
|
55
|
+
- app/assets/stylesheets/furatto/_navbar.scss
|
|
56
|
+
- app/assets/stylesheets/furatto/_panel.scss
|
|
57
|
+
- app/assets/stylesheets/furatto/_responsive_navbar.scss
|
|
58
|
+
- app/assets/stylesheets/furatto/_responsive_tables.scss
|
|
59
|
+
- app/assets/stylesheets/furatto/_responsive_utilities.scss
|
|
60
|
+
- app/assets/stylesheets/furatto/_responsiveslides.scss
|
|
61
|
+
- app/assets/stylesheets/furatto/_tables.scss
|
|
62
|
+
- app/assets/stylesheets/furatto/_toolbars.scss
|
|
63
|
+
- app/assets/stylesheets/furatto/_tooltips.scss
|
|
64
|
+
- app/assets/stylesheets/furatto/_typography.scss
|
|
65
|
+
- app/assets/stylesheets/furatto/_variables.scss
|
|
66
|
+
- app/assets/stylesheets/normalize.scss
|
|
25
67
|
- furatto.gemspec
|
|
26
68
|
- lib/furatto.rb
|
|
27
69
|
- lib/furatto/engine.rb
|
|
28
70
|
- lib/furatto/version.rb
|
|
29
|
-
- vendor/assets/fonts/fontawesome/FontAwesome.otf
|
|
30
|
-
- vendor/assets/fonts/fontawesome/fontawesome-webfont.eot
|
|
31
|
-
- vendor/assets/fonts/fontawesome/fontawesome-webfont.svg
|
|
32
|
-
- vendor/assets/fonts/fontawesome/fontawesome-webfont.ttf
|
|
33
|
-
- vendor/assets/fonts/fontawesome/fontawesome-webfont.woff
|
|
34
|
-
- vendor/assets/fonts/meteocons-webfont.eot
|
|
35
|
-
- vendor/assets/fonts/meteocons-webfont.svg
|
|
36
|
-
- vendor/assets/fonts/meteocons-webfont.ttf
|
|
37
|
-
- vendor/assets/fonts/meteocons-webfont.woff
|
|
38
|
-
- vendor/assets/javascripts/furatto.js
|
|
39
|
-
- vendor/assets/javascripts/furatto.min.js
|
|
40
|
-
- vendor/assets/stylesheets/font-awesome.scss
|
|
41
|
-
- vendor/assets/stylesheets/furatto.scss
|
|
42
|
-
- vendor/assets/stylesheets/furatto/_alerts.scss
|
|
43
|
-
- vendor/assets/stylesheets/furatto/_base.scss
|
|
44
|
-
- vendor/assets/stylesheets/furatto/_buttons.scss
|
|
45
|
-
- vendor/assets/stylesheets/furatto/_code.scss
|
|
46
|
-
- vendor/assets/stylesheets/furatto/_dashboard.scss
|
|
47
|
-
- vendor/assets/stylesheets/furatto/_date_picker.date.scss
|
|
48
|
-
- vendor/assets/stylesheets/furatto/_date_picker.scss
|
|
49
|
-
- vendor/assets/stylesheets/furatto/_dropdown.scss
|
|
50
|
-
- vendor/assets/stylesheets/furatto/_fonts.scss
|
|
51
|
-
- vendor/assets/stylesheets/furatto/_footer.scss
|
|
52
|
-
- vendor/assets/stylesheets/furatto/_forms.scss
|
|
53
|
-
- vendor/assets/stylesheets/furatto/_grid.scss
|
|
54
|
-
- vendor/assets/stylesheets/furatto/_images.scss
|
|
55
|
-
- vendor/assets/stylesheets/furatto/_labels.scss
|
|
56
|
-
- vendor/assets/stylesheets/furatto/_mixins.scss
|
|
57
|
-
- vendor/assets/stylesheets/furatto/_modal.scss
|
|
58
|
-
- vendor/assets/stylesheets/furatto/_nav.scss
|
|
59
|
-
- vendor/assets/stylesheets/furatto/_navbar.scss
|
|
60
|
-
- vendor/assets/stylesheets/furatto/_panel.scss
|
|
61
|
-
- vendor/assets/stylesheets/furatto/_responsive_navbar.scss
|
|
62
|
-
- vendor/assets/stylesheets/furatto/_responsive_tables.scss
|
|
63
|
-
- vendor/assets/stylesheets/furatto/_responsive_utilities.scss
|
|
64
|
-
- vendor/assets/stylesheets/furatto/_responsiveslides.scss
|
|
65
|
-
- vendor/assets/stylesheets/furatto/_tables.scss
|
|
66
|
-
- vendor/assets/stylesheets/furatto/_toolbars.scss
|
|
67
|
-
- vendor/assets/stylesheets/furatto/_tooltips.scss
|
|
68
|
-
- vendor/assets/stylesheets/furatto/_typography.scss
|
|
69
|
-
- vendor/assets/stylesheets/furatto/_variables.scss
|
|
70
|
-
- vendor/assets/stylesheets/normalize.scss
|
|
71
71
|
homepage: https://github.com/IcaliaLabs/furatto-rails
|
|
72
72
|
licenses:
|
|
73
73
|
- GPL
|
|
@@ -93,3 +93,4 @@ signing_key:
|
|
|
93
93
|
specification_version: 4
|
|
94
94
|
summary: Furatto CSS Framework for Rails 3.1 Asset Pipeline
|
|
95
95
|
test_files: []
|
|
96
|
+
has_rdoc:
|