furatto 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. data/.gitignore +18 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +29 -0
  5. data/Rakefile +1 -0
  6. data/furatto.gemspec +21 -0
  7. data/lib/furatto.rb +16 -0
  8. data/lib/furatto/engine.rb +6 -0
  9. data/lib/furatto/version.rb +3 -0
  10. data/vendor/assets/fonts/fontawesome/FontAwesome.otf +0 -0
  11. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
  12. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.svg +399 -0
  13. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
  14. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.woff +0 -0
  15. data/vendor/assets/fonts/meteocons-webfont.eot +0 -0
  16. data/vendor/assets/fonts/meteocons-webfont.svg +81 -0
  17. data/vendor/assets/fonts/meteocons-webfont.ttf +0 -0
  18. data/vendor/assets/fonts/meteocons-webfont.woff +0 -0
  19. data/vendor/assets/images/icheck/aero.png +0 -0
  20. data/vendor/assets/images/icheck/aero@2x.png +0 -0
  21. data/vendor/assets/images/icheck/blue.png +0 -0
  22. data/vendor/assets/images/icheck/blue@2x.png +0 -0
  23. data/vendor/assets/images/icheck/flat.png +0 -0
  24. data/vendor/assets/images/icheck/flat@2x.png +0 -0
  25. data/vendor/assets/images/icheck/green.png +0 -0
  26. data/vendor/assets/images/icheck/green@2x.png +0 -0
  27. data/vendor/assets/images/icheck/grey.png +0 -0
  28. data/vendor/assets/images/icheck/grey@2x.png +0 -0
  29. data/vendor/assets/images/icheck/orange.png +0 -0
  30. data/vendor/assets/images/icheck/orange@2x.png +0 -0
  31. data/vendor/assets/images/icheck/pink.png +0 -0
  32. data/vendor/assets/images/icheck/pink@2x.png +0 -0
  33. data/vendor/assets/images/icheck/purple.png +0 -0
  34. data/vendor/assets/images/icheck/purple@2x.png +0 -0
  35. data/vendor/assets/images/icheck/red.png +0 -0
  36. data/vendor/assets/images/icheck/red@2x.png +0 -0
  37. data/vendor/assets/images/icheck/yellow.png +0 -0
  38. data/vendor/assets/images/icheck/yellow@2x.png +0 -0
  39. data/vendor/assets/images/icons/customize-icon150.png +0 -0
  40. data/vendor/assets/images/icons/flexible-icon.png +0 -0
  41. data/vendor/assets/images/icons/github-128-black.png +0 -0
  42. data/vendor/assets/images/icons/iphone-icon150.png +0 -0
  43. data/vendor/assets/images/icons/lock-icon128.png +0 -0
  44. data/vendor/assets/images/icons/rocket-icon128.png +0 -0
  45. data/vendor/assets/images/icons/rocket-icon150.png +0 -0
  46. data/vendor/assets/images/icons/screen-icon.png +0 -0
  47. data/vendor/assets/images/icons/screens-icon.png +0 -0
  48. data/vendor/assets/images/icons/screens2-icon.png +0 -0
  49. data/vendor/assets/images/next.png +0 -0
  50. data/vendor/assets/images/previous.png +0 -0
  51. data/vendor/assets/images/themes.gif +0 -0
  52. data/vendor/assets/images/toggle.png +0 -0
  53. data/vendor/assets/javascripts/dropdown.js +169 -0
  54. data/vendor/assets/javascripts/furatto.js +15 -0
  55. data/vendor/assets/javascripts/jpanel.js +547 -0
  56. data/vendor/assets/javascripts/jquery.avgrund.js +127 -0
  57. data/vendor/assets/javascripts/jquery.dropkick-1.0.0.js +400 -0
  58. data/vendor/assets/javascripts/jquery.icheck.js +462 -0
  59. data/vendor/assets/javascripts/jquery.tagsinput.js +354 -0
  60. data/vendor/assets/javascripts/jquery.toolbar.js +242 -0
  61. data/vendor/assets/javascripts/legacy.js +140 -0
  62. data/vendor/assets/javascripts/picker.date.js +957 -0
  63. data/vendor/assets/javascripts/picker.js +785 -0
  64. data/vendor/assets/javascripts/picker.time.js +651 -0
  65. data/vendor/assets/javascripts/rainbow-custom.min.js +13 -0
  66. data/vendor/assets/javascripts/responsive-tables.js +67 -0
  67. data/vendor/assets/javascripts/responsiveslides.js +391 -0
  68. data/vendor/assets/javascripts/tooltip.js +353 -0
  69. data/vendor/assets/stylesheets/furatto.scss +101 -0
  70. data/vendor/assets/stylesheets/furatto/_alerts.scss +81 -0
  71. data/vendor/assets/stylesheets/furatto/_base.scss +187 -0
  72. data/vendor/assets/stylesheets/furatto/_buttons.scss +100 -0
  73. data/vendor/assets/stylesheets/furatto/_code.scss +66 -0
  74. data/vendor/assets/stylesheets/furatto/_date_picker.date.scss +266 -0
  75. data/vendor/assets/stylesheets/furatto/_date_picker.scss +158 -0
  76. data/vendor/assets/stylesheets/furatto/_date_picker.time.scss +122 -0
  77. data/vendor/assets/stylesheets/furatto/_dropdown.scss +261 -0
  78. data/vendor/assets/stylesheets/furatto/_font-awesome-ie7.scss +1953 -0
  79. data/vendor/assets/stylesheets/furatto/_fonts.scss +614 -0
  80. data/vendor/assets/stylesheets/furatto/_footer.scss +44 -0
  81. data/vendor/assets/stylesheets/furatto/_forms.scss +290 -0
  82. data/vendor/assets/stylesheets/furatto/_grid.scss +56 -0
  83. data/vendor/assets/stylesheets/furatto/_images.scss +44 -0
  84. data/vendor/assets/stylesheets/furatto/_labels.scss +43 -0
  85. data/vendor/assets/stylesheets/furatto/_layout.scss +0 -0
  86. data/vendor/assets/stylesheets/furatto/_left_navbar.scss +100 -0
  87. data/vendor/assets/stylesheets/furatto/_mixins.scss +283 -0
  88. data/vendor/assets/stylesheets/furatto/_modal.scss +103 -0
  89. data/vendor/assets/stylesheets/furatto/_nav.scss +106 -0
  90. data/vendor/assets/stylesheets/furatto/_navbar.scss +187 -0
  91. data/vendor/assets/stylesheets/furatto/_pagination.scss +158 -0
  92. data/vendor/assets/stylesheets/furatto/_responsive-1200px-min.scss +21 -0
  93. data/vendor/assets/stylesheets/furatto/_responsive-767px-max.scss +82 -0
  94. data/vendor/assets/stylesheets/furatto/_responsive-768px-979px.scss +23 -0
  95. data/vendor/assets/stylesheets/furatto/_responsive_navbar.scss +184 -0
  96. data/vendor/assets/stylesheets/furatto/_responsive_tables.scss +28 -0
  97. data/vendor/assets/stylesheets/furatto/_responsiveslides.scss +202 -0
  98. data/vendor/assets/stylesheets/furatto/_select.scss +191 -0
  99. data/vendor/assets/stylesheets/furatto/_tables.scss +90 -0
  100. data/vendor/assets/stylesheets/furatto/_tags.scss +107 -0
  101. data/vendor/assets/stylesheets/furatto/_toolbars.scss +116 -0
  102. data/vendor/assets/stylesheets/furatto/_tooltips.scss +143 -0
  103. data/vendor/assets/stylesheets/furatto/_typography.scss +266 -0
  104. data/vendor/assets/stylesheets/furatto/_variables.scss +628 -0
  105. data/vendor/assets/stylesheets/furatto/_vrt_navbar.scss +61 -0
  106. data/vendor/assets/stylesheets/furatto/icheck/_aero.scss +64 -0
  107. data/vendor/assets/stylesheets/furatto/icheck/_all.scss +20 -0
  108. data/vendor/assets/stylesheets/furatto/icheck/_blue.scss +64 -0
  109. data/vendor/assets/stylesheets/furatto/icheck/_flat.scss +64 -0
  110. data/vendor/assets/stylesheets/furatto/icheck/_green.scss +64 -0
  111. data/vendor/assets/stylesheets/furatto/icheck/_grey.scss +64 -0
  112. data/vendor/assets/stylesheets/furatto/icheck/_orange.scss +64 -0
  113. data/vendor/assets/stylesheets/furatto/icheck/_pink.scss +64 -0
  114. data/vendor/assets/stylesheets/furatto/icheck/_purple.scss +64 -0
  115. data/vendor/assets/stylesheets/furatto/icheck/_red.scss +64 -0
  116. data/vendor/assets/stylesheets/furatto/icheck/_yellow.scss +64 -0
  117. data/vendor/assets/stylesheets/normalize.scss +403 -0
  118. metadata +162 -0
metadata ADDED
@@ -0,0 +1,162 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: furatto
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Abraham Kuri Vargas
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-07-16 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Integrates the Furatto CSS Framework to the Rails assets Pipeline
15
+ email:
16
+ - kurenn@icalialabs.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - .gitignore
22
+ - Gemfile
23
+ - LICENSE.txt
24
+ - README.md
25
+ - Rakefile
26
+ - furatto.gemspec
27
+ - lib/furatto.rb
28
+ - lib/furatto/engine.rb
29
+ - lib/furatto/version.rb
30
+ - vendor/assets/fonts/fontawesome/FontAwesome.otf
31
+ - vendor/assets/fonts/fontawesome/fontawesome-webfont.eot
32
+ - vendor/assets/fonts/fontawesome/fontawesome-webfont.svg
33
+ - vendor/assets/fonts/fontawesome/fontawesome-webfont.ttf
34
+ - vendor/assets/fonts/fontawesome/fontawesome-webfont.woff
35
+ - vendor/assets/fonts/meteocons-webfont.eot
36
+ - vendor/assets/fonts/meteocons-webfont.svg
37
+ - vendor/assets/fonts/meteocons-webfont.ttf
38
+ - vendor/assets/fonts/meteocons-webfont.woff
39
+ - vendor/assets/images/icheck/aero.png
40
+ - vendor/assets/images/icheck/aero@2x.png
41
+ - vendor/assets/images/icheck/blue.png
42
+ - vendor/assets/images/icheck/blue@2x.png
43
+ - vendor/assets/images/icheck/flat.png
44
+ - vendor/assets/images/icheck/flat@2x.png
45
+ - vendor/assets/images/icheck/green.png
46
+ - vendor/assets/images/icheck/green@2x.png
47
+ - vendor/assets/images/icheck/grey.png
48
+ - vendor/assets/images/icheck/grey@2x.png
49
+ - vendor/assets/images/icheck/orange.png
50
+ - vendor/assets/images/icheck/orange@2x.png
51
+ - vendor/assets/images/icheck/pink.png
52
+ - vendor/assets/images/icheck/pink@2x.png
53
+ - vendor/assets/images/icheck/purple.png
54
+ - vendor/assets/images/icheck/purple@2x.png
55
+ - vendor/assets/images/icheck/red.png
56
+ - vendor/assets/images/icheck/red@2x.png
57
+ - vendor/assets/images/icheck/yellow.png
58
+ - vendor/assets/images/icheck/yellow@2x.png
59
+ - vendor/assets/images/icons/customize-icon150.png
60
+ - vendor/assets/images/icons/flexible-icon.png
61
+ - vendor/assets/images/icons/github-128-black.png
62
+ - vendor/assets/images/icons/iphone-icon150.png
63
+ - vendor/assets/images/icons/lock-icon128.png
64
+ - vendor/assets/images/icons/rocket-icon128.png
65
+ - vendor/assets/images/icons/rocket-icon150.png
66
+ - vendor/assets/images/icons/screen-icon.png
67
+ - vendor/assets/images/icons/screens-icon.png
68
+ - vendor/assets/images/icons/screens2-icon.png
69
+ - vendor/assets/images/next.png
70
+ - vendor/assets/images/previous.png
71
+ - vendor/assets/images/themes.gif
72
+ - vendor/assets/images/toggle.png
73
+ - vendor/assets/javascripts/dropdown.js
74
+ - vendor/assets/javascripts/furatto.js
75
+ - vendor/assets/javascripts/jpanel.js
76
+ - vendor/assets/javascripts/jquery.avgrund.js
77
+ - vendor/assets/javascripts/jquery.dropkick-1.0.0.js
78
+ - vendor/assets/javascripts/jquery.icheck.js
79
+ - vendor/assets/javascripts/jquery.tagsinput.js
80
+ - vendor/assets/javascripts/jquery.toolbar.js
81
+ - vendor/assets/javascripts/legacy.js
82
+ - vendor/assets/javascripts/picker.date.js
83
+ - vendor/assets/javascripts/picker.js
84
+ - vendor/assets/javascripts/picker.time.js
85
+ - vendor/assets/javascripts/rainbow-custom.min.js
86
+ - vendor/assets/javascripts/responsive-tables.js
87
+ - vendor/assets/javascripts/responsiveslides.js
88
+ - vendor/assets/javascripts/tooltip.js
89
+ - vendor/assets/stylesheets/furatto.scss
90
+ - vendor/assets/stylesheets/furatto/_alerts.scss
91
+ - vendor/assets/stylesheets/furatto/_base.scss
92
+ - vendor/assets/stylesheets/furatto/_buttons.scss
93
+ - vendor/assets/stylesheets/furatto/_code.scss
94
+ - vendor/assets/stylesheets/furatto/_date_picker.date.scss
95
+ - vendor/assets/stylesheets/furatto/_date_picker.scss
96
+ - vendor/assets/stylesheets/furatto/_date_picker.time.scss
97
+ - vendor/assets/stylesheets/furatto/_dropdown.scss
98
+ - vendor/assets/stylesheets/furatto/_font-awesome-ie7.scss
99
+ - vendor/assets/stylesheets/furatto/_fonts.scss
100
+ - vendor/assets/stylesheets/furatto/_footer.scss
101
+ - vendor/assets/stylesheets/furatto/_forms.scss
102
+ - vendor/assets/stylesheets/furatto/_grid.scss
103
+ - vendor/assets/stylesheets/furatto/_images.scss
104
+ - vendor/assets/stylesheets/furatto/_labels.scss
105
+ - vendor/assets/stylesheets/furatto/_layout.scss
106
+ - vendor/assets/stylesheets/furatto/_left_navbar.scss
107
+ - vendor/assets/stylesheets/furatto/_mixins.scss
108
+ - vendor/assets/stylesheets/furatto/_modal.scss
109
+ - vendor/assets/stylesheets/furatto/_nav.scss
110
+ - vendor/assets/stylesheets/furatto/_navbar.scss
111
+ - vendor/assets/stylesheets/furatto/_pagination.scss
112
+ - vendor/assets/stylesheets/furatto/_responsive-1200px-min.scss
113
+ - vendor/assets/stylesheets/furatto/_responsive-767px-max.scss
114
+ - vendor/assets/stylesheets/furatto/_responsive-768px-979px.scss
115
+ - vendor/assets/stylesheets/furatto/_responsive_navbar.scss
116
+ - vendor/assets/stylesheets/furatto/_responsive_tables.scss
117
+ - vendor/assets/stylesheets/furatto/_responsiveslides.scss
118
+ - vendor/assets/stylesheets/furatto/_select.scss
119
+ - vendor/assets/stylesheets/furatto/_tables.scss
120
+ - vendor/assets/stylesheets/furatto/_tags.scss
121
+ - vendor/assets/stylesheets/furatto/_toolbars.scss
122
+ - vendor/assets/stylesheets/furatto/_tooltips.scss
123
+ - vendor/assets/stylesheets/furatto/_typography.scss
124
+ - vendor/assets/stylesheets/furatto/_variables.scss
125
+ - vendor/assets/stylesheets/furatto/_vrt_navbar.scss
126
+ - vendor/assets/stylesheets/furatto/icheck/_aero.scss
127
+ - vendor/assets/stylesheets/furatto/icheck/_all.scss
128
+ - vendor/assets/stylesheets/furatto/icheck/_blue.scss
129
+ - vendor/assets/stylesheets/furatto/icheck/_flat.scss
130
+ - vendor/assets/stylesheets/furatto/icheck/_green.scss
131
+ - vendor/assets/stylesheets/furatto/icheck/_grey.scss
132
+ - vendor/assets/stylesheets/furatto/icheck/_orange.scss
133
+ - vendor/assets/stylesheets/furatto/icheck/_pink.scss
134
+ - vendor/assets/stylesheets/furatto/icheck/_purple.scss
135
+ - vendor/assets/stylesheets/furatto/icheck/_red.scss
136
+ - vendor/assets/stylesheets/furatto/icheck/_yellow.scss
137
+ - vendor/assets/stylesheets/normalize.scss
138
+ homepage: https://github.com/IcaliaLabs/furatto-rails
139
+ licenses: []
140
+ post_install_message:
141
+ rdoc_options: []
142
+ require_paths:
143
+ - lib
144
+ required_ruby_version: !ruby/object:Gem::Requirement
145
+ none: false
146
+ requirements:
147
+ - - ! '>='
148
+ - !ruby/object:Gem::Version
149
+ version: '0'
150
+ required_rubygems_version: !ruby/object:Gem::Requirement
151
+ none: false
152
+ requirements:
153
+ - - ! '>='
154
+ - !ruby/object:Gem::Version
155
+ version: '0'
156
+ requirements: []
157
+ rubyforge_project: furatto-rails
158
+ rubygems_version: 1.8.25
159
+ signing_key:
160
+ specification_version: 3
161
+ summary: Furatto CSS Framework for Rails 3.1 Asset Pipeline
162
+ test_files: []