jquery-raty-rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. data/LICENSE.md +31 -0
  2. data/README.md +60 -0
  3. data/Rakefile +212 -0
  4. data/lib/jquery-raty-rails.rb +4 -0
  5. data/lib/jquery-raty-rails/engine.rb +7 -0
  6. data/lib/jquery-raty-rails/version.rb +3 -0
  7. data/lib/tasks/jquery-raty-rails_tasks.rake +4 -0
  8. data/test/dummy/README.rdoc +261 -0
  9. data/test/dummy/Rakefile +7 -0
  10. data/test/dummy/app/assets/javascripts/application.js +15 -0
  11. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  12. data/test/dummy/app/controllers/application_controller.rb +3 -0
  13. data/test/dummy/app/helpers/application_helper.rb +2 -0
  14. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  15. data/test/dummy/config.ru +4 -0
  16. data/test/dummy/config/application.rb +56 -0
  17. data/test/dummy/config/boot.rb +10 -0
  18. data/test/dummy/config/database.yml +25 -0
  19. data/test/dummy/config/environment.rb +5 -0
  20. data/test/dummy/config/environments/development.rb +37 -0
  21. data/test/dummy/config/environments/production.rb +67 -0
  22. data/test/dummy/config/environments/test.rb +37 -0
  23. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  24. data/test/dummy/config/initializers/inflections.rb +15 -0
  25. data/test/dummy/config/initializers/mime_types.rb +5 -0
  26. data/test/dummy/config/initializers/secret_token.rb +7 -0
  27. data/test/dummy/config/initializers/session_store.rb +8 -0
  28. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  29. data/test/dummy/config/locales/en.yml +5 -0
  30. data/test/dummy/config/routes.rb +58 -0
  31. data/test/dummy/db/test.sqlite3 +0 -0
  32. data/test/dummy/log/test.log +99 -0
  33. data/test/dummy/public/404.html +26 -0
  34. data/test/dummy/public/422.html +26 -0
  35. data/test/dummy/public/500.html +25 -0
  36. data/test/dummy/public/favicon.ico +0 -0
  37. data/test/dummy/script/rails +6 -0
  38. data/test/dummy/tmp/cache/assets/C02/3F0/sprockets%2F619690c308e86239202d2f8384756e91 +0 -0
  39. data/test/dummy/tmp/cache/assets/C3B/AF0/sprockets%2F5ec1e6aff22441566232033268083c00 +0 -0
  40. data/test/dummy/tmp/cache/assets/C70/1E0/sprockets%2Fba085081b43ffb396af0573041665303 +0 -0
  41. data/test/dummy/tmp/cache/assets/CAA/000/sprockets%2F10ef2257116ded54c1510608578f4d9a +0 -0
  42. data/test/dummy/tmp/cache/assets/D12/970/sprockets%2F55a6f6c1f8ee36e41266b2d65a38b308 +0 -0
  43. data/test/dummy/tmp/cache/assets/D12/FA0/sprockets%2Fc5ff28f084f58772221c004a47caa79f +0 -0
  44. data/test/dummy/tmp/cache/assets/D16/320/sprockets%2F5f11731d08f66c5ef4deb4804966b6a4 +0 -0
  45. data/test/dummy/tmp/cache/assets/D17/860/sprockets%2Fb5cf2f2c9e11ca58cf80c14879286057 +0 -0
  46. data/test/dummy/tmp/cache/assets/D35/EC0/sprockets%2F153d022974e52522ecb5bebf9c2b4a57 +0 -0
  47. data/test/dummy/tmp/cache/assets/D3F/5A0/sprockets%2F9c02ba98562a2723d317b5de25df77fa +0 -0
  48. data/test/dummy/tmp/cache/assets/D47/1F0/sprockets%2Fbc622247a7b39fc859f20289a85db6da +0 -0
  49. data/test/dummy/tmp/cache/assets/D53/B70/sprockets%2F67b5e5944c6d15774e8658fec33daed1 +0 -0
  50. data/test/dummy/tmp/cache/assets/D71/070/sprockets%2F4ab558ba0a40a53f86f367ef0875c5df +0 -0
  51. data/test/dummy/tmp/cache/assets/D91/3D0/sprockets%2F584ef87c314c77dbaffc21200eca26b0 +0 -0
  52. data/test/dummy/tmp/cache/assets/DD5/BD0/sprockets%2Fc82ad1f32183cc6c8db9ef9de57ae091 +0 -0
  53. data/test/dummy/tmp/cache/assets/DF5/FC0/sprockets%2Faac096d23f7a9f81113e6afd54fd0eba +0 -0
  54. data/test/integration/jquery_raty_rails_integration_test.rb +27 -0
  55. data/test/test_helper.rb +16 -0
  56. data/vendor/assets/images/jquery.raty/cancel-off.png +0 -0
  57. data/vendor/assets/images/jquery.raty/cancel-on.png +0 -0
  58. data/vendor/assets/images/jquery.raty/star-half.png +0 -0
  59. data/vendor/assets/images/jquery.raty/star-off.png +0 -0
  60. data/vendor/assets/images/jquery.raty/star-on.png +0 -0
  61. data/vendor/assets/javascripts/jquery.raty.js +460 -0
  62. data/vendor/assets/javascripts/jquery.raty.min.js +16 -0
  63. metadata +305 -0
@@ -0,0 +1,16 @@
1
+ /* Minified by Google Closure */
2
+ (function(d){var b={init:function(a){return this.each(function(){var c=d(this).empty();this.opt=d.extend(!0,{},d.fn.raty.defaults,a);c.data("settings",this.opt);this.opt.number=b.between(this.opt.number,0,20);"/"!=this.opt.path.substring(this.opt.path.length-1,this.opt.path.length)&&(this.opt.path+="/");"function"==typeof this.opt.score&&(this.opt.score=this.opt.score.call(this));this.opt.score&&(this.opt.score=b.between(this.opt.score,0,this.opt.number));for(var e=1;e<=this.opt.number;e++)d("<img />",
3
+ {src:this.opt.path+(!this.opt.score||this.opt.score<e?this.opt.starOff:this.opt.starOn),alt:e,title:e<=this.opt.hints.length&&null!==this.opt.hints[e-1]?this.opt.hints[e-1]:e}).appendTo(this),this.opt.space&&c.append(e<this.opt.number?"&#160;":"");this.stars=c.children('img:not(".raty-cancel")');this.score=d("<input />",{type:"hidden",name:this.opt.scoreName}).appendTo(this);this.opt.score&&0<this.opt.score&&(this.score.val(this.opt.score),b.roundStar.call(this,this.opt.score));this.opt.iconRange&&
4
+ b.fill.call(this,this.opt.score);b.setTarget.call(this,this.opt.score,this.opt.targetKeep);var e=this.opt.space?4:0,g=this.opt.width||this.opt.number*this.opt.size+this.opt.number*e;this.opt.cancel&&(this.cancel=d("<img />",{src:this.opt.path+this.opt.cancelOff,alt:"x",title:this.opt.cancelHint,"class":"raty-cancel"}),"left"==this.opt.cancelPlace?c.prepend("&#160;").prepend(this.cancel):c.append("&#160;").append(this.cancel),g+=this.opt.size+e);this.opt.readOnly?(b.fixHint.call(this),this.cancel&&
5
+ this.cancel.hide()):(c.css("cursor","pointer"),b.bindAction.call(this));c.css("width",g)})},between:function(a,c,b){return Math.min(Math.max(parseFloat(a),c),b)},bindAction:function(){var a=this,c=d(a);c.mouseleave(function(){var c=a.score.val()||void 0;b.initialize.call(a,c);b.setTarget.call(a,c,a.opt.targetKeep);a.opt.mouseover&&a.opt.mouseover.call(a,c)});var e=a.opt.half?"mousemove":"mouseover";a.opt.cancel&&a.cancel.mouseenter(function(){d(this).attr("src",a.opt.path+a.opt.cancelOn);a.stars.attr("src",
6
+ a.opt.path+a.opt.starOff);b.setTarget.call(a,null,!0);a.opt.mouseover&&a.opt.mouseover.call(a,null)}).mouseleave(function(){d(this).attr("src",a.opt.path+a.opt.cancelOff);a.opt.mouseover&&a.opt.mouseover.call(a,a.score.val()||null)}).click(function(c){a.score.removeAttr("value");a.opt.click&&a.opt.click.call(a,null,c)});a.stars.bind(e,function(e){var f=parseInt(this.alt,10);if(a.opt.half){var i=parseFloat((e.pageX-d(this).offset().left)/a.opt.size),h=0.5<i?1:0.5,f=parseFloat(this.alt)-1+h;b.fill.call(a,
7
+ f);a.opt.precision&&(f=f-h+i);b.showHalf.call(a,f)}else b.fill.call(a,f);c.data("score",f);b.setTarget.call(a,f,!0);a.opt.mouseover&&a.opt.mouseover.call(a,f,e)}).click(function(b){a.score.val(a.opt.half||a.opt.precision?c.data("score"):this.alt);a.opt.click&&a.opt.click.call(a,a.score.val(),b)})},cancel:function(a){return d(this).each(function(){if(!0===d(this).data("readonly"))return this;a?b.click.call(this,null):b.score.call(this,null);this.score.removeAttr("value")})},click:function(a){return d(this).each(function(){if(!0===
8
+ d(this).data("readonly"))return this;b.initialize.call(this,a);this.opt.click?this.opt.click.call(this,a):b.error.call(this,'you must add the "click: function(score, evt) { }" callback.');b.setTarget.call(this,a,!0)})},error:function(a){d(this).html(a);d.error(a)},fill:function(a){for(var c=this.stars.length,b=0,d,f,i,h=1;h<=c;h++)d=this.stars.eq(h-1),this.opt.iconRange&&this.opt.iconRange.length>b?(f=this.opt.iconRange[b],i=this.opt.single?h==a?f.on||this.opt.starOn:f.off||this.opt.starOff:h<=a?
9
+ f.on||this.opt.starOn:f.off||this.opt.starOff,h<=f.range&&d.attr("src",this.opt.path+i),h==f.range&&b++):(i=this.opt.single?h==a?this.opt.starOn:this.opt.starOff:h<=a?this.opt.starOn:this.opt.starOff,d.attr("src",this.opt.path+i))},fixHint:function(){var a=d(this),c=parseInt(this.score.val(),10),b=this.opt.noRatedMsg;!isNaN(c)&&0<c&&(b=c<=this.opt.hints.length&&null!==this.opt.hints[c-1]?this.opt.hints[c-1]:c);a.data("readonly",!0).css("cursor","default").attr("title",b);this.score.attr("readonly",
10
+ "readonly");this.stars.attr("title",b)},getScore:function(){var a=[],c;d(this).each(function(){c=this.score.val();a.push(c?parseFloat(c):void 0)});return 1<a.length?a:a[0]},readOnly:function(a){return this.each(function(){var c=d(this);if(c.data("readonly")===a)return this;this.cancel&&(a?this.cancel.hide():this.cancel.show());a?(c.unbind(),c.children("img").unbind(),b.fixHint.call(this)):(b.bindAction.call(this),b.unfixHint.call(this));c.data("readonly",a)})},reload:function(){return b.set.call(this,
11
+ {})},roundStar:function(a){var c=(a-Math.floor(a)).toFixed(2);if(c>this.opt.round.down){var b=this.opt.starOn;c<this.opt.round.up&&this.opt.halfShow?b=this.opt.starHalf:c<this.opt.round.full&&(b=this.opt.starOff);this.stars.eq(Math.ceil(a)-1).attr("src",this.opt.path+b)}},score:function(){return arguments.length?b.setScore.apply(this,arguments):b.getScore.call(this)},set:function(a){this.each(function(){var b=d(this),e=b.data("settings"),g=b.clone().removeAttr("style").insertBefore(b);b.remove();
12
+ g.raty(d.extend(e,a))});return d(this.selector)},setScore:function(a){return d(this).each(function(){if(!0===d(this).data("readonly"))return this;b.initialize.call(this,a);b.setTarget.call(this,a,!0)})},setTarget:function(a,c){if(this.opt.target){var e=d(this.opt.target);0==e.length&&b.error.call(this,"target selector invalid or missing!");var g=a,g=!c||void 0===g?this.opt.targetText:"hint"==this.opt.targetType?null===g&&this.opt.cancel?this.opt.cancelHint:this.opt.hints[Math.ceil(g-1)]:this.opt.precision?
13
+ parseFloat(g).toFixed(1):parseInt(g,10);0>this.opt.targetFormat.indexOf("{score}")&&b.error.call(this,'template "{score}" missing!');null!==a&&(g=this.opt.targetFormat.toString().replace("{score}",g));e.is(":input")?e.val(g):e.html(g)}},showHalf:function(a){var b=(a-Math.floor(a)).toFixed(1);0<b&&0.6>b&&this.stars.eq(Math.ceil(a)-1).attr("src",this.opt.path+this.opt.starHalf)},initialize:function(a){a=!a?0:b.between(a,0,this.opt.number);b.fill.call(this,a);0<a&&(this.opt.halfShow&&b.roundStar.call(this,
14
+ a),this.score.val(a))},unfixHint:function(){for(var a=0;a<this.opt.number;a++)this.stars.eq(a).attr("title",a<this.opt.hints.length&&null!==this.opt.hints[a]?this.opt.hints[a]:a);d(this).data("readonly",!1).css("cursor","pointer").removeAttr("title");this.score.attr("readonly","readonly")}};d.fn.raty=function(a){if(b[a])return b[a].apply(this,Array.prototype.slice.call(arguments,1));if("object"===typeof a||!a)return b.init.apply(this,arguments);d.error("Method "+a+" does not exist!")};d.fn.raty.defaults=
15
+ {cancel:!1,cancelHint:"cancel this rating!",cancelOff:"cancel-off.png",cancelOn:"cancel-on.png",cancelPlace:"left",click:void 0,half:!1,halfShow:!0,hints:["bad","poor","regular","good","gorgeous"],iconRange:void 0,mouseover:void 0,noRatedMsg:"not rated yet",number:5,path:"/assets/jquery.raty/",precision:!1,round:{down:0.25,full:0.6,up:0.76},readOnly:!1,score:void 0,scoreName:"score",single:!1,size:16,space:!0,starHalf:"star-half.png",starOff:"star-off.png",starOn:"star-on.png",target:void 0,targetFormat:"{score}",
16
+ targetKeep:!1,targetText:"",targetType:"hint",width:void 0}})(jQuery);
metadata ADDED
@@ -0,0 +1,305 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jquery-raty-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Brian M. Clapper
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-05-24 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 3.2.3
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: 3.2.3
30
+ - !ruby/object:Gem::Dependency
31
+ name: sqlite3
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: minitest
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: capybara
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ type: :development
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ - !ruby/object:Gem::Dependency
79
+ name: turn
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ! '>='
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ type: :development
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ - !ruby/object:Gem::Dependency
95
+ name: gemcutter
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ! '>='
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ - !ruby/object:Gem::Dependency
111
+ name: octokit
112
+ requirement: !ruby/object:Gem::Requirement
113
+ none: false
114
+ requirements:
115
+ - - ! '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ none: false
122
+ requirements:
123
+ - - ! '>='
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
126
+ - !ruby/object:Gem::Dependency
127
+ name: pry
128
+ requirement: !ruby/object:Gem::Requirement
129
+ none: false
130
+ requirements:
131
+ - - ! '>='
132
+ - !ruby/object:Gem::Version
133
+ version: '0'
134
+ type: :development
135
+ prerelease: false
136
+ version_requirements: !ruby/object:Gem::Requirement
137
+ none: false
138
+ requirements:
139
+ - - ! '>='
140
+ - !ruby/object:Gem::Version
141
+ version: '0'
142
+ - !ruby/object:Gem::Dependency
143
+ name: rubyzip
144
+ requirement: !ruby/object:Gem::Requirement
145
+ none: false
146
+ requirements:
147
+ - - ! '>='
148
+ - !ruby/object:Gem::Version
149
+ version: '0'
150
+ type: :development
151
+ prerelease: false
152
+ version_requirements: !ruby/object:Gem::Requirement
153
+ none: false
154
+ requirements:
155
+ - - ! '>='
156
+ - !ruby/object:Gem::Version
157
+ version: '0'
158
+ description: Integrates jquery-raty into the Rails 3 asset pipeline.
159
+ email:
160
+ - bmc@clapper.org
161
+ executables: []
162
+ extensions: []
163
+ extra_rdoc_files: []
164
+ files:
165
+ - lib/tasks/jquery-raty-rails_tasks.rake
166
+ - lib/jquery-raty-rails.rb
167
+ - lib/jquery-raty-rails/engine.rb
168
+ - lib/jquery-raty-rails/version.rb
169
+ - vendor/assets/images/jquery.raty/star-half.png
170
+ - vendor/assets/images/jquery.raty/star-on.png
171
+ - vendor/assets/images/jquery.raty/cancel-on.png
172
+ - vendor/assets/images/jquery.raty/cancel-off.png
173
+ - vendor/assets/images/jquery.raty/star-off.png
174
+ - vendor/assets/javascripts/jquery.raty.min.js
175
+ - vendor/assets/javascripts/jquery.raty.js
176
+ - LICENSE.md
177
+ - Rakefile
178
+ - README.md
179
+ - test/dummy/db/test.sqlite3
180
+ - test/dummy/tmp/cache/assets/D35/EC0/sprockets%2F153d022974e52522ecb5bebf9c2b4a57
181
+ - test/dummy/tmp/cache/assets/D47/1F0/sprockets%2Fbc622247a7b39fc859f20289a85db6da
182
+ - test/dummy/tmp/cache/assets/DD5/BD0/sprockets%2Fc82ad1f32183cc6c8db9ef9de57ae091
183
+ - test/dummy/tmp/cache/assets/C3B/AF0/sprockets%2F5ec1e6aff22441566232033268083c00
184
+ - test/dummy/tmp/cache/assets/C70/1E0/sprockets%2Fba085081b43ffb396af0573041665303
185
+ - test/dummy/tmp/cache/assets/D71/070/sprockets%2F4ab558ba0a40a53f86f367ef0875c5df
186
+ - test/dummy/tmp/cache/assets/CAA/000/sprockets%2F10ef2257116ded54c1510608578f4d9a
187
+ - test/dummy/tmp/cache/assets/DF5/FC0/sprockets%2Faac096d23f7a9f81113e6afd54fd0eba
188
+ - test/dummy/tmp/cache/assets/D16/320/sprockets%2F5f11731d08f66c5ef4deb4804966b6a4
189
+ - test/dummy/tmp/cache/assets/C02/3F0/sprockets%2F619690c308e86239202d2f8384756e91
190
+ - test/dummy/tmp/cache/assets/D53/B70/sprockets%2F67b5e5944c6d15774e8658fec33daed1
191
+ - test/dummy/tmp/cache/assets/D3F/5A0/sprockets%2F9c02ba98562a2723d317b5de25df77fa
192
+ - test/dummy/tmp/cache/assets/D12/970/sprockets%2F55a6f6c1f8ee36e41266b2d65a38b308
193
+ - test/dummy/tmp/cache/assets/D12/FA0/sprockets%2Fc5ff28f084f58772221c004a47caa79f
194
+ - test/dummy/tmp/cache/assets/D17/860/sprockets%2Fb5cf2f2c9e11ca58cf80c14879286057
195
+ - test/dummy/tmp/cache/assets/D91/3D0/sprockets%2F584ef87c314c77dbaffc21200eca26b0
196
+ - test/dummy/config.ru
197
+ - test/dummy/log/test.log
198
+ - test/dummy/public/favicon.ico
199
+ - test/dummy/public/500.html
200
+ - test/dummy/public/422.html
201
+ - test/dummy/public/404.html
202
+ - test/dummy/app/assets/stylesheets/application.css
203
+ - test/dummy/app/assets/javascripts/application.js
204
+ - test/dummy/app/controllers/application_controller.rb
205
+ - test/dummy/app/views/layouts/application.html.erb
206
+ - test/dummy/app/helpers/application_helper.rb
207
+ - test/dummy/README.rdoc
208
+ - test/dummy/config/database.yml
209
+ - test/dummy/config/boot.rb
210
+ - test/dummy/config/initializers/session_store.rb
211
+ - test/dummy/config/initializers/backtrace_silencers.rb
212
+ - test/dummy/config/initializers/wrap_parameters.rb
213
+ - test/dummy/config/initializers/secret_token.rb
214
+ - test/dummy/config/initializers/inflections.rb
215
+ - test/dummy/config/initializers/mime_types.rb
216
+ - test/dummy/config/locales/en.yml
217
+ - test/dummy/config/application.rb
218
+ - test/dummy/config/routes.rb
219
+ - test/dummy/config/environment.rb
220
+ - test/dummy/config/environments/production.rb
221
+ - test/dummy/config/environments/development.rb
222
+ - test/dummy/config/environments/test.rb
223
+ - test/dummy/script/rails
224
+ - test/dummy/Rakefile
225
+ - test/integration/jquery_raty_rails_integration_test.rb
226
+ - test/test_helper.rb
227
+ homepage: https://github.com/bmc/jquery-raty-rails
228
+ licenses: []
229
+ post_install_message:
230
+ rdoc_options: []
231
+ require_paths:
232
+ - lib
233
+ required_ruby_version: !ruby/object:Gem::Requirement
234
+ none: false
235
+ requirements:
236
+ - - ! '>='
237
+ - !ruby/object:Gem::Version
238
+ version: '0'
239
+ segments:
240
+ - 0
241
+ hash: 464933419854921293
242
+ required_rubygems_version: !ruby/object:Gem::Requirement
243
+ none: false
244
+ requirements:
245
+ - - ! '>='
246
+ - !ruby/object:Gem::Version
247
+ version: '0'
248
+ segments:
249
+ - 0
250
+ hash: 464933419854921293
251
+ requirements: []
252
+ rubyforge_project:
253
+ rubygems_version: 1.8.24
254
+ signing_key:
255
+ specification_version: 3
256
+ summary: Integrate jquery-raty into Rails 3
257
+ test_files:
258
+ - test/dummy/db/test.sqlite3
259
+ - test/dummy/tmp/cache/assets/D35/EC0/sprockets%2F153d022974e52522ecb5bebf9c2b4a57
260
+ - test/dummy/tmp/cache/assets/D47/1F0/sprockets%2Fbc622247a7b39fc859f20289a85db6da
261
+ - test/dummy/tmp/cache/assets/DD5/BD0/sprockets%2Fc82ad1f32183cc6c8db9ef9de57ae091
262
+ - test/dummy/tmp/cache/assets/C3B/AF0/sprockets%2F5ec1e6aff22441566232033268083c00
263
+ - test/dummy/tmp/cache/assets/C70/1E0/sprockets%2Fba085081b43ffb396af0573041665303
264
+ - test/dummy/tmp/cache/assets/D71/070/sprockets%2F4ab558ba0a40a53f86f367ef0875c5df
265
+ - test/dummy/tmp/cache/assets/CAA/000/sprockets%2F10ef2257116ded54c1510608578f4d9a
266
+ - test/dummy/tmp/cache/assets/DF5/FC0/sprockets%2Faac096d23f7a9f81113e6afd54fd0eba
267
+ - test/dummy/tmp/cache/assets/D16/320/sprockets%2F5f11731d08f66c5ef4deb4804966b6a4
268
+ - test/dummy/tmp/cache/assets/C02/3F0/sprockets%2F619690c308e86239202d2f8384756e91
269
+ - test/dummy/tmp/cache/assets/D53/B70/sprockets%2F67b5e5944c6d15774e8658fec33daed1
270
+ - test/dummy/tmp/cache/assets/D3F/5A0/sprockets%2F9c02ba98562a2723d317b5de25df77fa
271
+ - test/dummy/tmp/cache/assets/D12/970/sprockets%2F55a6f6c1f8ee36e41266b2d65a38b308
272
+ - test/dummy/tmp/cache/assets/D12/FA0/sprockets%2Fc5ff28f084f58772221c004a47caa79f
273
+ - test/dummy/tmp/cache/assets/D17/860/sprockets%2Fb5cf2f2c9e11ca58cf80c14879286057
274
+ - test/dummy/tmp/cache/assets/D91/3D0/sprockets%2F584ef87c314c77dbaffc21200eca26b0
275
+ - test/dummy/config.ru
276
+ - test/dummy/log/test.log
277
+ - test/dummy/public/favicon.ico
278
+ - test/dummy/public/500.html
279
+ - test/dummy/public/422.html
280
+ - test/dummy/public/404.html
281
+ - test/dummy/app/assets/stylesheets/application.css
282
+ - test/dummy/app/assets/javascripts/application.js
283
+ - test/dummy/app/controllers/application_controller.rb
284
+ - test/dummy/app/views/layouts/application.html.erb
285
+ - test/dummy/app/helpers/application_helper.rb
286
+ - test/dummy/README.rdoc
287
+ - test/dummy/config/database.yml
288
+ - test/dummy/config/boot.rb
289
+ - test/dummy/config/initializers/session_store.rb
290
+ - test/dummy/config/initializers/backtrace_silencers.rb
291
+ - test/dummy/config/initializers/wrap_parameters.rb
292
+ - test/dummy/config/initializers/secret_token.rb
293
+ - test/dummy/config/initializers/inflections.rb
294
+ - test/dummy/config/initializers/mime_types.rb
295
+ - test/dummy/config/locales/en.yml
296
+ - test/dummy/config/application.rb
297
+ - test/dummy/config/routes.rb
298
+ - test/dummy/config/environment.rb
299
+ - test/dummy/config/environments/production.rb
300
+ - test/dummy/config/environments/development.rb
301
+ - test/dummy/config/environments/test.rb
302
+ - test/dummy/script/rails
303
+ - test/dummy/Rakefile
304
+ - test/integration/jquery_raty_rails_integration_test.rb
305
+ - test/test_helper.rb