jquery-spinner-rails 1.0.0

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 (59) hide show
  1. data/LICENSE +20 -0
  2. data/README.rdoc +3 -0
  3. data/Rakefile +38 -0
  4. data/lib/jquery-spinner-rails.rb +4 -0
  5. data/lib/jquery-spinner-rails/version.rb +3 -0
  6. data/test/dummy/Rakefile +7 -0
  7. data/test/dummy/app/assets/javascripts/application.js +5 -0
  8. data/test/dummy/app/assets/stylesheets/application.css +5 -0
  9. data/test/dummy/app/controllers/application_controller.rb +3 -0
  10. data/test/dummy/app/controllers/main_controller.rb +4 -0
  11. data/test/dummy/app/helpers/application_helper.rb +2 -0
  12. data/test/dummy/app/helpers/main_helper.rb +2 -0
  13. data/test/dummy/app/views/layouts/application.html.haml +9 -0
  14. data/test/dummy/app/views/main/index.html.haml +1 -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 +3 -0
  31. data/test/dummy/db/development.sqlite3 +0 -0
  32. data/test/dummy/log/development.log +864 -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/test/functional/main_controller_test.rb +9 -0
  39. data/test/dummy/test/unit/helpers/main_helper_test.rb +4 -0
  40. data/test/dummy/tmp/cache/assets/C6A/6C0/sprockets%2F8b024295f25829c36f099888524d56fb +0 -0
  41. data/test/dummy/tmp/cache/assets/C7E/3F0/sprockets%2Fc64274d3a9350b166f82ba484137926a +0 -0
  42. data/test/dummy/tmp/cache/assets/CAA/FB0/sprockets%2F5f584ac17066cf0073b612256eea8075 +0 -0
  43. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  44. data/test/dummy/tmp/cache/assets/CE8/660/sprockets%2Fce661bc97240723743f74f7c2516ede5 +0 -0
  45. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  46. data/test/dummy/tmp/cache/assets/D3E/340/sprockets%2F4bc6aa24a8fbb71308023e3676ee399f +0 -0
  47. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  48. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  49. data/test/dummy/tmp/cache/assets/D72/D90/sprockets%2F7124584263fd4be4bdcfdc6345bc76d5 +0 -0
  50. data/test/dummy/tmp/cache/assets/D98/BF0/sprockets%2F694cacf10e703fc804f2db22a9e924eb +0 -0
  51. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  52. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  53. data/test/dummy/tmp/cache/assets/E08/EA0/sprockets%2Fd50e3dcbe569d2c40c89e6f35ab4eee9 +0 -0
  54. data/test/dummy/tmp/pids/server.pid +1 -0
  55. data/test/jquery-spinner-rails_test.rb +7 -0
  56. data/test/test_helper.rb +15 -0
  57. data/vendor/assets/javascripts/jquery.spinner.js +72 -0
  58. data/vendor/assets/stylesheets/jquery.spinner.css +133 -0
  59. metadata +192 -0
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/404.html -->
21
+ <div class="dialog">
22
+ <h1>The page you were looking for doesn't exist.</h1>
23
+ <p>You may have mistyped the address or the page may have moved.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/422.html -->
21
+ <div class="dialog">
22
+ <h1>The change you wanted was rejected.</h1>
23
+ <p>Maybe you tried to change something you didn't have access to.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,25 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>We're sorry, but something went wrong (500)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/500.html -->
21
+ <div class="dialog">
22
+ <h1>We're sorry, but something went wrong.</h1>
23
+ </div>
24
+ </body>
25
+ </html>
File without changes
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
5
+ require File.expand_path('../../config/boot', __FILE__)
6
+ require 'rails/commands'
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ class MainControllerTest < ActionController::TestCase
4
+ test "should get index" do
5
+ get :index
6
+ assert_response :success
7
+ end
8
+
9
+ end
@@ -0,0 +1,4 @@
1
+ require 'test_helper'
2
+
3
+ class MainHelperTest < ActionView::TestCase
4
+ end
@@ -0,0 +1 @@
1
+ 98918
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class JquerySpinnerRailsTest < ActiveSupport::TestCase
4
+ test "gem is a module" do
5
+ assert_kind_of Module, JquerySpinnerRails
6
+ end
7
+ end
@@ -0,0 +1,15 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
+ require "rails/test_help"
6
+
7
+ Rails.backtrace_cleaner.remove_silencers!
8
+
9
+ # Load support files
10
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
+
12
+ # Load fixtures from the engine
13
+ if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
+ ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
+ end
@@ -0,0 +1,72 @@
1
+ // Generated by CoffeeScript 1.3.1
2
+
3
+ /*
4
+ jQuery Spinner
5
+ Copyright 2012 Kevin Sylvestre
6
+ */
7
+
8
+
9
+ (function() {
10
+ "use strict";
11
+
12
+ var $, Spinner;
13
+
14
+ $ = jQuery;
15
+
16
+ Spinner = function(element, options) {
17
+ this.$element = $(element);
18
+ this.options = $.extend({}, $.fn.spinner.defaults, options);
19
+ this.configure();
20
+ return this;
21
+ };
22
+
23
+ Spinner.prototype = {
24
+ show: function() {
25
+ return this.$element.animate({
26
+ opacity: 1.0
27
+ });
28
+ },
29
+ hide: function() {
30
+ return this.$element.animate({
31
+ opacity: 0.0
32
+ });
33
+ },
34
+ destroy: function() {
35
+ this.$element.empty();
36
+ return this.$element.data('spinner', void 0);
37
+ },
38
+ configure: function() {
39
+ var $petal, i, _i, _ref, _results;
40
+ this.$element.empty();
41
+ _results = [];
42
+ for (i = _i = 0, _ref = this.options.petals; 0 <= _ref ? _i < _ref : _i > _ref; i = 0 <= _ref ? ++_i : --_i) {
43
+ $petal = $("<div />");
44
+ _results.push(this.$element.append($petal));
45
+ }
46
+ return _results;
47
+ }
48
+ };
49
+
50
+ $.fn.spinner = function(options) {
51
+ return $(this).each(function() {
52
+ var $this, data;
53
+ $this = $(this);
54
+ data = $this.data('spinner');
55
+ if (data == null) {
56
+ $this.data('spinner', data = new Spinner($this, options));
57
+ }
58
+ if (typeof options === 'string') {
59
+ return data[options]();
60
+ }
61
+ });
62
+ };
63
+
64
+ $.fn.spinner.defaults = {
65
+ petals: 9
66
+ };
67
+
68
+ $(function() {
69
+ return $('[data-spin="spinner"]').spinner();
70
+ });
71
+
72
+ }).call(this);
@@ -0,0 +1,133 @@
1
+ @-webkit-keyframes spinner {
2
+ 0% {
3
+ opacity: 0.2; }
4
+
5
+ 100% {
6
+ opacity: 1.0; } }
7
+
8
+ @-moz-keyframes spinner {
9
+ 0% {
10
+ opacity: 0.2; }
11
+
12
+ 100% {
13
+ opacity: 1.0; } }
14
+
15
+ @-ms-keyframes spinner {
16
+ 0% {
17
+ opacity: 0.2; }
18
+
19
+ 100% {
20
+ opacity: 1.0; } }
21
+
22
+ @-o-keyframe spinner {
23
+ 0% {
24
+ opacity: 0.2; }
25
+
26
+ 100% {
27
+ opacity: 1.0; } }
28
+
29
+ .spinner {
30
+ position: relative;
31
+ display: block;
32
+ width: 128px;
33
+ height: 128px; }
34
+ .spinner > * {
35
+ opacity: 0.2;
36
+ position: absolute;
37
+ width: 8%;
38
+ height: 24%;
39
+ left: 46%;
40
+ top: 38%;
41
+ background: #000;
42
+ -webkit-border-radius: 80px;
43
+ -moz-border-radius: 80px;
44
+ -ms-border-radius: 80px;
45
+ -o-border-radius: 80px;
46
+ border-radius: 80px;
47
+ -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
48
+ -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
49
+ box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
50
+ -webkit-animation: spinner 1s linear infinite;
51
+ -moz-animation: spinner 1s linear infinite;
52
+ animation: spinner 1s linear infinite; }
53
+ .spinner > *:nth-child(1) {
54
+ -webkit-transform: rotate(40deg) translate(0, -120%);
55
+ -moz-transform: rotate(40deg) translate(0, -120%);
56
+ -ms-transform: rotate(40deg) translate(0, -120%);
57
+ -o-transform: rotate(40deg) translate(0, -120%);
58
+ transform: rotate(40deg) translate(0, -120%);
59
+ -webkit-animation-delay: 0.111s;
60
+ -moz-animation-delay: 0.111s;
61
+ animation-delay: 0.111s; }
62
+ .spinner > *:nth-child(2) {
63
+ -webkit-transform: rotate(80deg) translate(0, -120%);
64
+ -moz-transform: rotate(80deg) translate(0, -120%);
65
+ -ms-transform: rotate(80deg) translate(0, -120%);
66
+ -o-transform: rotate(80deg) translate(0, -120%);
67
+ transform: rotate(80deg) translate(0, -120%);
68
+ -webkit-animation-delay: 0.222s;
69
+ -moz-animation-delay: 0.222s;
70
+ animation-delay: 0.222s; }
71
+ .spinner > *:nth-child(3) {
72
+ -webkit-transform: rotate(120deg) translate(0, -120%);
73
+ -moz-transform: rotate(120deg) translate(0, -120%);
74
+ -ms-transform: rotate(120deg) translate(0, -120%);
75
+ -o-transform: rotate(120deg) translate(0, -120%);
76
+ transform: rotate(120deg) translate(0, -120%);
77
+ -webkit-animation-delay: 0.333s;
78
+ -moz-animation-delay: 0.333s;
79
+ animation-delay: 0.333s; }
80
+ .spinner > *:nth-child(4) {
81
+ -webkit-transform: rotate(160deg) translate(0, -120%);
82
+ -moz-transform: rotate(160deg) translate(0, -120%);
83
+ -ms-transform: rotate(160deg) translate(0, -120%);
84
+ -o-transform: rotate(160deg) translate(0, -120%);
85
+ transform: rotate(160deg) translate(0, -120%);
86
+ -webkit-animation-delay: 0.444s;
87
+ -moz-animation-delay: 0.444s;
88
+ animation-delay: 0.444s; }
89
+ .spinner > *:nth-child(5) {
90
+ -webkit-transform: rotate(200deg) translate(0, -120%);
91
+ -moz-transform: rotate(200deg) translate(0, -120%);
92
+ -ms-transform: rotate(200deg) translate(0, -120%);
93
+ -o-transform: rotate(200deg) translate(0, -120%);
94
+ transform: rotate(200deg) translate(0, -120%);
95
+ -webkit-animation-delay: 0.556s;
96
+ -moz-animation-delay: 0.556s;
97
+ animation-delay: 0.556s; }
98
+ .spinner > *:nth-child(6) {
99
+ -webkit-transform: rotate(240deg) translate(0, -120%);
100
+ -moz-transform: rotate(240deg) translate(0, -120%);
101
+ -ms-transform: rotate(240deg) translate(0, -120%);
102
+ -o-transform: rotate(240deg) translate(0, -120%);
103
+ transform: rotate(240deg) translate(0, -120%);
104
+ -webkit-animation-delay: 0.667s;
105
+ -moz-animation-delay: 0.667s;
106
+ animation-delay: 0.667s; }
107
+ .spinner > *:nth-child(7) {
108
+ -webkit-transform: rotate(280deg) translate(0, -120%);
109
+ -moz-transform: rotate(280deg) translate(0, -120%);
110
+ -ms-transform: rotate(280deg) translate(0, -120%);
111
+ -o-transform: rotate(280deg) translate(0, -120%);
112
+ transform: rotate(280deg) translate(0, -120%);
113
+ -webkit-animation-delay: 0.778s;
114
+ -moz-animation-delay: 0.778s;
115
+ animation-delay: 0.778s; }
116
+ .spinner > *:nth-child(8) {
117
+ -webkit-transform: rotate(320deg) translate(0, -120%);
118
+ -moz-transform: rotate(320deg) translate(0, -120%);
119
+ -ms-transform: rotate(320deg) translate(0, -120%);
120
+ -o-transform: rotate(320deg) translate(0, -120%);
121
+ transform: rotate(320deg) translate(0, -120%);
122
+ -webkit-animation-delay: 0.889s;
123
+ -moz-animation-delay: 0.889s;
124
+ animation-delay: 0.889s; }
125
+ .spinner > *:nth-child(9) {
126
+ -webkit-transform: rotate(360deg) translate(0, -120%);
127
+ -moz-transform: rotate(360deg) translate(0, -120%);
128
+ -ms-transform: rotate(360deg) translate(0, -120%);
129
+ -o-transform: rotate(360deg) translate(0, -120%);
130
+ transform: rotate(360deg) translate(0, -120%);
131
+ -webkit-animation-delay: 1s;
132
+ -moz-animation-delay: 1s;
133
+ animation-delay: 1s; }
metadata ADDED
@@ -0,0 +1,192 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jquery-spinner-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Kevin Sylvestre
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-05-21 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.1.0
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.1.0
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
+ description: The jquery.spinner.js and jquery.spinner.css files.
47
+ email:
48
+ - kevin@ksylvest.com
49
+ executables: []
50
+ extensions: []
51
+ extra_rdoc_files: []
52
+ files:
53
+ - lib/jquery-spinner-rails/version.rb
54
+ - lib/jquery-spinner-rails.rb
55
+ - vendor/assets/javascripts/jquery.spinner.js
56
+ - vendor/assets/stylesheets/jquery.spinner.css
57
+ - LICENSE
58
+ - Rakefile
59
+ - README.rdoc
60
+ - test/dummy/app/assets/javascripts/application.js
61
+ - test/dummy/app/assets/stylesheets/application.css
62
+ - test/dummy/app/controllers/application_controller.rb
63
+ - test/dummy/app/controllers/main_controller.rb
64
+ - test/dummy/app/helpers/application_helper.rb
65
+ - test/dummy/app/helpers/main_helper.rb
66
+ - test/dummy/app/views/layouts/application.html.haml
67
+ - test/dummy/app/views/main/index.html.haml
68
+ - test/dummy/config/application.rb
69
+ - test/dummy/config/boot.rb
70
+ - test/dummy/config/database.yml
71
+ - test/dummy/config/environment.rb
72
+ - test/dummy/config/environments/development.rb
73
+ - test/dummy/config/environments/production.rb
74
+ - test/dummy/config/environments/test.rb
75
+ - test/dummy/config/initializers/backtrace_silencers.rb
76
+ - test/dummy/config/initializers/inflections.rb
77
+ - test/dummy/config/initializers/mime_types.rb
78
+ - test/dummy/config/initializers/secret_token.rb
79
+ - test/dummy/config/initializers/session_store.rb
80
+ - test/dummy/config/initializers/wrap_parameters.rb
81
+ - test/dummy/config/locales/en.yml
82
+ - test/dummy/config/routes.rb
83
+ - test/dummy/config.ru
84
+ - test/dummy/db/development.sqlite3
85
+ - test/dummy/log/development.log
86
+ - test/dummy/public/404.html
87
+ - test/dummy/public/422.html
88
+ - test/dummy/public/500.html
89
+ - test/dummy/public/favicon.ico
90
+ - test/dummy/Rakefile
91
+ - test/dummy/script/rails
92
+ - test/dummy/test/functional/main_controller_test.rb
93
+ - test/dummy/test/unit/helpers/main_helper_test.rb
94
+ - test/dummy/tmp/cache/assets/C6A/6C0/sprockets%2F8b024295f25829c36f099888524d56fb
95
+ - test/dummy/tmp/cache/assets/C7E/3F0/sprockets%2Fc64274d3a9350b166f82ba484137926a
96
+ - test/dummy/tmp/cache/assets/CAA/FB0/sprockets%2F5f584ac17066cf0073b612256eea8075
97
+ - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
98
+ - test/dummy/tmp/cache/assets/CE8/660/sprockets%2Fce661bc97240723743f74f7c2516ede5
99
+ - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
100
+ - test/dummy/tmp/cache/assets/D3E/340/sprockets%2F4bc6aa24a8fbb71308023e3676ee399f
101
+ - test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
102
+ - test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
103
+ - test/dummy/tmp/cache/assets/D72/D90/sprockets%2F7124584263fd4be4bdcfdc6345bc76d5
104
+ - test/dummy/tmp/cache/assets/D98/BF0/sprockets%2F694cacf10e703fc804f2db22a9e924eb
105
+ - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
106
+ - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
107
+ - test/dummy/tmp/cache/assets/E08/EA0/sprockets%2Fd50e3dcbe569d2c40c89e6f35ab4eee9
108
+ - test/dummy/tmp/pids/server.pid
109
+ - test/jquery-spinner-rails_test.rb
110
+ - test/test_helper.rb
111
+ homepage: http://github.com/ksylvest/jquery-spinner-rails
112
+ licenses: []
113
+ post_install_message:
114
+ rdoc_options: []
115
+ require_paths:
116
+ - lib
117
+ required_ruby_version: !ruby/object:Gem::Requirement
118
+ none: false
119
+ requirements:
120
+ - - ! '>='
121
+ - !ruby/object:Gem::Version
122
+ version: '0'
123
+ segments:
124
+ - 0
125
+ hash: -3262133428918546087
126
+ required_rubygems_version: !ruby/object:Gem::Requirement
127
+ none: false
128
+ requirements:
129
+ - - ! '>='
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ segments:
133
+ - 0
134
+ hash: -3262133428918546087
135
+ requirements: []
136
+ rubyforge_project:
137
+ rubygems_version: 1.8.24
138
+ signing_key:
139
+ specification_version: 3
140
+ summary: Rails asset pipeline assets for jQuery Spinner.
141
+ test_files:
142
+ - test/dummy/app/assets/javascripts/application.js
143
+ - test/dummy/app/assets/stylesheets/application.css
144
+ - test/dummy/app/controllers/application_controller.rb
145
+ - test/dummy/app/controllers/main_controller.rb
146
+ - test/dummy/app/helpers/application_helper.rb
147
+ - test/dummy/app/helpers/main_helper.rb
148
+ - test/dummy/app/views/layouts/application.html.haml
149
+ - test/dummy/app/views/main/index.html.haml
150
+ - test/dummy/config/application.rb
151
+ - test/dummy/config/boot.rb
152
+ - test/dummy/config/database.yml
153
+ - test/dummy/config/environment.rb
154
+ - test/dummy/config/environments/development.rb
155
+ - test/dummy/config/environments/production.rb
156
+ - test/dummy/config/environments/test.rb
157
+ - test/dummy/config/initializers/backtrace_silencers.rb
158
+ - test/dummy/config/initializers/inflections.rb
159
+ - test/dummy/config/initializers/mime_types.rb
160
+ - test/dummy/config/initializers/secret_token.rb
161
+ - test/dummy/config/initializers/session_store.rb
162
+ - test/dummy/config/initializers/wrap_parameters.rb
163
+ - test/dummy/config/locales/en.yml
164
+ - test/dummy/config/routes.rb
165
+ - test/dummy/config.ru
166
+ - test/dummy/db/development.sqlite3
167
+ - test/dummy/log/development.log
168
+ - test/dummy/public/404.html
169
+ - test/dummy/public/422.html
170
+ - test/dummy/public/500.html
171
+ - test/dummy/public/favicon.ico
172
+ - test/dummy/Rakefile
173
+ - test/dummy/script/rails
174
+ - test/dummy/test/functional/main_controller_test.rb
175
+ - test/dummy/test/unit/helpers/main_helper_test.rb
176
+ - test/dummy/tmp/cache/assets/C6A/6C0/sprockets%2F8b024295f25829c36f099888524d56fb
177
+ - test/dummy/tmp/cache/assets/C7E/3F0/sprockets%2Fc64274d3a9350b166f82ba484137926a
178
+ - test/dummy/tmp/cache/assets/CAA/FB0/sprockets%2F5f584ac17066cf0073b612256eea8075
179
+ - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
180
+ - test/dummy/tmp/cache/assets/CE8/660/sprockets%2Fce661bc97240723743f74f7c2516ede5
181
+ - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
182
+ - test/dummy/tmp/cache/assets/D3E/340/sprockets%2F4bc6aa24a8fbb71308023e3676ee399f
183
+ - test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
184
+ - test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
185
+ - test/dummy/tmp/cache/assets/D72/D90/sprockets%2F7124584263fd4be4bdcfdc6345bc76d5
186
+ - test/dummy/tmp/cache/assets/D98/BF0/sprockets%2F694cacf10e703fc804f2db22a9e924eb
187
+ - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
188
+ - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
189
+ - test/dummy/tmp/cache/assets/E08/EA0/sprockets%2Fd50e3dcbe569d2c40c89e6f35ab4eee9
190
+ - test/dummy/tmp/pids/server.pid
191
+ - test/jquery-spinner-rails_test.rb
192
+ - test/test_helper.rb