rails_pitfall 1.0.5 → 1.0.6

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 (82) hide show
  1. data/.DS_Store +0 -0
  2. data/Gemfile +4 -0
  3. data/Gemfile.lock +127 -0
  4. data/LICENSE.txt +1 -0
  5. data/README.md +45 -0
  6. data/Rakefile +1 -0
  7. data/lib/rails_pitfall/version.rb +3 -0
  8. data/lib/rails_pitfall.rb +17 -0
  9. data/rails_pitfall-1.0.5.gem +0 -0
  10. data/rails_pitfall.gemspec +25 -0
  11. data/vendor/assets/.DS_Store +0 -0
  12. data/vendor/assets/images/.DS_Store +0 -0
  13. data/vendor/assets/images/BK2menu.png +0 -0
  14. data/vendor/assets/images/backgrounds/.DS_Store +0 -0
  15. data/vendor/assets/images/backgrounds/Archive.zip +0 -0
  16. data/vendor/assets/images/backgrounds/BKwild_oliva_light.png +0 -0
  17. data/vendor/assets/images/backgrounds/lghtmesh.png +0 -0
  18. data/vendor/assets/images/backgrounds/untitled folder/.DS_Store +0 -0
  19. data/vendor/assets/images/backgrounds/untitled folder/wild_oliva.png +0 -0
  20. data/vendor/assets/images/backgrounds/untitled folder/wild_oliva_dark.png +0 -0
  21. data/vendor/assets/images/backgrounds/untitled folder/wild_oliva_light.png +0 -0
  22. data/vendor/assets/images/backgrounds/untitled folder/wild_oliva_light_head.png +0 -0
  23. data/vendor/assets/images/backgrounds/white.png +0 -0
  24. data/vendor/assets/images/backgrounds/wild_oliva.png +0 -0
  25. data/vendor/assets/images/backgrounds/wild_oliva_blue_dark.png +0 -0
  26. data/vendor/assets/images/backgrounds/wild_oliva_blue_light.png +0 -0
  27. data/vendor/assets/images/backgrounds/wild_oliva_dark.png +0 -0
  28. data/vendor/assets/images/backgrounds/wild_oliva_light.png +0 -0
  29. data/vendor/assets/images/backgrounds/wild_oliva_light_head.png +0 -0
  30. data/vendor/assets/images/menu.png +0 -0
  31. data/vendor/assets/images/ui.totop.png +0 -0
  32. data/vendor/assets/javascript/easing.js +141 -0
  33. data/vendor/assets/javascript/isotope/jquery.isotope.js +1407 -0
  34. data/vendor/assets/javascript/jquery.isotope.js +1407 -0
  35. data/vendor/assets/javascript/jquery.ui/jquery.ui.totop.js +55 -0
  36. data/vendor/assets/javascript/jquery.ui.totop.js +55 -0
  37. data/vendor/assets/javascript/rails_pitfall.js +9 -0
  38. data/vendor/assets/javascript/rails_pitfall_modernizer.js +4 -0
  39. data/vendor/assets/javascript/restart_theme.js +213 -0
  40. data/vendor/assets/stylesheets/Bakup-custom_variables.less +301 -0
  41. data/vendor/assets/stylesheets/animate/animate.css +3263 -0
  42. data/vendor/assets/stylesheets/animate.css +3263 -0
  43. data/vendor/assets/stylesheets/bootstrap_customization.less +2 -0
  44. data/vendor/assets/stylesheets/custom_variables.less +301 -0
  45. data/vendor/assets/stylesheets/flexslider_customization.css +20 -0
  46. data/vendor/assets/stylesheets/font-awesome-ie7.min.css +22 -0
  47. data/vendor/assets/stylesheets/fontawesome_customization.less +6 -0
  48. data/vendor/assets/stylesheets/isotope/css/style.css +77 -0
  49. data/vendor/assets/stylesheets/rails_pitfall.css.scss +11 -0
  50. data/vendor/assets/stylesheets/reset.css +45 -0
  51. data/vendor/assets/stylesheets/style.css +77 -0
  52. data/vendor/assets/stylesheets/style.css.zip +0 -0
  53. data/vendor/assets/stylesheets/style.less +1974 -0
  54. data/vendor/images/.DS_Store +0 -0
  55. data/vendor/images/BKmenu.png +0 -0
  56. data/vendor/images/backgrounds/.DS_Store +0 -0
  57. data/vendor/images/backgrounds/BKwild_oliva_light.png +0 -0
  58. data/vendor/images/backgrounds/wild_oliva.png +0 -0
  59. data/vendor/images/backgrounds/wild_oliva_blue_dark.png +0 -0
  60. data/vendor/images/backgrounds/wild_oliva_blue_light.png +0 -0
  61. data/vendor/images/backgrounds/wild_oliva_dark.png +0 -0
  62. data/vendor/images/backgrounds/wild_oliva_light.png +0 -0
  63. data/vendor/images/backgrounds/wild_oliva_light_head.png +0 -0
  64. data/vendor/images/menu.png +0 -0
  65. data/vendor/images/ui.totop.png +0 -0
  66. data/vendor/javascript/easing.js +141 -0
  67. data/vendor/javascript/isotope/jquery.isotope.js +1407 -0
  68. data/vendor/javascript/jquery.ui/jquery.ui.totop.js +55 -0
  69. data/vendor/javascript/rails_pitfall.js +9 -0
  70. data/vendor/javascript/rails_pitfall_modernizer.js +4 -0
  71. data/vendor/javascript/restart_theme.js +213 -0
  72. data/vendor/stylesheets/animate/animate.css +3263 -0
  73. data/vendor/stylesheets/bootstrap_customization.less +2 -0
  74. data/vendor/stylesheets/custom_variables.less +301 -0
  75. data/vendor/stylesheets/flexslider_customization.css +20 -0
  76. data/vendor/stylesheets/font-awesome-ie7.min.css +22 -0
  77. data/vendor/stylesheets/fontawesome_customization.less +6 -0
  78. data/vendor/stylesheets/isotope/css/style.css +77 -0
  79. data/vendor/stylesheets/rails_pitfall.css.scss +11 -0
  80. data/vendor/stylesheets/reset.css +45 -0
  81. data/vendor/stylesheets/style.less +1974 -0
  82. metadata +84 -3
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,141 @@
1
+ /*
2
+ * jQuery EasIng v1.1.2 - http://gsgd.co.uk/sandbox/jquery.easIng.php
3
+ *
4
+ * Uses the built In easIng capabilities added In jQuery 1.1
5
+ * to offer multiple easIng options
6
+ *
7
+ * Copyright (c) 2007 George Smith
8
+ * Licensed under the MIT License:
9
+ * http://www.opensource.org/licenses/mit-license.php
10
+ */
11
+
12
+ // t: current time, b: begInnIng value, c: change In value, d: duration
13
+
14
+ jQuery.extend( jQuery.easing,
15
+ {
16
+ easeInQuad: function (x, t, b, c, d) {
17
+ return c*(t/=d)*t + b;
18
+ },
19
+ easeOutQuad: function (x, t, b, c, d) {
20
+ return -c *(t/=d)*(t-2) + b;
21
+ },
22
+ easeInOutQuad: function (x, t, b, c, d) {
23
+ if ((t/=d/2) < 1) return c/2*t*t + b;
24
+ return -c/2 * ((--t)*(t-2) - 1) + b;
25
+ },
26
+ easeInCubic: function (x, t, b, c, d) {
27
+ return c*(t/=d)*t*t + b;
28
+ },
29
+ easeOutCubic: function (x, t, b, c, d) {
30
+ return c*((t=t/d-1)*t*t + 1) + b;
31
+ },
32
+ easeInOutCubic: function (x, t, b, c, d) {
33
+ if ((t/=d/2) < 1) return c/2*t*t*t + b;
34
+ return c/2*((t-=2)*t*t + 2) + b;
35
+ },
36
+ easeInQuart: function (x, t, b, c, d) {
37
+ return c*(t/=d)*t*t*t + b;
38
+ },
39
+ easeOutQuart: function (x, t, b, c, d) {
40
+ return -c * ((t=t/d-1)*t*t*t - 1) + b;
41
+ },
42
+ easeInOutQuart: function (x, t, b, c, d) {
43
+ if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
44
+ return -c/2 * ((t-=2)*t*t*t - 2) + b;
45
+ },
46
+ easeInQuint: function (x, t, b, c, d) {
47
+ return c*(t/=d)*t*t*t*t + b;
48
+ },
49
+ easeOutQuint: function (x, t, b, c, d) {
50
+ return c*((t=t/d-1)*t*t*t*t + 1) + b;
51
+ },
52
+ easeInOutQuint: function (x, t, b, c, d) {
53
+ if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
54
+ return c/2*((t-=2)*t*t*t*t + 2) + b;
55
+ },
56
+ easeInSine: function (x, t, b, c, d) {
57
+ return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
58
+ },
59
+ easeOutSine: function (x, t, b, c, d) {
60
+ return c * Math.sin(t/d * (Math.PI/2)) + b;
61
+ },
62
+ easeInOutSine: function (x, t, b, c, d) {
63
+ return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
64
+ },
65
+ easeInExpo: function (x, t, b, c, d) {
66
+ return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
67
+ },
68
+ easeOutExpo: function (x, t, b, c, d) {
69
+ return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
70
+ },
71
+ easeInOutExpo: function (x, t, b, c, d) {
72
+ if (t==0) return b;
73
+ if (t==d) return b+c;
74
+ if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
75
+ return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
76
+ },
77
+ easeInCirc: function (x, t, b, c, d) {
78
+ return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
79
+ },
80
+ easeOutCirc: function (x, t, b, c, d) {
81
+ return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
82
+ },
83
+ easeInOutCirc: function (x, t, b, c, d) {
84
+ if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
85
+ return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
86
+ },
87
+ easeInElastic: function (x, t, b, c, d) {
88
+ var s=1.70158;var p=0;var a=c;
89
+ if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
90
+ if (a < Math.abs(c)) { a=c; var s=p/4; }
91
+ else var s = p/(2*Math.PI) * Math.asin (c/a);
92
+ return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
93
+ },
94
+ easeOutElastic: function (x, t, b, c, d) {
95
+ var s=1.70158;var p=0;var a=c;
96
+ if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
97
+ if (a < Math.abs(c)) { a=c; var s=p/4; }
98
+ else var s = p/(2*Math.PI) * Math.asin (c/a);
99
+ return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
100
+ },
101
+ easeInOutElastic: function (x, t, b, c, d) {
102
+ var s=1.70158;var p=0;var a=c;
103
+ if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
104
+ if (a < Math.abs(c)) { a=c; var s=p/4; }
105
+ else var s = p/(2*Math.PI) * Math.asin (c/a);
106
+ if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
107
+ return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
108
+ },
109
+ easeInBack: function (x, t, b, c, d, s) {
110
+ if (s == undefined) s = 1.70158;
111
+ return c*(t/=d)*t*((s+1)*t - s) + b;
112
+ },
113
+ easeOutBack: function (x, t, b, c, d, s) {
114
+ if (s == undefined) s = 1.70158;
115
+ return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
116
+ },
117
+ easeInOutBack: function (x, t, b, c, d, s) {
118
+ if (s == undefined) s = 1.70158;
119
+ if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
120
+ return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
121
+ },
122
+ easeInBounce: function (x, t, b, c, d) {
123
+ return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
124
+ },
125
+ easeOutBounce: function (x, t, b, c, d) {
126
+ if ((t/=d) < (1/2.75)) {
127
+ return c*(7.5625*t*t) + b;
128
+ } else if (t < (2/2.75)) {
129
+ return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
130
+ } else if (t < (2.5/2.75)) {
131
+ return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
132
+ } else {
133
+ return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
134
+ }
135
+ },
136
+ easeInOutBounce: function (x, t, b, c, d) {
137
+ if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
138
+ return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
139
+ }
140
+ });
141
+