furatto 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/furatto/version.rb +1 -1
- data/vendor/assets/javascripts/furatto.js +1817 -4
- data/vendor/assets/stylesheets/furatto/_base.scss +1 -1
- data/vendor/assets/stylesheets/furatto/_buttons.scss +3 -3
- data/vendor/assets/stylesheets/furatto/_forms.scss +3 -0
- data/vendor/assets/stylesheets/furatto/_grid.scss +13 -9
- data/vendor/assets/stylesheets/furatto/_mixins.scss +19 -0
- data/vendor/assets/stylesheets/furatto/_modal.scss +2 -1
- data/vendor/assets/stylesheets/furatto/_navigation_bar.scss +10 -0
- data/vendor/assets/stylesheets/furatto/_toolbars.scss +199 -199
- metadata +2 -3
- data/vendor/assets/stylesheets/furatto/_settings.scss +0 -0
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: 1.0.
|
4
|
+
version: 1.0.2
|
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: 2014-
|
11
|
+
date: 2014-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -97,7 +97,6 @@ files:
|
|
97
97
|
- vendor/assets/stylesheets/furatto/_pagination.scss
|
98
98
|
- vendor/assets/stylesheets/furatto/_responsive_utilities.scss
|
99
99
|
- vendor/assets/stylesheets/furatto/_selectors.scss
|
100
|
-
- vendor/assets/stylesheets/furatto/_settings.scss
|
101
100
|
- vendor/assets/stylesheets/furatto/_suraido.scss
|
102
101
|
- vendor/assets/stylesheets/furatto/_tables.scss
|
103
102
|
- vendor/assets/stylesheets/furatto/_tabs.scss
|
File without changes
|