compass-jquery-plugin 0.3.0.0 → 0.3.1.beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (322) hide show
  1. data/README.textile +69 -13
  2. data/Rakefile +1 -1
  3. data/VERSION.yml +2 -2
  4. data/gem_tasks/jqgrid.rake +119 -0
  5. data/gem_tasks/jrails.rake +78 -77
  6. data/gem_tasks/mobile.rake +156 -0
  7. data/gem_tasks/rubygems.rake +5 -1
  8. data/gem_tasks/secret_sauce.rake +64 -0
  9. data/lib/jquery/gridify.rb +42 -0
  10. data/lib/jquery/gridify/assertions.rb +37 -0
  11. data/lib/jquery/gridify/grid.rb +210 -0
  12. data/lib/jquery/gridify/grid_column.rb +134 -0
  13. data/lib/jquery/gridify/grid_finder.rb +223 -0
  14. data/lib/jquery/gridify/grid_options.rb +279 -0
  15. data/lib/jquery/gridify/grid_view.rb +435 -0
  16. data/lib/jquery/jqgrid.rb +5 -0
  17. data/lib/jquery/jqgrid/jqgrid.rb +438 -0
  18. data/lib/jquery/mobile.rb +3 -0
  19. data/lib/jquery/secret_sauce.rb +9 -0
  20. data/lib/jquery/secret_sauce/controller/ui_dialog_controls.rb +14 -0
  21. data/lib/jquery/secret_sauce/controller/ui_grid_controls.rb +18 -0
  22. data/lib/jquery/secret_sauce/helpers/ui_dialog_helper.rb +6 -0
  23. data/lib/jquery/secret_sauce/helpers/ui_form_helper.rb +118 -0
  24. data/lib/jquery/secret_sauce/helpers/ui_grid_helper.rb +226 -0
  25. data/lib/jquery/secret_sauce/model/find_for_grid.rb +42 -0
  26. data/templates/dynatree/jquery.dynatree.js +258 -147
  27. data/templates/dynatree/jquery.dynatree.min.js +81 -79
  28. data/templates/dynatree/jquery/dynatree/aero.scss +35 -18
  29. data/templates/dynatree/jquery/dynatree/aero/drop_sibling_here.png +0 -0
  30. data/templates/dynatree/jquery/dynatree/aqua.scss +36 -19
  31. data/templates/dynatree/jquery/dynatree/aqua/drop_sibling_here.png +0 -0
  32. data/templates/dynatree/jquery/dynatree/crystal.scss +38 -21
  33. data/templates/dynatree/jquery/dynatree/crystal/drop_sibling_here.png +0 -0
  34. data/templates/dynatree/jquery/dynatree/xp.scss +59 -42
  35. data/templates/dynatree/jquery/dynatree/xp/drop_sibling_here.png +0 -0
  36. data/templates/dynatree/manifest.rb +4 -0
  37. data/templates/jqgrid/config/initializers/jqgrid.rb +4 -0
  38. data/templates/jqgrid/config/locales/jquery/jqgrid/de.yml +7 -0
  39. data/templates/jqgrid/config/locales/jquery/jqgrid/en.yml +7 -0
  40. data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -0
  41. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +6 -0
  42. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -0
  43. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +6 -0
  44. data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -0
  45. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +6 -0
  46. data/templates/jqgrid/i18n/jqgrid/locale-cn.js +132 -0
  47. data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +5 -0
  48. data/templates/jqgrid/i18n/jqgrid/locale-cs.js +128 -0
  49. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +6 -0
  50. data/templates/jqgrid/i18n/jqgrid/locale-da.js +128 -0
  51. data/templates/jqgrid/i18n/jqgrid/locale-da.min.js +6 -0
  52. data/templates/jqgrid/i18n/jqgrid/locale-de.js +133 -0
  53. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +7 -0
  54. data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -0
  55. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +7 -0
  56. data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -0
  57. data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +6 -0
  58. data/templates/jqgrid/i18n/jqgrid/locale-es.js +128 -0
  59. data/templates/jqgrid/i18n/jqgrid/locale-es.min.js +7 -0
  60. data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -0
  61. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +6 -0
  62. data/templates/jqgrid/i18n/jqgrid/locale-fi.js +130 -0
  63. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +6 -0
  64. data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -0
  65. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +7 -0
  66. data/templates/jqgrid/i18n/jqgrid/locale-gl.js +126 -0
  67. data/templates/jqgrid/i18n/jqgrid/locale-gl.min.js +7 -0
  68. data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -0
  69. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +6 -0
  70. data/templates/jqgrid/i18n/jqgrid/locale-hu.js +129 -0
  71. data/templates/jqgrid/i18n/jqgrid/locale-hu.min.js +6 -0
  72. data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -0
  73. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +6 -0
  74. data/templates/jqgrid/i18n/jqgrid/locale-it.js +1 -0
  75. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +7 -0
  76. data/templates/jqgrid/i18n/jqgrid/locale-ja.js +155 -0
  77. data/templates/jqgrid/i18n/jqgrid/locale-ja.min.js +5 -0
  78. data/templates/jqgrid/i18n/jqgrid/locale-nl.js +149 -0
  79. data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +6 -0
  80. data/templates/jqgrid/i18n/jqgrid/locale-no.js +1 -0
  81. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +6 -0
  82. data/templates/jqgrid/i18n/jqgrid/locale-pl.js +127 -0
  83. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +6 -0
  84. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -0
  85. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +6 -0
  86. data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -0
  87. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +6 -0
  88. data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -0
  89. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +7 -0
  90. data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -0
  91. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +7 -0
  92. data/templates/jqgrid/i18n/jqgrid/locale-sk.js +127 -0
  93. data/templates/jqgrid/i18n/jqgrid/locale-sk.min.js +6 -0
  94. data/templates/jqgrid/i18n/jqgrid/locale-sr.js +128 -0
  95. data/templates/jqgrid/i18n/jqgrid/locale-sr.min.js +6 -0
  96. data/templates/jqgrid/i18n/jqgrid/locale-sv.js +127 -0
  97. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +6 -0
  98. data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -0
  99. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +6 -0
  100. data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -0
  101. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +7 -0
  102. data/templates/jqgrid/jquery.jqGrid.js +11604 -0
  103. data/templates/jqgrid/jquery.jqGrid.min.js +472 -0
  104. data/templates/jqgrid/jquery/jqGrid.scss +692 -0
  105. data/templates/jqgrid/manifest.rb +72 -0
  106. data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -0
  107. data/templates/jqtouch/jquery/touch/apple.scss +5 -5
  108. data/templates/jqtouch/jquery/touch/default.scss +5 -5
  109. data/templates/jqtouch/jquery/touch/jqt.scss +5 -5
  110. data/templates/jrails/config/initializers/jrails.rb +3 -0
  111. data/templates/jrails/jquery-ui.js +45 -62
  112. data/templates/jrails/jquery-ui.min.js +22 -22
  113. data/templates/jrails/jquery.js +340 -206
  114. data/templates/jrails/jquery.min.js +152 -151
  115. data/templates/jrails/jquery.tmpl.js +489 -0
  116. data/templates/jrails/jquery.tmpl.min.js +12 -0
  117. data/templates/jrails/jquery.tmplPlus.js +98 -0
  118. data/templates/jrails/jquery.tmplPlus.min.js +3 -0
  119. data/templates/jrails/jquery/ui/_theme.scss +3 -1
  120. data/templates/jrails/manifest.rb +4 -0
  121. data/templates/jstree/jquery.jstree.js +4479 -4468
  122. data/templates/jstree/jquery.jstree.min.js +4 -3
  123. data/templates/mobile/config/initializers/mobile.rb +6 -0
  124. data/templates/mobile/glyphish/Read me first - license.txt +14 -0
  125. data/templates/mobile/glyphish/icons-black/01-refresh.png +0 -0
  126. data/templates/mobile/glyphish/icons-black/02-redo.png +0 -0
  127. data/templates/mobile/glyphish/icons-black/03-loopback.png +0 -0
  128. data/templates/mobile/glyphish/icons-black/04-squiggle.png +0 -0
  129. data/templates/mobile/glyphish/icons-black/05-shuffle.png +0 -0
  130. data/templates/mobile/glyphish/icons-black/06-magnifying-glass.png +0 -0
  131. data/templates/mobile/glyphish/icons-black/07-map-marker.png +0 -0
  132. data/templates/mobile/glyphish/icons-black/08-chat.png +0 -0
  133. data/templates/mobile/glyphish/icons-black/09-chat2.png +0 -0
  134. data/templates/mobile/glyphish/icons-black/10-medical.png +0 -0
  135. data/templates/mobile/glyphish/icons-black/100-coffee.png +0 -0
  136. data/templates/mobile/glyphish/icons-black/101-gameplan.png +0 -0
  137. data/templates/mobile/glyphish/icons-black/102-walk.png +0 -0
  138. data/templates/mobile/glyphish/icons-black/103-map.png +0 -0
  139. data/templates/mobile/glyphish/icons-black/104-index-cards.png +0 -0
  140. data/templates/mobile/glyphish/icons-black/105-piano.png +0 -0
  141. data/templates/mobile/glyphish/icons-black/106-sliders.png +0 -0
  142. data/templates/mobile/glyphish/icons-black/107-widescreen.png +0 -0
  143. data/templates/mobile/glyphish/icons-black/108-badge.png +0 -0
  144. data/templates/mobile/glyphish/icons-black/109-chicken.png +0 -0
  145. data/templates/mobile/glyphish/icons-black/11-clock.png +0 -0
  146. data/templates/mobile/glyphish/icons-black/110-bug.png +0 -0
  147. data/templates/mobile/glyphish/icons-black/111-user.png +0 -0
  148. data/templates/mobile/glyphish/icons-black/112-group.png +0 -0
  149. data/templates/mobile/glyphish/icons-black/113-navigation.png +0 -0
  150. data/templates/mobile/glyphish/icons-black/114-balloon.png +0 -0
  151. data/templates/mobile/glyphish/icons-black/115-bow-and-arrow.png +0 -0
  152. data/templates/mobile/glyphish/icons-black/116-controller.png +0 -0
  153. data/templates/mobile/glyphish/icons-black/117-todo.png +0 -0
  154. data/templates/mobile/glyphish/icons-black/118-coathanger.png +0 -0
  155. data/templates/mobile/glyphish/icons-black/119-piggybank.png +0 -0
  156. data/templates/mobile/glyphish/icons-black/12-eye.png +0 -0
  157. data/templates/mobile/glyphish/icons-black/120-headphones.png +0 -0
  158. data/templates/mobile/glyphish/icons-black/121-lanscape.png +0 -0
  159. data/templates/mobile/glyphish/icons-black/122-stats.png +0 -0
  160. data/templates/mobile/glyphish/icons-black/123-id-card.png +0 -0
  161. data/templates/mobile/glyphish/icons-black/124-bullhorn.png +0 -0
  162. data/templates/mobile/glyphish/icons-black/125-food.png +0 -0
  163. data/templates/mobile/glyphish/icons-black/126-moon.png +0 -0
  164. data/templates/mobile/glyphish/icons-black/127-sock.png +0 -0
  165. data/templates/mobile/glyphish/icons-black/128-bone.png +0 -0
  166. data/templates/mobile/glyphish/icons-black/129-golf.png +0 -0
  167. data/templates/mobile/glyphish/icons-black/13-target.png +0 -0
  168. data/templates/mobile/glyphish/icons-black/130-dice.png +0 -0
  169. data/templates/mobile/glyphish/icons-black/14-tag.png +0 -0
  170. data/templates/mobile/glyphish/icons-black/15-tags.png +0 -0
  171. data/templates/mobile/glyphish/icons-black/16-line-chart.png +0 -0
  172. data/templates/mobile/glyphish/icons-black/17-bar-chart.png +0 -0
  173. data/templates/mobile/glyphish/icons-black/18-envelope.png +0 -0
  174. data/templates/mobile/glyphish/icons-black/19-gear.png +0 -0
  175. data/templates/mobile/glyphish/icons-black/20-gear2.png +0 -0
  176. data/templates/mobile/glyphish/icons-black/21-skull.png +0 -0
  177. data/templates/mobile/glyphish/icons-black/22-skull-n-crossbones.png +0 -0
  178. data/templates/mobile/glyphish/icons-black/23-bird.png +0 -0
  179. data/templates/mobile/glyphish/icons-black/24-gift.png +0 -0
  180. data/templates/mobile/glyphish/icons-black/25-weather.png +0 -0
  181. data/templates/mobile/glyphish/icons-black/26-bandaid.png +0 -0
  182. data/templates/mobile/glyphish/icons-black/27-planet.png +0 -0
  183. data/templates/mobile/glyphish/icons-black/28-star.png +0 -0
  184. data/templates/mobile/glyphish/icons-black/29-heart.png +0 -0
  185. data/templates/mobile/glyphish/icons-black/30-key.png +0 -0
  186. data/templates/mobile/glyphish/icons-black/31-ipod.png +0 -0
  187. data/templates/mobile/glyphish/icons-black/32-iphone.png +0 -0
  188. data/templates/mobile/glyphish/icons-black/33-cabinet.png +0 -0
  189. data/templates/mobile/glyphish/icons-black/34-coffee.png +0 -0
  190. data/templates/mobile/glyphish/icons-black/35-shopping-bag.png +0 -0
  191. data/templates/mobile/glyphish/icons-black/36-toolbox.png +0 -0
  192. data/templates/mobile/glyphish/icons-black/37-suitcase.png +0 -0
  193. data/templates/mobile/glyphish/icons-black/38-airplane.png +0 -0
  194. data/templates/mobile/glyphish/icons-black/39-spraycan.png +0 -0
  195. data/templates/mobile/glyphish/icons-black/40-inbox.png +0 -0
  196. data/templates/mobile/glyphish/icons-black/41-picture-frame.png +0 -0
  197. data/templates/mobile/glyphish/icons-black/42-photos.png +0 -0
  198. data/templates/mobile/glyphish/icons-black/43-film-roll.png +0 -0
  199. data/templates/mobile/glyphish/icons-black/44-shoebox.png +0 -0
  200. data/templates/mobile/glyphish/icons-black/45-movie1.png +0 -0
  201. data/templates/mobile/glyphish/icons-black/46-movie2.png +0 -0
  202. data/templates/mobile/glyphish/icons-black/47-fuel.png +0 -0
  203. data/templates/mobile/glyphish/icons-black/48-fork-and-knife.png +0 -0
  204. data/templates/mobile/glyphish/icons-black/49-battery.png +0 -0
  205. data/templates/mobile/glyphish/icons-black/50-beaker.png +0 -0
  206. data/templates/mobile/glyphish/icons-black/51-outlet.png +0 -0
  207. data/templates/mobile/glyphish/icons-black/52-pinetree.png +0 -0
  208. data/templates/mobile/glyphish/icons-black/53-house.png +0 -0
  209. data/templates/mobile/glyphish/icons-black/54-lock.png +0 -0
  210. data/templates/mobile/glyphish/icons-black/55-network.png +0 -0
  211. data/templates/mobile/glyphish/icons-black/56-cloud.png +0 -0
  212. data/templates/mobile/glyphish/icons-black/57-download.png +0 -0
  213. data/templates/mobile/glyphish/icons-black/58-bookmark.png +0 -0
  214. data/templates/mobile/glyphish/icons-black/59-flag.png +0 -0
  215. data/templates/mobile/glyphish/icons-black/60-signpost.png +0 -0
  216. data/templates/mobile/glyphish/icons-black/61-brightness.png +0 -0
  217. data/templates/mobile/glyphish/icons-black/62-contrast.png +0 -0
  218. data/templates/mobile/glyphish/icons-black/63-runner.png +0 -0
  219. data/templates/mobile/glyphish/icons-black/64-zap.png +0 -0
  220. data/templates/mobile/glyphish/icons-black/65-note.png +0 -0
  221. data/templates/mobile/glyphish/icons-black/66-microphone.png +0 -0
  222. data/templates/mobile/glyphish/icons-black/67-tshirt.png +0 -0
  223. data/templates/mobile/glyphish/icons-black/68-paperclip.png +0 -0
  224. data/templates/mobile/glyphish/icons-black/69-display.png +0 -0
  225. data/templates/mobile/glyphish/icons-black/70-tv.png +0 -0
  226. data/templates/mobile/glyphish/icons-black/71-compass.png +0 -0
  227. data/templates/mobile/glyphish/icons-black/72-pin.png +0 -0
  228. data/templates/mobile/glyphish/icons-black/73-radar.png +0 -0
  229. data/templates/mobile/glyphish/icons-black/74-location.png +0 -0
  230. data/templates/mobile/glyphish/icons-black/75-phone.png +0 -0
  231. data/templates/mobile/glyphish/icons-black/76-baby.png +0 -0
  232. data/templates/mobile/glyphish/icons-black/77-ekg.png +0 -0
  233. data/templates/mobile/glyphish/icons-black/78-stopwatch.png +0 -0
  234. data/templates/mobile/glyphish/icons-black/79-medical-bag.png +0 -0
  235. data/templates/mobile/glyphish/icons-black/80-shopping-cart.png +0 -0
  236. data/templates/mobile/glyphish/icons-black/81-dashboard.png +0 -0
  237. data/templates/mobile/glyphish/icons-black/82-dogpaw.png +0 -0
  238. data/templates/mobile/glyphish/icons-black/83-calendar.png +0 -0
  239. data/templates/mobile/glyphish/icons-black/84-lightbulb.png +0 -0
  240. data/templates/mobile/glyphish/icons-black/85-trophy.png +0 -0
  241. data/templates/mobile/glyphish/icons-black/86-camera.png +0 -0
  242. data/templates/mobile/glyphish/icons-black/87-wineglass.png +0 -0
  243. data/templates/mobile/glyphish/icons-black/88-beermug.png +0 -0
  244. data/templates/mobile/glyphish/icons-black/89-dumbbell.png +0 -0
  245. data/templates/mobile/glyphish/icons-black/90-lifebuoy.png +0 -0
  246. data/templates/mobile/glyphish/icons-black/91-beaker2.png +0 -0
  247. data/templates/mobile/glyphish/icons-black/92-testtube.png +0 -0
  248. data/templates/mobile/glyphish/icons-black/93-thermometer.png +0 -0
  249. data/templates/mobile/glyphish/icons-black/94-pill.png +0 -0
  250. data/templates/mobile/glyphish/icons-black/95-equalizer.png +0 -0
  251. data/templates/mobile/glyphish/icons-black/96-book.png +0 -0
  252. data/templates/mobile/glyphish/icons-black/97-puzzle.png +0 -0
  253. data/templates/mobile/glyphish/icons-black/98-palette.png +0 -0
  254. data/templates/mobile/glyphish/icons-black/99-umbrella.png +0 -0
  255. data/templates/mobile/glyphish/icons-white/09-chat2.png +0 -0
  256. data/templates/mobile/glyphish/icons-white/100-coffee.png +0 -0
  257. data/templates/mobile/glyphish/icons-white/18-envelope.png +0 -0
  258. data/templates/mobile/glyphish/icons-white/19-gear.png +0 -0
  259. data/templates/mobile/glyphish/icons-white/21-skull.png +0 -0
  260. data/templates/mobile/glyphish/icons-white/30-key.png +0 -0
  261. data/templates/mobile/glyphish/icons-white/34-coffee.png +0 -0
  262. data/templates/mobile/glyphish/icons-white/88-beermug.png +0 -0
  263. data/templates/mobile/glyphish/mini-icons-black/band-aid.png +0 -0
  264. data/templates/mobile/glyphish/mini-icons-black/chat.png +0 -0
  265. data/templates/mobile/glyphish/mini-icons-black/clock.png +0 -0
  266. data/templates/mobile/glyphish/mini-icons-black/eye.png +0 -0
  267. data/templates/mobile/glyphish/mini-icons-black/flag.png +0 -0
  268. data/templates/mobile/glyphish/mini-icons-black/fork-and-knife.png +0 -0
  269. data/templates/mobile/glyphish/mini-icons-black/gear.png +0 -0
  270. data/templates/mobile/glyphish/mini-icons-black/heart.png +0 -0
  271. data/templates/mobile/glyphish/mini-icons-black/lightning-bolt.png +0 -0
  272. data/templates/mobile/glyphish/mini-icons-black/magnifying-glass.png +0 -0
  273. data/templates/mobile/glyphish/mini-icons-black/map-marker.png +0 -0
  274. data/templates/mobile/glyphish/mini-icons-black/map-pin.png +0 -0
  275. data/templates/mobile/glyphish/mini-icons-black/microphone.png +0 -0
  276. data/templates/mobile/glyphish/mini-icons-black/music-note.png +0 -0
  277. data/templates/mobile/glyphish/mini-icons-black/paw.png +0 -0
  278. data/templates/mobile/glyphish/mini-icons-black/plus.png +0 -0
  279. data/templates/mobile/glyphish/mini-icons-black/puzzle.png +0 -0
  280. data/templates/mobile/glyphish/mini-icons-black/star.png +0 -0
  281. data/templates/mobile/glyphish/mini-icons-black/tag.png +0 -0
  282. data/templates/mobile/glyphish/mini-icons-black/tshirt.png +0 -0
  283. data/templates/mobile/jquery.mobile.js +3995 -0
  284. data/templates/mobile/jquery.mobile.min.js +28 -0
  285. data/templates/mobile/jquery/mobile/_base.scss +1344 -0
  286. data/templates/mobile/jquery/mobile/default.scss +745 -0
  287. data/templates/mobile/jquery/mobile/default/ajax-loader.png +0 -0
  288. data/templates/mobile/jquery/mobile/default/form-check-off.png +0 -0
  289. data/templates/mobile/jquery/mobile/default/form-check-on.png +0 -0
  290. data/templates/mobile/jquery/mobile/default/form-radio-off.png +0 -0
  291. data/templates/mobile/jquery/mobile/default/form-radio-on.png +0 -0
  292. data/templates/mobile/jquery/mobile/default/icon-search-black.png +0 -0
  293. data/templates/mobile/jquery/mobile/default/icons-18-black.png +0 -0
  294. data/templates/mobile/jquery/mobile/default/icons-18-white.png +0 -0
  295. data/templates/mobile/jquery/mobile/default/icons-36-black.png +0 -0
  296. data/templates/mobile/jquery/mobile/default/icons-36-white.png +0 -0
  297. data/templates/mobile/jquery/mobile/valencia.scss +807 -0
  298. data/templates/mobile/jquery/mobile/valencia/ajax-loader.png +0 -0
  299. data/templates/mobile/jquery/mobile/valencia/form-check-off.png +0 -0
  300. data/templates/mobile/jquery/mobile/valencia/form-check-on.png +0 -0
  301. data/templates/mobile/jquery/mobile/valencia/form-radio-off.png +0 -0
  302. data/templates/mobile/jquery/mobile/valencia/form-radio-on.png +0 -0
  303. data/templates/mobile/jquery/mobile/valencia/icon-search-black.png +0 -0
  304. data/templates/mobile/jquery/mobile/valencia/icons-18-black.png +0 -0
  305. data/templates/mobile/jquery/mobile/valencia/icons-18-white.png +0 -0
  306. data/templates/mobile/jquery/mobile/valencia/icons-36-black.png +0 -0
  307. data/templates/mobile/jquery/mobile/valencia/icons-36-white.png +0 -0
  308. data/templates/mobile/jquery/mobile/valencia/texture_05.png +0 -0
  309. data/templates/mobile/jquery/mobile/valencia/texture_075.png +0 -0
  310. data/templates/mobile/lib/tasks/jquery.mobile.rake +106 -0
  311. data/templates/mobile/manifest.rb +191 -0
  312. data/templates/secret_sauce/app/views/shared/_ui_form_error_messages.html.haml +6 -0
  313. data/templates/secret_sauce/app/views/shared/_ui_grid_for_without_block.js.haml +144 -0
  314. data/templates/secret_sauce/app/views/shared/_ui_static_dialog.html.haml +6 -0
  315. data/templates/secret_sauce/config/initializers/secret_sauce.rb +8 -0
  316. data/templates/secret_sauce/jquery/secret_sauce.scss +33 -0
  317. data/templates/secret_sauce/manifest.rb +10 -0
  318. data/templates/secret_sauce/secret_sauce.js +12 -0
  319. data/templates/secret_sauce/secret_sauce.min.js +1 -0
  320. metadata +313 -17
  321. data/.gitignore +0 -22
  322. data/compass-jquery-plugin.gemspec +0 -1064
@@ -0,0 +1,6 @@
1
+ .ui-parent{ :style => parent }
2
+ .ui-dialog.ui-widget.ui-widget-content.ui-corner-all{ :style => style }
3
+ .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix
4
+ %span
5
+ = title
6
+ .ui-dialog-content.ui-widget-content
@@ -0,0 +1,8 @@
1
+ require 'jquery/secret_sauce'
2
+
3
+ ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :secret_sauce => ['compiled/jquery/secret_sauce.css']
4
+ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :secret_sauce => ["secret_sauce.min"]
5
+
6
+ ActionView::Base.send :include, SecretSauce::Helpers::UiGridHelper
7
+ ActionView::Base.send :include, SecretSauce::Helpers::UiFormHelper
8
+ ActionView::Base.send :include, SecretSauce::Helpers::UiDialogHelper
@@ -0,0 +1,33 @@
1
+ // Generated by compass-jquery-pluginy/gem-tasks/secret_sauce.rake
2
+
3
+ /* Rails likes input as opposed to JQuery UI */
4
+
5
+ .ui-dialog .ui-dialog-buttonpane input {
6
+ cursor: pointer;
7
+ float: right;
8
+ line-height: 1.4em;
9
+ margin: 0.5em 0.4em 0.5em 0;
10
+ overflow: visible;
11
+ padding: 0.2em 0.6em 0.3em;
12
+ width: auto; }
13
+
14
+ .ui-state-error {
15
+ min-width: 420px;
16
+ .errorExplanation {
17
+ h2, p {
18
+ font-size: normal;
19
+ font-weight: bold; }
20
+ ul li {
21
+ font-size: normal; } } }
22
+
23
+ /* An adjustment to errors, regular errors like to bee too big */
24
+
25
+ /* fix jqGrid to render smaller text for page numbers, or it looks real crappy */
26
+
27
+ .ui-jqgrid {
28
+ .ui-pg-table td {
29
+ font-size: 12px; }
30
+ .ui-pg-input {
31
+ height: auto !important;
32
+ font-size: 10px;
33
+ text-align: center; } }
@@ -0,0 +1,10 @@
1
+ # Generated by compass-jquery-plugin/gem-tasks/secret_sauce.rake
2
+ # Install with: compass install jquery/secret_sauce
3
+
4
+ file 'app/views/shared/_ui_form_error_messages.html.haml'
5
+ file 'app/views/shared/_ui_grid_for_without_block.js.haml'
6
+ file 'app/views/shared/_ui_static_dialog.html.haml'
7
+ file 'config/initializers/secret_sauce.rb'
8
+ javascript 'secret_sauce.js'
9
+ javascript 'secret_sauce.min.js'
10
+ stylesheet 'jquery/secret_sauce.scss'
@@ -0,0 +1,12 @@
1
+ // extracts form data from an existing rails form, and replaces it's own contents with the contents
2
+ // of data
3
+ jQuery.fn.addSauceFromForm = function(data) {
4
+ var formData = $(data).find(".ui-dialog-content").children();
5
+ var formToken = $(data).find("input[name='authenticity_token']");
6
+ var formMethod = $(data).find("input[name='_method']");
7
+ $(data).children().remove();
8
+ $(data).append(formData);
9
+ $(data).append(formToken);
10
+ $(data).append(formMethod);
11
+ $(this).append(data);
12
+ };
@@ -0,0 +1 @@
1
+ jQuery.fn.addSauceFromForm=function(a){var b=$(a).find(".ui-dialog-content").children(),c=$(a).find("input[name='authenticity_token']"),d=$(a).find("input[name='_method']");$(a).children().remove();$(a).append(b);$(a).append(c);$(a).append(d);$(this).append(a)};
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-jquery-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 87
5
- prerelease: false
4
+ hash: 62196383
5
+ prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- - 0
11
- version: 0.3.0.0
9
+ - 1
10
+ - beta
11
+ - 2
12
+ version: 0.3.1.beta.2
12
13
  platform: ruby
13
14
  authors:
14
15
  - Kosmas Schuetz
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2010-11-14 00:00:00 +01:00
20
+ date: 2010-11-27 00:00:00 +01:00
20
21
  default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency
@@ -27,12 +28,12 @@ dependencies:
27
28
  requirements:
28
29
  - - ">="
29
30
  - !ruby/object:Gem::Version
30
- hash: 41
31
+ hash: 55
31
32
  segments:
32
33
  - 3
33
34
  - 0
34
- - 23
35
- version: 3.0.23
35
+ - 24
36
+ version: 3.0.24
36
37
  type: :runtime
37
38
  version_requirements: *id001
38
39
  - !ruby/object:Gem::Dependency
@@ -78,22 +79,23 @@ extra_rdoc_files:
78
79
  - README.textile
79
80
  files:
80
81
  - .document
81
- - .gitignore
82
82
  - .loadpath
83
83
  - .project
84
84
  - LICENSE
85
85
  - README.textile
86
86
  - Rakefile
87
87
  - VERSION.yml
88
- - compass-jquery-plugin.gemspec
89
88
  - gem_tasks/dynatree.rake
90
89
  - gem_tasks/emulators.rake
91
90
  - gem_tasks/ical.rake
91
+ - gem_tasks/jqgrid.rake
92
92
  - gem_tasks/jqtouch.rake
93
93
  - gem_tasks/jrails.rake
94
94
  - gem_tasks/jstree.rake
95
+ - gem_tasks/mobile.rake
95
96
  - gem_tasks/ribbon.rake
96
97
  - gem_tasks/rubygems.rake
98
+ - gem_tasks/secret_sauce.rake
97
99
  - gem_tasks/tools.rake
98
100
  - lib/google-compiler-20100917.jar
99
101
  - lib/handle_attributes.rb
@@ -104,16 +106,33 @@ files:
104
106
  - lib/jquery/dynatree.rb
105
107
  - lib/jquery/emulators.rb
106
108
  - lib/jquery/flash_messages.rb
109
+ - lib/jquery/gridify.rb
110
+ - lib/jquery/gridify/assertions.rb
111
+ - lib/jquery/gridify/grid.rb
112
+ - lib/jquery/gridify/grid_column.rb
113
+ - lib/jquery/gridify/grid_finder.rb
114
+ - lib/jquery/gridify/grid_options.rb
115
+ - lib/jquery/gridify/grid_view.rb
107
116
  - lib/jquery/ical.rb
108
117
  - lib/jquery/ical/calendar.rb
109
118
  - lib/jquery/ical/event.rb
110
119
  - lib/jquery/ical/helpers/ui_event_helper.rb
120
+ - lib/jquery/jqgrid.rb
121
+ - lib/jquery/jqgrid/jqgrid.rb
111
122
  - lib/jquery/jqtouch.rb
112
123
  - lib/jquery/jquery_auto_complete.rb
113
124
  - lib/jquery/jquery_selector_assertions.rb
114
125
  - lib/jquery/jrails.rb
115
126
  - lib/jquery/jstree.rb
127
+ - lib/jquery/mobile.rb
116
128
  - lib/jquery/ribbon.rb
129
+ - lib/jquery/secret_sauce.rb
130
+ - lib/jquery/secret_sauce/controller/ui_dialog_controls.rb
131
+ - lib/jquery/secret_sauce/controller/ui_grid_controls.rb
132
+ - lib/jquery/secret_sauce/helpers/ui_dialog_helper.rb
133
+ - lib/jquery/secret_sauce/helpers/ui_form_helper.rb
134
+ - lib/jquery/secret_sauce/helpers/ui_grid_helper.rb
135
+ - lib/jquery/secret_sauce/model/find_for_grid.rb
117
136
  - lib/jquery/tools.rb
118
137
  - lib/jquery_mobile_theme.rb
119
138
  - lib/jquery_ui_theme.rb
@@ -144,6 +163,7 @@ files:
144
163
  - templates/dynatree/jquery/dynatree/aero/drop_accept.png
145
164
  - templates/dynatree/jquery/dynatree/aero/drop_here.png
146
165
  - templates/dynatree/jquery/dynatree/aero/drop_reject.png
166
+ - templates/dynatree/jquery/dynatree/aero/drop_sibling_here.png
147
167
  - templates/dynatree/jquery/dynatree/aero/empty.png
148
168
  - templates/dynatree/jquery/dynatree/aero/expanded.png
149
169
  - templates/dynatree/jquery/dynatree/aero/expanded_hover.png
@@ -178,6 +198,7 @@ files:
178
198
  - templates/dynatree/jquery/dynatree/aqua/drop_accept.png
179
199
  - templates/dynatree/jquery/dynatree/aqua/drop_here.png
180
200
  - templates/dynatree/jquery/dynatree/aqua/drop_reject.png
201
+ - templates/dynatree/jquery/dynatree/aqua/drop_sibling_here.png
181
202
  - templates/dynatree/jquery/dynatree/aqua/empty.png
182
203
  - templates/dynatree/jquery/dynatree/aqua/expanded.png
183
204
  - templates/dynatree/jquery/dynatree/aqua/expanded_hover.png
@@ -213,6 +234,7 @@ files:
213
234
  - templates/dynatree/jquery/dynatree/crystal/drop_accept.png
214
235
  - templates/dynatree/jquery/dynatree/crystal/drop_here.png
215
236
  - templates/dynatree/jquery/dynatree/crystal/drop_reject.png
237
+ - templates/dynatree/jquery/dynatree/crystal/drop_sibling_here.png
216
238
  - templates/dynatree/jquery/dynatree/crystal/empty.png
217
239
  - templates/dynatree/jquery/dynatree/crystal/expanded.png
218
240
  - templates/dynatree/jquery/dynatree/crystal/expanded_hover.png
@@ -244,6 +266,7 @@ files:
244
266
  - templates/dynatree/jquery/dynatree/xp/drop_accept.png
245
267
  - templates/dynatree/jquery/dynatree/xp/drop_here.png
246
268
  - templates/dynatree/jquery/dynatree/xp/drop_reject.png
269
+ - templates/dynatree/jquery/dynatree/xp/drop_sibling_here.png
247
270
  - templates/dynatree/jquery/dynatree/xp/ltD_ne.png
248
271
  - templates/dynatree/jquery/dynatree/xp/ltD_nes.png
249
272
  - templates/dynatree/jquery/dynatree/xp/ltDoc.png
@@ -294,6 +317,76 @@ files:
294
317
  - templates/ical/jquery/ical/calendar.png
295
318
  - templates/ical/jquery/ical/clock.png
296
319
  - templates/ical/manifest.rb
320
+ - templates/jqgrid/config/initializers/jqgrid.rb
321
+ - templates/jqgrid/config/locales/jquery/jqgrid/de.yml
322
+ - templates/jqgrid/config/locales/jquery/jqgrid/en.yml
323
+ - templates/jqgrid/i18n/jqgrid/locale-bg.js
324
+ - templates/jqgrid/i18n/jqgrid/locale-bg.min.js
325
+ - templates/jqgrid/i18n/jqgrid/locale-bg1251.js
326
+ - templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js
327
+ - templates/jqgrid/i18n/jqgrid/locale-cat.js
328
+ - templates/jqgrid/i18n/jqgrid/locale-cat.min.js
329
+ - templates/jqgrid/i18n/jqgrid/locale-cn.js
330
+ - templates/jqgrid/i18n/jqgrid/locale-cn.min.js
331
+ - templates/jqgrid/i18n/jqgrid/locale-cs.js
332
+ - templates/jqgrid/i18n/jqgrid/locale-cs.min.js
333
+ - templates/jqgrid/i18n/jqgrid/locale-da.js
334
+ - templates/jqgrid/i18n/jqgrid/locale-da.min.js
335
+ - templates/jqgrid/i18n/jqgrid/locale-de.js
336
+ - templates/jqgrid/i18n/jqgrid/locale-de.min.js
337
+ - templates/jqgrid/i18n/jqgrid/locale-el.js
338
+ - templates/jqgrid/i18n/jqgrid/locale-el.min.js
339
+ - templates/jqgrid/i18n/jqgrid/locale-en.js
340
+ - templates/jqgrid/i18n/jqgrid/locale-en.min.js
341
+ - templates/jqgrid/i18n/jqgrid/locale-es.js
342
+ - templates/jqgrid/i18n/jqgrid/locale-es.min.js
343
+ - templates/jqgrid/i18n/jqgrid/locale-fa.js
344
+ - templates/jqgrid/i18n/jqgrid/locale-fa.min.js
345
+ - templates/jqgrid/i18n/jqgrid/locale-fi.js
346
+ - templates/jqgrid/i18n/jqgrid/locale-fi.min.js
347
+ - templates/jqgrid/i18n/jqgrid/locale-fr.js
348
+ - templates/jqgrid/i18n/jqgrid/locale-fr.min.js
349
+ - templates/jqgrid/i18n/jqgrid/locale-gl.js
350
+ - templates/jqgrid/i18n/jqgrid/locale-gl.min.js
351
+ - templates/jqgrid/i18n/jqgrid/locale-he.js
352
+ - templates/jqgrid/i18n/jqgrid/locale-he.min.js
353
+ - templates/jqgrid/i18n/jqgrid/locale-hu.js
354
+ - templates/jqgrid/i18n/jqgrid/locale-hu.min.js
355
+ - templates/jqgrid/i18n/jqgrid/locale-is.js
356
+ - templates/jqgrid/i18n/jqgrid/locale-is.min.js
357
+ - templates/jqgrid/i18n/jqgrid/locale-it.js
358
+ - templates/jqgrid/i18n/jqgrid/locale-it.min.js
359
+ - templates/jqgrid/i18n/jqgrid/locale-ja.js
360
+ - templates/jqgrid/i18n/jqgrid/locale-ja.min.js
361
+ - templates/jqgrid/i18n/jqgrid/locale-nl.js
362
+ - templates/jqgrid/i18n/jqgrid/locale-nl.min.js
363
+ - templates/jqgrid/i18n/jqgrid/locale-no.js
364
+ - templates/jqgrid/i18n/jqgrid/locale-no.min.js
365
+ - templates/jqgrid/i18n/jqgrid/locale-pl.js
366
+ - templates/jqgrid/i18n/jqgrid/locale-pl.min.js
367
+ - templates/jqgrid/i18n/jqgrid/locale-pt-br.js
368
+ - templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js
369
+ - templates/jqgrid/i18n/jqgrid/locale-pt.js
370
+ - templates/jqgrid/i18n/jqgrid/locale-pt.min.js
371
+ - templates/jqgrid/i18n/jqgrid/locale-ro.js
372
+ - templates/jqgrid/i18n/jqgrid/locale-ro.min.js
373
+ - templates/jqgrid/i18n/jqgrid/locale-ru.js
374
+ - templates/jqgrid/i18n/jqgrid/locale-ru.min.js
375
+ - templates/jqgrid/i18n/jqgrid/locale-sk.js
376
+ - templates/jqgrid/i18n/jqgrid/locale-sk.min.js
377
+ - templates/jqgrid/i18n/jqgrid/locale-sr.js
378
+ - templates/jqgrid/i18n/jqgrid/locale-sr.min.js
379
+ - templates/jqgrid/i18n/jqgrid/locale-sv.js
380
+ - templates/jqgrid/i18n/jqgrid/locale-sv.min.js
381
+ - templates/jqgrid/i18n/jqgrid/locale-tr.js
382
+ - templates/jqgrid/i18n/jqgrid/locale-tr.min.js
383
+ - templates/jqgrid/i18n/jqgrid/locale-ua.js
384
+ - templates/jqgrid/i18n/jqgrid/locale-ua.min.js
385
+ - templates/jqgrid/jquery.jqGrid.js
386
+ - templates/jqgrid/jquery.jqGrid.min.js
387
+ - templates/jqgrid/jquery/jqGrid.scss
388
+ - templates/jqgrid/manifest.rb
389
+ - templates/jqgrid/public/stylesheets/ellipsis-xbl.xml
297
390
  - templates/jqtouch/config/initializers/jqtouch.rb
298
391
  - templates/jqtouch/jquery.jqtouch.js
299
392
  - templates/jqtouch/jquery.jqtouch.min.js
@@ -521,6 +614,10 @@ files:
521
614
  - templates/jrails/jquery.sparkline.min.js
522
615
  - templates/jrails/jquery.themeswitchertool.js
523
616
  - templates/jrails/jquery.themeswitchertool.min.js
617
+ - templates/jrails/jquery.tmpl.js
618
+ - templates/jrails/jquery.tmpl.min.js
619
+ - templates/jrails/jquery.tmplPlus.js
620
+ - templates/jrails/jquery.tmplPlus.min.js
524
621
  - templates/jrails/jquery/ui/_theme.scss
525
622
  - templates/jrails/jquery/ui/base.scss
526
623
  - templates/jrails/jquery/ui/base/ui-anim_basic_16x16.gif
@@ -1008,6 +1105,195 @@ files:
1008
1105
  - templates/jstree/jquery/jstree/default/d.png
1009
1106
  - templates/jstree/jquery/jstree/default/throbber.gif
1010
1107
  - templates/jstree/manifest.rb
1108
+ - templates/mobile/config/initializers/mobile.rb
1109
+ - templates/mobile/glyphish/Read me first - license.txt
1110
+ - templates/mobile/glyphish/icons-black/01-refresh.png
1111
+ - templates/mobile/glyphish/icons-black/02-redo.png
1112
+ - templates/mobile/glyphish/icons-black/03-loopback.png
1113
+ - templates/mobile/glyphish/icons-black/04-squiggle.png
1114
+ - templates/mobile/glyphish/icons-black/05-shuffle.png
1115
+ - templates/mobile/glyphish/icons-black/06-magnifying-glass.png
1116
+ - templates/mobile/glyphish/icons-black/07-map-marker.png
1117
+ - templates/mobile/glyphish/icons-black/08-chat.png
1118
+ - templates/mobile/glyphish/icons-black/09-chat2.png
1119
+ - templates/mobile/glyphish/icons-black/10-medical.png
1120
+ - templates/mobile/glyphish/icons-black/100-coffee.png
1121
+ - templates/mobile/glyphish/icons-black/101-gameplan.png
1122
+ - templates/mobile/glyphish/icons-black/102-walk.png
1123
+ - templates/mobile/glyphish/icons-black/103-map.png
1124
+ - templates/mobile/glyphish/icons-black/104-index-cards.png
1125
+ - templates/mobile/glyphish/icons-black/105-piano.png
1126
+ - templates/mobile/glyphish/icons-black/106-sliders.png
1127
+ - templates/mobile/glyphish/icons-black/107-widescreen.png
1128
+ - templates/mobile/glyphish/icons-black/108-badge.png
1129
+ - templates/mobile/glyphish/icons-black/109-chicken.png
1130
+ - templates/mobile/glyphish/icons-black/11-clock.png
1131
+ - templates/mobile/glyphish/icons-black/110-bug.png
1132
+ - templates/mobile/glyphish/icons-black/111-user.png
1133
+ - templates/mobile/glyphish/icons-black/112-group.png
1134
+ - templates/mobile/glyphish/icons-black/113-navigation.png
1135
+ - templates/mobile/glyphish/icons-black/114-balloon.png
1136
+ - templates/mobile/glyphish/icons-black/115-bow-and-arrow.png
1137
+ - templates/mobile/glyphish/icons-black/116-controller.png
1138
+ - templates/mobile/glyphish/icons-black/117-todo.png
1139
+ - templates/mobile/glyphish/icons-black/118-coathanger.png
1140
+ - templates/mobile/glyphish/icons-black/119-piggybank.png
1141
+ - templates/mobile/glyphish/icons-black/12-eye.png
1142
+ - templates/mobile/glyphish/icons-black/120-headphones.png
1143
+ - templates/mobile/glyphish/icons-black/121-lanscape.png
1144
+ - templates/mobile/glyphish/icons-black/122-stats.png
1145
+ - templates/mobile/glyphish/icons-black/123-id-card.png
1146
+ - templates/mobile/glyphish/icons-black/124-bullhorn.png
1147
+ - templates/mobile/glyphish/icons-black/125-food.png
1148
+ - templates/mobile/glyphish/icons-black/126-moon.png
1149
+ - templates/mobile/glyphish/icons-black/127-sock.png
1150
+ - templates/mobile/glyphish/icons-black/128-bone.png
1151
+ - templates/mobile/glyphish/icons-black/129-golf.png
1152
+ - templates/mobile/glyphish/icons-black/13-target.png
1153
+ - templates/mobile/glyphish/icons-black/130-dice.png
1154
+ - templates/mobile/glyphish/icons-black/14-tag.png
1155
+ - templates/mobile/glyphish/icons-black/15-tags.png
1156
+ - templates/mobile/glyphish/icons-black/16-line-chart.png
1157
+ - templates/mobile/glyphish/icons-black/17-bar-chart.png
1158
+ - templates/mobile/glyphish/icons-black/18-envelope.png
1159
+ - templates/mobile/glyphish/icons-black/19-gear.png
1160
+ - templates/mobile/glyphish/icons-black/20-gear2.png
1161
+ - templates/mobile/glyphish/icons-black/21-skull.png
1162
+ - templates/mobile/glyphish/icons-black/22-skull-n-crossbones.png
1163
+ - templates/mobile/glyphish/icons-black/23-bird.png
1164
+ - templates/mobile/glyphish/icons-black/24-gift.png
1165
+ - templates/mobile/glyphish/icons-black/25-weather.png
1166
+ - templates/mobile/glyphish/icons-black/26-bandaid.png
1167
+ - templates/mobile/glyphish/icons-black/27-planet.png
1168
+ - templates/mobile/glyphish/icons-black/28-star.png
1169
+ - templates/mobile/glyphish/icons-black/29-heart.png
1170
+ - templates/mobile/glyphish/icons-black/30-key.png
1171
+ - templates/mobile/glyphish/icons-black/31-ipod.png
1172
+ - templates/mobile/glyphish/icons-black/32-iphone.png
1173
+ - templates/mobile/glyphish/icons-black/33-cabinet.png
1174
+ - templates/mobile/glyphish/icons-black/34-coffee.png
1175
+ - templates/mobile/glyphish/icons-black/35-shopping-bag.png
1176
+ - templates/mobile/glyphish/icons-black/36-toolbox.png
1177
+ - templates/mobile/glyphish/icons-black/37-suitcase.png
1178
+ - templates/mobile/glyphish/icons-black/38-airplane.png
1179
+ - templates/mobile/glyphish/icons-black/39-spraycan.png
1180
+ - templates/mobile/glyphish/icons-black/40-inbox.png
1181
+ - templates/mobile/glyphish/icons-black/41-picture-frame.png
1182
+ - templates/mobile/glyphish/icons-black/42-photos.png
1183
+ - templates/mobile/glyphish/icons-black/43-film-roll.png
1184
+ - templates/mobile/glyphish/icons-black/44-shoebox.png
1185
+ - templates/mobile/glyphish/icons-black/45-movie1.png
1186
+ - templates/mobile/glyphish/icons-black/46-movie2.png
1187
+ - templates/mobile/glyphish/icons-black/47-fuel.png
1188
+ - templates/mobile/glyphish/icons-black/48-fork-and-knife.png
1189
+ - templates/mobile/glyphish/icons-black/49-battery.png
1190
+ - templates/mobile/glyphish/icons-black/50-beaker.png
1191
+ - templates/mobile/glyphish/icons-black/51-outlet.png
1192
+ - templates/mobile/glyphish/icons-black/52-pinetree.png
1193
+ - templates/mobile/glyphish/icons-black/53-house.png
1194
+ - templates/mobile/glyphish/icons-black/54-lock.png
1195
+ - templates/mobile/glyphish/icons-black/55-network.png
1196
+ - templates/mobile/glyphish/icons-black/56-cloud.png
1197
+ - templates/mobile/glyphish/icons-black/57-download.png
1198
+ - templates/mobile/glyphish/icons-black/58-bookmark.png
1199
+ - templates/mobile/glyphish/icons-black/59-flag.png
1200
+ - templates/mobile/glyphish/icons-black/60-signpost.png
1201
+ - templates/mobile/glyphish/icons-black/61-brightness.png
1202
+ - templates/mobile/glyphish/icons-black/62-contrast.png
1203
+ - templates/mobile/glyphish/icons-black/63-runner.png
1204
+ - templates/mobile/glyphish/icons-black/64-zap.png
1205
+ - templates/mobile/glyphish/icons-black/65-note.png
1206
+ - templates/mobile/glyphish/icons-black/66-microphone.png
1207
+ - templates/mobile/glyphish/icons-black/67-tshirt.png
1208
+ - templates/mobile/glyphish/icons-black/68-paperclip.png
1209
+ - templates/mobile/glyphish/icons-black/69-display.png
1210
+ - templates/mobile/glyphish/icons-black/70-tv.png
1211
+ - templates/mobile/glyphish/icons-black/71-compass.png
1212
+ - templates/mobile/glyphish/icons-black/72-pin.png
1213
+ - templates/mobile/glyphish/icons-black/73-radar.png
1214
+ - templates/mobile/glyphish/icons-black/74-location.png
1215
+ - templates/mobile/glyphish/icons-black/75-phone.png
1216
+ - templates/mobile/glyphish/icons-black/76-baby.png
1217
+ - templates/mobile/glyphish/icons-black/77-ekg.png
1218
+ - templates/mobile/glyphish/icons-black/78-stopwatch.png
1219
+ - templates/mobile/glyphish/icons-black/79-medical-bag.png
1220
+ - templates/mobile/glyphish/icons-black/80-shopping-cart.png
1221
+ - templates/mobile/glyphish/icons-black/81-dashboard.png
1222
+ - templates/mobile/glyphish/icons-black/82-dogpaw.png
1223
+ - templates/mobile/glyphish/icons-black/83-calendar.png
1224
+ - templates/mobile/glyphish/icons-black/84-lightbulb.png
1225
+ - templates/mobile/glyphish/icons-black/85-trophy.png
1226
+ - templates/mobile/glyphish/icons-black/86-camera.png
1227
+ - templates/mobile/glyphish/icons-black/87-wineglass.png
1228
+ - templates/mobile/glyphish/icons-black/88-beermug.png
1229
+ - templates/mobile/glyphish/icons-black/89-dumbbell.png
1230
+ - templates/mobile/glyphish/icons-black/90-lifebuoy.png
1231
+ - templates/mobile/glyphish/icons-black/91-beaker2.png
1232
+ - templates/mobile/glyphish/icons-black/92-testtube.png
1233
+ - templates/mobile/glyphish/icons-black/93-thermometer.png
1234
+ - templates/mobile/glyphish/icons-black/94-pill.png
1235
+ - templates/mobile/glyphish/icons-black/95-equalizer.png
1236
+ - templates/mobile/glyphish/icons-black/96-book.png
1237
+ - templates/mobile/glyphish/icons-black/97-puzzle.png
1238
+ - templates/mobile/glyphish/icons-black/98-palette.png
1239
+ - templates/mobile/glyphish/icons-black/99-umbrella.png
1240
+ - templates/mobile/glyphish/icons-white/09-chat2.png
1241
+ - templates/mobile/glyphish/icons-white/100-coffee.png
1242
+ - templates/mobile/glyphish/icons-white/18-envelope.png
1243
+ - templates/mobile/glyphish/icons-white/19-gear.png
1244
+ - templates/mobile/glyphish/icons-white/21-skull.png
1245
+ - templates/mobile/glyphish/icons-white/30-key.png
1246
+ - templates/mobile/glyphish/icons-white/34-coffee.png
1247
+ - templates/mobile/glyphish/icons-white/88-beermug.png
1248
+ - templates/mobile/glyphish/mini-icons-black/band-aid.png
1249
+ - templates/mobile/glyphish/mini-icons-black/chat.png
1250
+ - templates/mobile/glyphish/mini-icons-black/clock.png
1251
+ - templates/mobile/glyphish/mini-icons-black/eye.png
1252
+ - templates/mobile/glyphish/mini-icons-black/flag.png
1253
+ - templates/mobile/glyphish/mini-icons-black/fork-and-knife.png
1254
+ - templates/mobile/glyphish/mini-icons-black/gear.png
1255
+ - templates/mobile/glyphish/mini-icons-black/heart.png
1256
+ - templates/mobile/glyphish/mini-icons-black/lightning-bolt.png
1257
+ - templates/mobile/glyphish/mini-icons-black/magnifying-glass.png
1258
+ - templates/mobile/glyphish/mini-icons-black/map-marker.png
1259
+ - templates/mobile/glyphish/mini-icons-black/map-pin.png
1260
+ - templates/mobile/glyphish/mini-icons-black/microphone.png
1261
+ - templates/mobile/glyphish/mini-icons-black/music-note.png
1262
+ - templates/mobile/glyphish/mini-icons-black/paw.png
1263
+ - templates/mobile/glyphish/mini-icons-black/plus.png
1264
+ - templates/mobile/glyphish/mini-icons-black/puzzle.png
1265
+ - templates/mobile/glyphish/mini-icons-black/star.png
1266
+ - templates/mobile/glyphish/mini-icons-black/tag.png
1267
+ - templates/mobile/glyphish/mini-icons-black/tshirt.png
1268
+ - templates/mobile/jquery.mobile.js
1269
+ - templates/mobile/jquery.mobile.min.js
1270
+ - templates/mobile/jquery/mobile/_base.scss
1271
+ - templates/mobile/jquery/mobile/default.scss
1272
+ - templates/mobile/jquery/mobile/default/ajax-loader.png
1273
+ - templates/mobile/jquery/mobile/default/form-check-off.png
1274
+ - templates/mobile/jquery/mobile/default/form-check-on.png
1275
+ - templates/mobile/jquery/mobile/default/form-radio-off.png
1276
+ - templates/mobile/jquery/mobile/default/form-radio-on.png
1277
+ - templates/mobile/jquery/mobile/default/icon-search-black.png
1278
+ - templates/mobile/jquery/mobile/default/icons-18-black.png
1279
+ - templates/mobile/jquery/mobile/default/icons-18-white.png
1280
+ - templates/mobile/jquery/mobile/default/icons-36-black.png
1281
+ - templates/mobile/jquery/mobile/default/icons-36-white.png
1282
+ - templates/mobile/jquery/mobile/valencia.scss
1283
+ - templates/mobile/jquery/mobile/valencia/ajax-loader.png
1284
+ - templates/mobile/jquery/mobile/valencia/form-check-off.png
1285
+ - templates/mobile/jquery/mobile/valencia/form-check-on.png
1286
+ - templates/mobile/jquery/mobile/valencia/form-radio-off.png
1287
+ - templates/mobile/jquery/mobile/valencia/form-radio-on.png
1288
+ - templates/mobile/jquery/mobile/valencia/icon-search-black.png
1289
+ - templates/mobile/jquery/mobile/valencia/icons-18-black.png
1290
+ - templates/mobile/jquery/mobile/valencia/icons-18-white.png
1291
+ - templates/mobile/jquery/mobile/valencia/icons-36-black.png
1292
+ - templates/mobile/jquery/mobile/valencia/icons-36-white.png
1293
+ - templates/mobile/jquery/mobile/valencia/texture_05.png
1294
+ - templates/mobile/jquery/mobile/valencia/texture_075.png
1295
+ - templates/mobile/lib/tasks/jquery.mobile.rake
1296
+ - templates/mobile/manifest.rb
1011
1297
  - templates/ribbon/config/initializers/ribbon.rb
1012
1298
  - templates/ribbon/jquery.ribbon.js
1013
1299
  - templates/ribbon/jquery.ribbon.min.js
@@ -1086,6 +1372,14 @@ files:
1086
1372
  - templates/ribbon/jquery/ribbon/windows7/ribbon-backstage-subMenu-itemSquare.png
1087
1373
  - templates/ribbon/jquery/ribbon/windows7/top_background.png
1088
1374
  - templates/ribbon/manifest.rb
1375
+ - templates/secret_sauce/app/views/shared/_ui_form_error_messages.html.haml
1376
+ - templates/secret_sauce/app/views/shared/_ui_grid_for_without_block.js.haml
1377
+ - templates/secret_sauce/app/views/shared/_ui_static_dialog.html.haml
1378
+ - templates/secret_sauce/config/initializers/secret_sauce.rb
1379
+ - templates/secret_sauce/jquery/secret_sauce.scss
1380
+ - templates/secret_sauce/manifest.rb
1381
+ - templates/secret_sauce/secret_sauce.js
1382
+ - templates/secret_sauce/secret_sauce.min.js
1089
1383
  - templates/tools/config/initializers/tools.rb
1090
1384
  - templates/tools/jquery.tools.js
1091
1385
  - templates/tools/jquery.tools.min.js
@@ -1096,8 +1390,8 @@ homepage: http://github.com/kosmas58/compass-jquery-plugin
1096
1390
  licenses: []
1097
1391
 
1098
1392
  post_install_message:
1099
- rdoc_options:
1100
- - --charset=UTF-8
1393
+ rdoc_options: []
1394
+
1101
1395
  require_paths:
1102
1396
  - lib
1103
1397
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -1112,12 +1406,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
1112
1406
  required_rubygems_version: !ruby/object:Gem::Requirement
1113
1407
  none: false
1114
1408
  requirements:
1115
- - - ">="
1409
+ - - ">"
1116
1410
  - !ruby/object:Gem::Version
1117
- hash: 3
1411
+ hash: 25
1118
1412
  segments:
1119
- - 0
1120
- version: "0"
1413
+ - 1
1414
+ - 3
1415
+ - 1
1416
+ version: 1.3.1
1121
1417
  requirements: []
1122
1418
 
1123
1419
  rubyforge_project: