gumby2-rails 0.0.1

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.
Files changed (72) hide show
  1. data/.gitignore +17 -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/gumby2-rails.gemspec +19 -0
  7. data/lib/gumby2-rails/version.rb +5 -0
  8. data/lib/gumby2-rails.rb +9 -0
  9. data/vendor/assets/.DS_Store +0 -0
  10. data/vendor/assets/fonts/icons/entypo.eot +0 -0
  11. data/vendor/assets/fonts/icons/entypo.ttf +0 -0
  12. data/vendor/assets/fonts/icons/entypo.woff +0 -0
  13. data/vendor/assets/js/libs/gumby.init.js +27 -0
  14. data/vendor/assets/js/libs/gumby.js +150 -0
  15. data/vendor/assets/js/libs/gumby.min.js +1 -0
  16. data/vendor/assets/js/libs/jquery-1.10.1.min.js +6 -0
  17. data/vendor/assets/js/libs/jquery-2.0.2.min.js +6 -0
  18. data/vendor/assets/js/libs/jquery.mobile.custom.min.js +3 -0
  19. data/vendor/assets/js/libs/modernizr-2.6.2.min.js +4 -0
  20. data/vendor/assets/js/libs/ui/gumby.checkbox.js +90 -0
  21. data/vendor/assets/js/libs/ui/gumby.fittext.js +107 -0
  22. data/vendor/assets/js/libs/ui/gumby.fixed.js +206 -0
  23. data/vendor/assets/js/libs/ui/gumby.navbar.js +115 -0
  24. data/vendor/assets/js/libs/ui/gumby.radiobtn.js +79 -0
  25. data/vendor/assets/js/libs/ui/gumby.retina.js +74 -0
  26. data/vendor/assets/js/libs/ui/gumby.skiplink.js +145 -0
  27. data/vendor/assets/js/libs/ui/gumby.tabs.js +71 -0
  28. data/vendor/assets/js/libs/ui/gumby.toggleswitch.js +203 -0
  29. data/vendor/assets/js/libs/ui/jquery.validation.js +138 -0
  30. data/vendor/assets/js/main.js +25 -0
  31. data/vendor/assets/js/plugins.js +8 -0
  32. data/vendor/assets/stylesheets/.DS_Store +0 -0
  33. data/vendor/assets/stylesheets/gumby.css +1876 -0
  34. data/vendor/assets/stylesheets/sass/_base.scss +71 -0
  35. data/vendor/assets/stylesheets/sass/_custom.scss +1 -0
  36. data/vendor/assets/stylesheets/sass/_fonts.scss +28 -0
  37. data/vendor/assets/stylesheets/sass/_grid.scss +273 -0
  38. data/vendor/assets/stylesheets/sass/_typography.scss +274 -0
  39. data/vendor/assets/stylesheets/sass/extensions/modular-scale/lib/modular-scale.rb +129 -0
  40. data/vendor/assets/stylesheets/sass/extensions/modular-scale/stylesheets/_modular-scale.scss +310 -0
  41. data/vendor/assets/stylesheets/sass/extensions/sassy-math/lib/sassy-math.rb +159 -0
  42. data/vendor/assets/stylesheets/sass/extensions/sassy-math/stylesheets/_math.scss +310 -0
  43. data/vendor/assets/stylesheets/sass/functions/_all.scss +15 -0
  44. data/vendor/assets/stylesheets/sass/functions/_breakpoints.scss +11 -0
  45. data/vendor/assets/stylesheets/sass/functions/_buttons.scss +44 -0
  46. data/vendor/assets/stylesheets/sass/functions/_clearfix.scss +25 -0
  47. data/vendor/assets/stylesheets/sass/functions/_forms.scss +18 -0
  48. data/vendor/assets/stylesheets/sass/functions/_grid-calc.scss +59 -0
  49. data/vendor/assets/stylesheets/sass/functions/_height-calc.scss +6 -0
  50. data/vendor/assets/stylesheets/sass/functions/_line-and-height.scss +7 -0
  51. data/vendor/assets/stylesheets/sass/functions/_responsivity.scss +34 -0
  52. data/vendor/assets/stylesheets/sass/functions/_semantic-grid.scss +187 -0
  53. data/vendor/assets/stylesheets/sass/functions/_strip-units.scss +5 -0
  54. data/vendor/assets/stylesheets/sass/functions/_typography.scss +15 -0
  55. data/vendor/assets/stylesheets/sass/functions/_visibility.scss +17 -0
  56. data/vendor/assets/stylesheets/sass/gumby.scss +37 -0
  57. data/vendor/assets/stylesheets/sass/ui/_all.scss +10 -0
  58. data/vendor/assets/stylesheets/sass/ui/_buttons.scss +151 -0
  59. data/vendor/assets/stylesheets/sass/ui/_forms.scss +379 -0
  60. data/vendor/assets/stylesheets/sass/ui/_icons.scss +37 -0
  61. data/vendor/assets/stylesheets/sass/ui/_images.scss +21 -0
  62. data/vendor/assets/stylesheets/sass/ui/_labels.scss +86 -0
  63. data/vendor/assets/stylesheets/sass/ui/_navbar.scss +417 -0
  64. data/vendor/assets/stylesheets/sass/ui/_tables.scss +87 -0
  65. data/vendor/assets/stylesheets/sass/ui/_tabs.scss +109 -0
  66. data/vendor/assets/stylesheets/sass/ui/_toggles.scss +69 -0
  67. data/vendor/assets/stylesheets/sass/ui/_video.scss +22 -0
  68. data/vendor/assets/stylesheets/sass/var/_lists.scss +20 -0
  69. data/vendor/assets/stylesheets/sass/var/_settings.scss +149 -0
  70. data/vendor/assets/stylesheets/sass/var/icons/_entypo-icon-list.scss +286 -0
  71. data/vendor/assets/stylesheets/sass/var/icons/_entypo.scss +294 -0
  72. metadata +116 -0
@@ -0,0 +1,294 @@
1
+ // Entypo Icon Charset
2
+
3
+ $entypo-icon-note: \266a; // \266a
4
+ $entypo-icon-note-beamed: \266b; // \266b
5
+ $entypo-icon-music: 🎵; // \1f3b5
6
+ $entypo-icon-search: 🔍; // \1f50d
7
+ $entypo-icon-flashlight: 🔦; // \1f526
8
+ $entypo-icon-mail: \2709; // \2709
9
+ $entypo-icon-heart: \2665; // \2665
10
+ $entypo-icon-heart-empty: \2661; // \2661
11
+ $entypo-icon-star: \2605; // \2605
12
+ $entypo-icon-star-empty: \2606; // \2606
13
+ $entypo-icon-user: 👤; // \1f464
14
+ $entypo-icon-users: 👥; // \1f465
15
+ $entypo-icon-user-add: \e700; // \e700
16
+ $entypo-icon-video: 🎬; // \1f3ac
17
+ $entypo-icon-picture: 🌄; // \1f304
18
+ $entypo-icon-camera: 📷; // \1f4f7
19
+ $entypo-icon-layout: \268f; // \268f
20
+ $entypo-icon-menu: \2630; // \2630
21
+ $entypo-icon-check: \2713; // \2713
22
+ $entypo-icon-cancel: \2715; // \2715
23
+ $entypo-icon-cancel-circled: \2716; // \2716
24
+ $entypo-icon-cancel-squared: \274e; // \274e
25
+ $entypo-icon-plus: \2b; // \2b
26
+ $entypo-icon-plus-circled: \2795; // \2795
27
+ $entypo-icon-plus-squared: \229e; // \229e
28
+ $entypo-icon-minus: \2d; // \2d
29
+ $entypo-icon-minus-circled: \2796; // \2796
30
+ $entypo-icon-minus-squared: \229f; // \229f
31
+ $entypo-icon-help: \2753; // \2753
32
+ $entypo-icon-help-circled: \e704; // \e704
33
+ $entypo-icon-info: \2139; // \2139
34
+ $entypo-icon-info-circled: \e705; // \e705
35
+ $entypo-icon-back: 🔙; // \1f519
36
+ $entypo-icon-home: \2302; // \2302
37
+ $entypo-icon-link: 🔗; // \1f517
38
+ $entypo-icon-attach: 📎; // \1f4ce
39
+ $entypo-icon-lock: 🔒; // \1f512
40
+ $entypo-icon-lock-open: 🔓; // \1f513
41
+ $entypo-icon-eye: \e70a; // \e70a
42
+ $entypo-icon-tag: \e70c; // \e70c
43
+ $entypo-icon-bookmark: 🔖; // \1f516
44
+ $entypo-icon-bookmarks: 📑; // \1f4d1
45
+ $entypo-icon-flag: \2691; // \2691
46
+ $entypo-icon-thumbs-up: 👍; // \1f44d
47
+ $entypo-icon-thumbs-down: 👎; // \1f44e
48
+ $entypo-icon-download: 📥; // \1f4e5
49
+ $entypo-icon-upload: 📤; // \1f4e4
50
+ $entypo-icon-upload-cloud: \e711; // \e711
51
+ $entypo-icon-reply: \e712; // \e712
52
+ $entypo-icon-reply-all: \e713; // \e713
53
+ $entypo-icon-forward: \27a6; // \27a6
54
+ $entypo-icon-quote: \275e; // \275e
55
+ $entypo-icon-code: \e714; // \e714
56
+ $entypo-icon-export: \e715; // \e715
57
+ $entypo-icon-pencil: \270e; // \270e
58
+ $entypo-icon-feather: \2712; // \2712
59
+ $entypo-icon-print: \e716; // \e716
60
+ $entypo-icon-retweet: \e717; // \e717
61
+ $entypo-icon-keyboard: \2328; // \2328
62
+ $entypo-icon-comment: \e718; // \e718
63
+ $entypo-icon-chat: \e720; // \e720
64
+ $entypo-icon-bell: 🔔; // \1f514
65
+ $entypo-icon-attention: \26a0; // \26a0
66
+ $entypo-icon-alert: 💥; // \1f4a5
67
+ $entypo-icon-vcard: \e722; // \e722
68
+ $entypo-icon-address: \e723; // \e723
69
+ $entypo-icon-location: \e724; // \e724
70
+ $entypo-icon-map: \e727; // \e727
71
+ $entypo-icon-direction: \27a2; // \27a2
72
+ $entypo-icon-compass: \e728; // \e728
73
+ $entypo-icon-cup: \2615; // \2615
74
+ $entypo-icon-trash: \e729; // \e729
75
+ $entypo-icon-doc: \e730; // \e730
76
+ $entypo-icon-docs: \e736; // \e736
77
+ $entypo-icon-doc-landscape: \e737; // \e737
78
+ $entypo-icon-doc-text: 📄; // \1f4c4
79
+ $entypo-icon-doc-text-inv: \e731; // \e731
80
+ $entypo-icon-newspaper: 📰; // \1f4f0
81
+ $entypo-icon-book-open: 📖; // \1f4d6
82
+ $entypo-icon-book: 📕; // \1f4d5
83
+ $entypo-icon-folder: 📁; // \1f4c1
84
+ $entypo-icon-archive: \e738; // \e738
85
+ $entypo-icon-box: 📦; // \1f4e6
86
+ $entypo-icon-rss: \e73a; // \e73a
87
+ $entypo-icon-phone: 📞; // \1f4de
88
+ $entypo-icon-cog: \2699; // \2699
89
+ $entypo-icon-tools: \2692; // \2692
90
+ $entypo-icon-share: \e73c; // \e73c
91
+ $entypo-icon-shareable: \e73e; // \e73e
92
+ $entypo-icon-basket: \e73d; // \e73d
93
+ $entypo-icon-bag: 👜; // \1f45c
94
+ $entypo-icon-calendar: 📅; // \1f4c5
95
+ $entypo-icon-login: \e740; // \e740
96
+ $entypo-icon-logout: \e741; // \e741
97
+ $entypo-icon-mic: 🎤; // \1f3a4
98
+ $entypo-icon-mute: 🔇; // \1f507
99
+ $entypo-icon-sound: 🔊; // \1f50a
100
+ $entypo-icon-volume: \e742; // \e742
101
+ $entypo-icon-clock: 🕔; // \1f554
102
+ $entypo-icon-hourglass: \23f3; // \23f3
103
+ $entypo-icon-lamp: 💡; // \1f4a1
104
+ $entypo-icon-light-down: 🔅; // \1f505
105
+ $entypo-icon-light-up: 🔆; // \1f506
106
+ $entypo-icon-adjust: \25d1; // \25d1
107
+ $entypo-icon-block: 🚫; // \1f6ab
108
+ $entypo-icon-resize-full: \e744; // \e744
109
+ $entypo-icon-resize-small: \e746; // \e746
110
+ $entypo-icon-popup: \e74c; // \e74c
111
+ $entypo-icon-publish: \e74d; // \e74d
112
+ $entypo-icon-window: \e74e; // \e74e
113
+ $entypo-icon-arrow-combo: \e74f; // \e74f
114
+ $entypo-icon-down-circled: \e758; // \e758
115
+ $entypo-icon-left-circled: \e759; // \e759
116
+ $entypo-icon-right-circled: \e75a; // \e75a
117
+ $entypo-icon-up-circled: \e75b; // \e75b
118
+ $entypo-icon-down-open: \e75c; // \e75c
119
+ $entypo-icon-left-open: \e75d; // \e75d
120
+ $entypo-icon-right-open: \e75e; // \e75e
121
+ $entypo-icon-up-open: \e75f; // \e75f
122
+ $entypo-icon-down-open-mini: \e760; // \e760
123
+ $entypo-icon-left-open-mini: \e761; // \e761
124
+ $entypo-icon-right-open-mini: \e762; // \e762
125
+ $entypo-icon-up-open-mini: \e763; // \e763
126
+ $entypo-icon-down-open-big: \e764; // \e764
127
+ $entypo-icon-left-open-big: \e765; // \e765
128
+ $entypo-icon-right-open-big: \e766; // \e766
129
+ $entypo-icon-up-open-big: \e767; // \e767
130
+ $entypo-icon-down: \2b07; // \2b07
131
+ $entypo-icon-left: \2b05; // \2b05
132
+ $entypo-icon-right: \27a1; // \27a1
133
+ $entypo-icon-up: \2b06; // \2b06
134
+ $entypo-icon-down-dir: \25be; // \25be
135
+ $entypo-icon-left-dir: \25c2; // \25c2
136
+ $entypo-icon-right-dir: \25b8; // \25b8
137
+ $entypo-icon-up-dir: \25b4; // \25b4
138
+ $entypo-icon-down-bold: \e4b0; // \e4b0
139
+ $entypo-icon-left-bold: \e4ad; // \e4ad
140
+ $entypo-icon-right-bold: \e4ae; // \e4ae
141
+ $entypo-icon-up-bold: \e4af; // \e4af
142
+ $entypo-icon-down-thin: \2193; // \2193
143
+ $entypo-icon-left-thin: \2190; // \2190
144
+ $entypo-icon-right-thin: \2192; // \2192
145
+ $entypo-icon-up-thin: \2191; // \2191
146
+ $entypo-icon-ccw: \27f2; // \27f2
147
+ $entypo-icon-cw: \27f3; // \27f3
148
+ $entypo-icon-arrows-ccw: 🔄; // \1f504
149
+ $entypo-icon-level-down: \21b3; // \21b3
150
+ $entypo-icon-level-up: \21b0; // \21b0
151
+ $entypo-icon-shuffle: 🔀; // \1f500
152
+ $entypo-icon-loop: 🔁; // \1f501
153
+ $entypo-icon-switch: \21c6; // \21c6
154
+ $entypo-icon-play: \25b6; // \25b6
155
+ $entypo-icon-stop: \25a0; // \25a0
156
+ $entypo-icon-pause: \2389; // \2389
157
+ $entypo-icon-record: \26ab; // \26ab
158
+ $entypo-icon-to-end: \23ed; // \23ed
159
+ $entypo-icon-to-start: \23ee; // \23ee
160
+ $entypo-icon-fast-forward: \23e9; // \23e9
161
+ $entypo-icon-fast-backward: \23ea; // \23ea
162
+ $entypo-icon-progress-0: \e768; // \e768
163
+ $entypo-icon-progress-1: \e769; // \e769
164
+ $entypo-icon-progress-2: \e76a; // \e76a
165
+ $entypo-icon-progress-3: \e76b; // \e76b
166
+ $entypo-icon-target: 🎯; // \1f3af
167
+ $entypo-icon-palette: 🎨; // \1f3a8
168
+ $entypo-icon-list: \e005; // \e005
169
+ $entypo-icon-list-add: \e003; // \e003
170
+ $entypo-icon-signal: 📶; // \1f4f6
171
+ $entypo-icon-trophy: 🏆; // \1f3c6
172
+ $entypo-icon-battery: 🔋; // \1f50b
173
+ $entypo-icon-back-in-time: \e771; // \e771
174
+ $entypo-icon-monitor: 💻; // \1f4bb
175
+ $entypo-icon-mobile: 📱; // \1f4f1
176
+ $entypo-icon-network: \e776; // \e776
177
+ $entypo-icon-cd: 💿; // \1f4bf
178
+ $entypo-icon-inbox: \e777; // \e777
179
+ $entypo-icon-install: \e778; // \e778
180
+ $entypo-icon-globe: 🌎; // \1f30e
181
+ $entypo-icon-cloud: \2601; // \2601
182
+ $entypo-icon-cloud-thunder: \26c8; // \26c8
183
+ $entypo-icon-flash: \26a1; // \26a1
184
+ $entypo-icon-moon: \263d; // \263d
185
+ $entypo-icon-flight: \2708; // \2708
186
+ $entypo-icon-paper-plane: \e79b; // \e79b
187
+ $entypo-icon-leaf: 🍂; // \1f342
188
+ $entypo-icon-lifebuoy: \e788; // \e788
189
+ $entypo-icon-mouse: \e789; // \e789
190
+ $entypo-icon-briefcase: 💼; // \1f4bc
191
+ $entypo-icon-suitcase: \e78e; // \e78e
192
+ $entypo-icon-dot: \e78b; // \e78b
193
+ $entypo-icon-dot-2: \e78c; // \e78c
194
+ $entypo-icon-dot-3: \e78d; // \e78d
195
+ $entypo-icon-brush: \e79a; // \e79a
196
+ $entypo-icon-magnet: \e7a1; // \e7a1
197
+ $entypo-icon-infinity: \221e; // \221e
198
+ $entypo-icon-erase: \232b; // \232b
199
+ $entypo-icon-chart-pie: \e751; // \e751
200
+ $entypo-icon-chart-line: 📈; // \1f4c8
201
+ $entypo-icon-chart-bar: 📊; // \1f4ca
202
+ $entypo-icon-chart-area: 🔾; // \1f53e
203
+ $entypo-icon-tape: \2707; // \2707
204
+ $entypo-icon-graduation-cap: 🎓; // \1f393
205
+ $entypo-icon-language: \e752; // \e752
206
+ $entypo-icon-ticket: 🎫; // \1f3ab
207
+ $entypo-icon-water: 💦; // \1f4a6
208
+ $entypo-icon-droplet: 💧; // \1f4a7
209
+ $entypo-icon-air: \e753; // \e753
210
+ $entypo-icon-credit-card: 💳; // \1f4b3
211
+ $entypo-icon-floppy: 💾; // \1f4be
212
+ $entypo-icon-clipboard: 📋; // \1f4cb
213
+ $entypo-icon-megaphone: 📣; // \1f4e3
214
+ $entypo-icon-database: \e754; // \e754
215
+ $entypo-icon-drive: \e755; // \e755
216
+ $entypo-icon-bucket: \e756; // \e756
217
+ $entypo-icon-thermometer: \e757; // \e757
218
+ $entypo-icon-key: 🔑; // \1f511
219
+ $entypo-icon-flow-cascade: \e790; // \e790
220
+ $entypo-icon-flow-branch: \e791; // \e791
221
+ $entypo-icon-flow-tree: \e792; // \e792
222
+ $entypo-icon-flow-line: \e793; // \e793
223
+ $entypo-icon-flow-parallel: \e794; // \e794
224
+ $entypo-icon-rocket: 🚀; // \1f680
225
+ $entypo-icon-gauge: \e7a2; // \e7a2
226
+ $entypo-icon-traffic-cone: \e7a3; // \e7a3
227
+ $entypo-icon-cc: \e7a5; // \e7a5
228
+ $entypo-icon-cc-by: \e7a6; // \e7a6
229
+ $entypo-icon-cc-nc: \e7a7; // \e7a7
230
+ $entypo-icon-cc-nc-eu: \e7a8; // \e7a8
231
+ $entypo-icon-cc-nc-jp: \e7a9; // \e7a9
232
+ $entypo-icon-cc-sa: \e7aa; // \e7aa
233
+ $entypo-icon-cc-nd: \e7ab; // \e7ab
234
+ $entypo-icon-cc-pd: \e7ac; // \e7ac
235
+ $entypo-icon-cc-zero: \e7ad; // \e7ad
236
+ $entypo-icon-cc-share: \e7ae; // \e7ae
237
+ $entypo-icon-cc-remix: \e7af; // \e7af
238
+ $entypo-icon-github: \f300; // \f300
239
+ $entypo-icon-github-circled: \f301; // \f301
240
+ $entypo-icon-flickr: \f303; // \f303
241
+ $entypo-icon-flickr-circled: \f304; // \f304
242
+ $entypo-icon-vimeo: \f306; // \f306
243
+ $entypo-icon-vimeo-circled: \f307; // \f307
244
+ $entypo-icon-twitter: \f309; // \f309
245
+ $entypo-icon-twitter-circled: \f30a; // \f30a
246
+ $entypo-icon-facebook: \f30c; // \f30c
247
+ $entypo-icon-facebook-circled: \f30d; // \f30d
248
+ $entypo-icon-facebook-squared: \f30e; // \f30e
249
+ $entypo-icon-gplus: \f30f; // \f30f
250
+ $entypo-icon-gplus-circled: \f310; // \f310
251
+ $entypo-icon-pinterest: \f312; // \f312
252
+ $entypo-icon-pinterest-circled: \f313; // \f313
253
+ $entypo-icon-tumblr: \f315; // \f315
254
+ $entypo-icon-tumblr-circled: \f316; // \f316
255
+ $entypo-icon-linkedin: \f318; // \f318
256
+ $entypo-icon-linkedin-circled: \f319; // \f319
257
+ $entypo-icon-dribbble: \f31b; // \f31b
258
+ $entypo-icon-dribbble-circled: \f31c; // \f31c
259
+ $entypo-icon-stumbleupon: \f31e; // \f31e
260
+ $entypo-icon-stumbleupon-circled: \f31f; // \f31f
261
+ $entypo-icon-lastfm: \f321; // \f321
262
+ $entypo-icon-lastfm-circled: \f322; // \f322
263
+ $entypo-icon-rdio: \f324; // \f324
264
+ $entypo-icon-rdio-circled: \f325; // \f325
265
+ $entypo-icon-spotify: \f327; // \f327
266
+ $entypo-icon-spotify-circled: \f328; // \f328
267
+ $entypo-icon-qq: \f32a; // \f32a
268
+ $entypo-icon-instagram: \f32d; // \f32d
269
+ $entypo-icon-dropbox: \f330; // \f330
270
+ $entypo-icon-evernote: \f333; // \f333
271
+ $entypo-icon-flattr: \f336; // \f336
272
+ $entypo-icon-skype: \f339; // \f339
273
+ $entypo-icon-skype-circled: \f33a; // \f33a
274
+ $entypo-icon-renren: \f33c; // \f33c
275
+ $entypo-icon-sina-weibo: \f33f; // \f33f
276
+ $entypo-icon-paypal: \f342; // \f342
277
+ $entypo-icon-picasa: \f345; // \f345
278
+ $entypo-icon-soundcloud: \f348; // \f348
279
+ $entypo-icon-mixi: \f34b; // \f34b
280
+ $entypo-icon-behance: \f34e; // \f34e
281
+ $entypo-icon-google-circles: \f351; // \f351
282
+ $entypo-icon-vkontakte: \f354; // \f354
283
+ $entypo-icon-smashing: \f357; // \f357
284
+ $entypo-icon-sweden: \f601; // \f601
285
+ $entypo-icon-db-shape: \f600; // \f600
286
+ $entypo-icon-logo-db: \f603; // \f603
287
+
288
+
289
+ // Grab the list of icons
290
+ @import "entypo-icon-list";
291
+
292
+
293
+
294
+
metadata ADDED
@@ -0,0 +1,116 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gumby2-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - sethportman
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-07-17 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Gumby Framework Gem for Ruby on Rails
15
+ email:
16
+ - sethportman@outlook.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - .gitignore
22
+ - Gemfile
23
+ - LICENSE.txt
24
+ - README.md
25
+ - Rakefile
26
+ - gumby2-rails.gemspec
27
+ - lib/gumby2-rails.rb
28
+ - lib/gumby2-rails/version.rb
29
+ - vendor/assets/.DS_Store
30
+ - vendor/assets/fonts/icons/entypo.eot
31
+ - vendor/assets/fonts/icons/entypo.ttf
32
+ - vendor/assets/fonts/icons/entypo.woff
33
+ - vendor/assets/js/libs/gumby.init.js
34
+ - vendor/assets/js/libs/gumby.js
35
+ - vendor/assets/js/libs/gumby.min.js
36
+ - vendor/assets/js/libs/jquery-1.10.1.min.js
37
+ - vendor/assets/js/libs/jquery-2.0.2.min.js
38
+ - vendor/assets/js/libs/jquery.mobile.custom.min.js
39
+ - vendor/assets/js/libs/modernizr-2.6.2.min.js
40
+ - vendor/assets/js/libs/ui/gumby.checkbox.js
41
+ - vendor/assets/js/libs/ui/gumby.fittext.js
42
+ - vendor/assets/js/libs/ui/gumby.fixed.js
43
+ - vendor/assets/js/libs/ui/gumby.navbar.js
44
+ - vendor/assets/js/libs/ui/gumby.radiobtn.js
45
+ - vendor/assets/js/libs/ui/gumby.retina.js
46
+ - vendor/assets/js/libs/ui/gumby.skiplink.js
47
+ - vendor/assets/js/libs/ui/gumby.tabs.js
48
+ - vendor/assets/js/libs/ui/gumby.toggleswitch.js
49
+ - vendor/assets/js/libs/ui/jquery.validation.js
50
+ - vendor/assets/js/main.js
51
+ - vendor/assets/js/plugins.js
52
+ - vendor/assets/stylesheets/.DS_Store
53
+ - vendor/assets/stylesheets/gumby.css
54
+ - vendor/assets/stylesheets/sass/_base.scss
55
+ - vendor/assets/stylesheets/sass/_custom.scss
56
+ - vendor/assets/stylesheets/sass/_fonts.scss
57
+ - vendor/assets/stylesheets/sass/_grid.scss
58
+ - vendor/assets/stylesheets/sass/_typography.scss
59
+ - vendor/assets/stylesheets/sass/extensions/modular-scale/lib/modular-scale.rb
60
+ - vendor/assets/stylesheets/sass/extensions/modular-scale/stylesheets/_modular-scale.scss
61
+ - vendor/assets/stylesheets/sass/extensions/sassy-math/lib/sassy-math.rb
62
+ - vendor/assets/stylesheets/sass/extensions/sassy-math/stylesheets/_math.scss
63
+ - vendor/assets/stylesheets/sass/functions/_all.scss
64
+ - vendor/assets/stylesheets/sass/functions/_breakpoints.scss
65
+ - vendor/assets/stylesheets/sass/functions/_buttons.scss
66
+ - vendor/assets/stylesheets/sass/functions/_clearfix.scss
67
+ - vendor/assets/stylesheets/sass/functions/_forms.scss
68
+ - vendor/assets/stylesheets/sass/functions/_grid-calc.scss
69
+ - vendor/assets/stylesheets/sass/functions/_height-calc.scss
70
+ - vendor/assets/stylesheets/sass/functions/_line-and-height.scss
71
+ - vendor/assets/stylesheets/sass/functions/_responsivity.scss
72
+ - vendor/assets/stylesheets/sass/functions/_semantic-grid.scss
73
+ - vendor/assets/stylesheets/sass/functions/_strip-units.scss
74
+ - vendor/assets/stylesheets/sass/functions/_typography.scss
75
+ - vendor/assets/stylesheets/sass/functions/_visibility.scss
76
+ - vendor/assets/stylesheets/sass/gumby.scss
77
+ - vendor/assets/stylesheets/sass/ui/_all.scss
78
+ - vendor/assets/stylesheets/sass/ui/_buttons.scss
79
+ - vendor/assets/stylesheets/sass/ui/_forms.scss
80
+ - vendor/assets/stylesheets/sass/ui/_icons.scss
81
+ - vendor/assets/stylesheets/sass/ui/_images.scss
82
+ - vendor/assets/stylesheets/sass/ui/_labels.scss
83
+ - vendor/assets/stylesheets/sass/ui/_navbar.scss
84
+ - vendor/assets/stylesheets/sass/ui/_tables.scss
85
+ - vendor/assets/stylesheets/sass/ui/_tabs.scss
86
+ - vendor/assets/stylesheets/sass/ui/_toggles.scss
87
+ - vendor/assets/stylesheets/sass/ui/_video.scss
88
+ - vendor/assets/stylesheets/sass/var/_lists.scss
89
+ - vendor/assets/stylesheets/sass/var/_settings.scss
90
+ - vendor/assets/stylesheets/sass/var/icons/_entypo-icon-list.scss
91
+ - vendor/assets/stylesheets/sass/var/icons/_entypo.scss
92
+ homepage: ''
93
+ licenses: []
94
+ post_install_message:
95
+ rdoc_options: []
96
+ require_paths:
97
+ - lib
98
+ required_ruby_version: !ruby/object:Gem::Requirement
99
+ none: false
100
+ requirements:
101
+ - - ! '>='
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ required_rubygems_version: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ requirements: []
111
+ rubyforge_project:
112
+ rubygems_version: 1.8.24
113
+ signing_key:
114
+ specification_version: 3
115
+ summary: Gumby Framework
116
+ test_files: []