clndr-rails 1.2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +2 -0
  4. data/config/routes.rb +2 -0
  5. data/lib/clndr-rails.rb +171 -0
  6. data/lib/clndr-rails/config.rb +92 -0
  7. data/lib/clndr-rails/engine.rb +9 -0
  8. data/lib/clndr-rails/errors.rb +13 -0
  9. data/lib/clndr-rails/helpers.rb +37 -0
  10. data/lib/clndr-rails/templates.rb +92 -0
  11. data/lib/clndr-rails/version.rb +5 -0
  12. data/test/dummy/README.rdoc +28 -0
  13. data/test/dummy/Rakefile +6 -0
  14. data/test/dummy/app/assets/javascripts/application.js +17 -0
  15. data/test/dummy/app/assets/javascripts/base.js +2 -0
  16. data/test/dummy/app/assets/stylesheets/application.css +16 -0
  17. data/test/dummy/app/assets/stylesheets/base.css +0 -0
  18. data/test/dummy/app/controllers/application_controller.rb +5 -0
  19. data/test/dummy/app/controllers/base_controller.rb +31 -0
  20. data/test/dummy/app/helpers/application_helper.rb +2 -0
  21. data/test/dummy/app/helpers/base_helper.rb +2 -0
  22. data/test/dummy/app/views/base/index.html.erb +3 -0
  23. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  24. data/test/dummy/bin/bundle +3 -0
  25. data/test/dummy/bin/rails +4 -0
  26. data/test/dummy/bin/rake +4 -0
  27. data/test/dummy/config.ru +4 -0
  28. data/test/dummy/config/application.rb +23 -0
  29. data/test/dummy/config/boot.rb +5 -0
  30. data/test/dummy/config/database.yml +25 -0
  31. data/test/dummy/config/environment.rb +5 -0
  32. data/test/dummy/config/environments/development.rb +37 -0
  33. data/test/dummy/config/environments/production.rb +78 -0
  34. data/test/dummy/config/environments/test.rb +39 -0
  35. data/test/dummy/config/initializers/assets.rb +8 -0
  36. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  37. data/test/dummy/config/initializers/clndr.rb +27 -0
  38. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  39. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  40. data/test/dummy/config/initializers/inflections.rb +16 -0
  41. data/test/dummy/config/initializers/mime_types.rb +4 -0
  42. data/test/dummy/config/initializers/session_store.rb +3 -0
  43. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  44. data/test/dummy/config/locales/en.yml +23 -0
  45. data/test/dummy/config/routes.rb +6 -0
  46. data/test/dummy/config/secrets.yml +22 -0
  47. data/test/dummy/db/development.sqlite3 +0 -0
  48. data/test/dummy/db/test.sqlite3 +0 -0
  49. data/test/dummy/log/development.log +19612 -0
  50. data/test/dummy/log/test.log +171 -0
  51. data/test/dummy/public/404.html +67 -0
  52. data/test/dummy/public/422.html +67 -0
  53. data/test/dummy/public/500.html +66 -0
  54. data/test/dummy/public/favicon.ico +0 -0
  55. data/test/dummy/spec/controllers/base_controller_spec.rb +12 -0
  56. data/test/dummy/spec/helpers/base_helper_spec.rb +15 -0
  57. data/test/dummy/spec/rails_helper.rb +50 -0
  58. data/test/dummy/spec/spec_helper.rb +93 -0
  59. data/test/dummy/spec/views/base/index.html.erb_spec.rb +19 -0
  60. data/test/dummy/test/controllers/base_controller_test.rb +9 -0
  61. data/test/dummy/test/helpers/base_helper_test.rb +4 -0
  62. data/test/dummy/tmp/cache/assets/development/sass/7c98d0fae9192743d8c55a5e8e53de41ac6246a9/clndr-rails.css.scssc +0 -0
  63. data/test/dummy/tmp/cache/assets/development/sprockets/0687b70ce11a7e80dcd39da365dd5a8a +0 -0
  64. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  65. data/test/dummy/tmp/cache/assets/development/sprockets/1cc60160d9e0a352994b8eb6b8313b1a +0 -0
  66. data/test/dummy/tmp/cache/assets/development/sprockets/28cfd59c37a42a9ea808d622b0177c86 +0 -0
  67. data/test/dummy/tmp/cache/assets/development/sprockets/2aeab94961f3936633223fba03e2a6ed +0 -0
  68. data/test/dummy/tmp/cache/assets/development/sprockets/2be3a826c076d8c8854c94ebc3a6d773 +0 -0
  69. data/test/dummy/tmp/cache/assets/development/sprockets/2e471d0b6fa1aa6817c6d3e773648a43 +0 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/3b526052e48eb4ad5375fb6432761828 +0 -0
  73. data/test/dummy/tmp/cache/assets/development/sprockets/4069980b5689edf29f7bc438d62f44e9 +0 -0
  74. data/test/dummy/tmp/cache/assets/development/sprockets/42927f6bcf2f320e08ea8ff02d5c8209 +0 -0
  75. data/test/dummy/tmp/cache/assets/development/sprockets/433724373619c6185a095523fd7c7fe0 +0 -0
  76. data/test/dummy/tmp/cache/assets/development/sprockets/486f42c6c97c7a42b88dc91fc2d5a864 +0 -0
  77. data/test/dummy/tmp/cache/assets/development/sprockets/4a9158fb3a677a8253fa2a7e93551175 +0 -0
  78. data/test/dummy/tmp/cache/assets/development/sprockets/51408facf1bc7598eedca202daf4ba96 +0 -0
  79. data/test/dummy/tmp/cache/assets/development/sprockets/53eedf0ac9053fc3d462eabaf534bd05 +0 -0
  80. data/test/dummy/tmp/cache/assets/development/sprockets/580892b79dd41de64c62d07404cd1a12 +0 -0
  81. data/test/dummy/tmp/cache/assets/development/sprockets/5a6cb5cfc573c611e29c2ac98103701f +0 -0
  82. data/test/dummy/tmp/cache/assets/development/sprockets/5f78b3457def1d02bd3fb75d4e0cfb63 +0 -0
  83. data/test/dummy/tmp/cache/assets/development/sprockets/684604af0ae58f9e55f2992fe9c466d7 +0 -0
  84. data/test/dummy/tmp/cache/assets/development/sprockets/6c33e774b86f9ef5ba24ffbe52bed674 +0 -0
  85. data/test/dummy/tmp/cache/assets/development/sprockets/6f78527844795b9b46156d0576fffe63 +0 -0
  86. data/test/dummy/tmp/cache/assets/development/sprockets/74efa8b198344d1b86c6531144584f3e +0 -0
  87. data/test/dummy/tmp/cache/assets/development/sprockets/78573c83ee7596aaed9105a0ed816f5d +0 -0
  88. data/test/dummy/tmp/cache/assets/development/sprockets/7b60bb572e6a268c62e728ed79fb2cda +0 -0
  89. data/test/dummy/tmp/cache/assets/development/sprockets/82eac1b4407ccfbc517558b830c67a53 +0 -0
  90. data/test/dummy/tmp/cache/assets/development/sprockets/8329b2874924fc312c31e87ef69a88bb +0 -0
  91. data/test/dummy/tmp/cache/assets/development/sprockets/9123d280fa9cc0d16a1ec96a3e44bcc1 +0 -0
  92. data/test/dummy/tmp/cache/assets/development/sprockets/a4ce04494de7990c1b23b8498b2fb743 +0 -0
  93. data/test/dummy/tmp/cache/assets/development/sprockets/a7f1637ae79393f95fd20936e91d62d0 +0 -0
  94. data/test/dummy/tmp/cache/assets/development/sprockets/ab8a19b4c942c018374d61f4f99235dc +0 -0
  95. data/test/dummy/tmp/cache/assets/development/sprockets/b6c986125db42513425f8a84e0021579 +0 -0
  96. data/test/dummy/tmp/cache/assets/development/sprockets/bb2f6a70a78dd0eb8181c7f495e82f57 +0 -0
  97. data/test/dummy/tmp/cache/assets/development/sprockets/be9637deb767f91f0193d4b0573f954e +0 -0
  98. data/test/dummy/tmp/cache/assets/development/sprockets/c0f2a7bdc7a73db8bacf633cef4ec428 +0 -0
  99. data/test/dummy/tmp/cache/assets/development/sprockets/c744c093e347d6c90bc75206f502a48e +0 -0
  100. data/test/dummy/tmp/cache/assets/development/sprockets/c7effad0605334daea2929e656094580 +0 -0
  101. data/test/dummy/tmp/cache/assets/development/sprockets/c8fc1f981896d3bc3650f6dc2cdc3981 +0 -0
  102. data/test/dummy/tmp/cache/assets/development/sprockets/cbc61fb8910e489328c2cbf64a73c6ca +0 -0
  103. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  104. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  105. data/test/dummy/tmp/cache/assets/development/sprockets/d9282682f846f5b479288a298788e6c7 +0 -0
  106. data/test/dummy/tmp/cache/assets/development/sprockets/de1001d906d7f009cc8b325d53aed152 +0 -0
  107. data/test/dummy/tmp/cache/assets/development/sprockets/de79a0cce913cf585100d02ad7b13bd2 +0 -0
  108. data/test/dummy/tmp/cache/assets/development/sprockets/eabe02c282ba47d5bef91a603f0e8ddc +0 -0
  109. data/test/dummy/tmp/cache/assets/development/sprockets/edf2dce367a4fbd2628ceef059dab88f +0 -0
  110. data/test/dummy/tmp/cache/assets/development/sprockets/f1829681b5124c696fef4fd62c36f101 +0 -0
  111. data/test/dummy/tmp/cache/assets/development/sprockets/f34be083c250d77494ecd0d35fd1099f +0 -0
  112. data/test/dummy/tmp/cache/assets/development/sprockets/f3c1e7e2d789b88a0b3e967365eefda2 +0 -0
  113. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  114. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  115. data/test/dummy/tmp/cache/assets/test/sprockets/1cc60160d9e0a352994b8eb6b8313b1a +0 -0
  116. data/test/dummy/tmp/cache/assets/test/sprockets/28cfd59c37a42a9ea808d622b0177c86 +0 -0
  117. data/test/dummy/tmp/cache/assets/test/sprockets/2aeab94961f3936633223fba03e2a6ed +0 -0
  118. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  119. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  120. data/test/dummy/tmp/cache/assets/test/sprockets/42927f6bcf2f320e08ea8ff02d5c8209 +0 -0
  121. data/test/dummy/tmp/cache/assets/test/sprockets/53eedf0ac9053fc3d462eabaf534bd05 +0 -0
  122. data/test/dummy/tmp/cache/assets/test/sprockets/580892b79dd41de64c62d07404cd1a12 +0 -0
  123. data/test/dummy/tmp/cache/assets/test/sprockets/5a6cb5cfc573c611e29c2ac98103701f +0 -0
  124. data/test/dummy/tmp/cache/assets/test/sprockets/5f78b3457def1d02bd3fb75d4e0cfb63 +0 -0
  125. data/test/dummy/tmp/cache/assets/test/sprockets/684604af0ae58f9e55f2992fe9c466d7 +0 -0
  126. data/test/dummy/tmp/cache/assets/test/sprockets/6c33e774b86f9ef5ba24ffbe52bed674 +0 -0
  127. data/test/dummy/tmp/cache/assets/test/sprockets/6f78527844795b9b46156d0576fffe63 +0 -0
  128. data/test/dummy/tmp/cache/assets/test/sprockets/74efa8b198344d1b86c6531144584f3e +0 -0
  129. data/test/dummy/tmp/cache/assets/test/sprockets/bb2f6a70a78dd0eb8181c7f495e82f57 +0 -0
  130. data/test/dummy/tmp/cache/assets/test/sprockets/c8fc1f981896d3bc3650f6dc2cdc3981 +0 -0
  131. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  132. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  133. data/test/dummy/tmp/cache/assets/test/sprockets/de79a0cce913cf585100d02ad7b13bd2 +0 -0
  134. data/test/dummy/tmp/cache/assets/test/sprockets/f1829681b5124c696fef4fd62c36f101 +0 -0
  135. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  136. data/test/dummy/tmp/pids/server.pid +1 -0
  137. metadata +389 -0
@@ -0,0 +1,93 @@
1
+ # This file was generated by the `rails generate rspec:install` command. Conventionally, all
2
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
3
+ # The generated `.rspec` file contains `--require spec_helper` which will cause this
4
+ # file to always be loaded, without a need to explicitly require it in any files.
5
+ #
6
+ # Given that it is always loaded, you are encouraged to keep this file as
7
+ # light-weight as possible. Requiring heavyweight dependencies from this file
8
+ # will add to the boot time of your test suite on EVERY test run, even for an
9
+ # individual file that may not need all of that loaded. Instead, consider making
10
+ # a separate helper file that requires the additional dependencies and performs
11
+ # the additional setup, and require it from the spec files that actually need it.
12
+ #
13
+ # The `.rspec` file also contains a few flags that are not defaults but that
14
+ # users commonly want.
15
+ #
16
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
17
+ require 'capybara/rspec'
18
+ require 'capybara/webkit/matchers'
19
+ Capybara.javascript_driver = :webkit
20
+
21
+
22
+ RSpec.configure do |config|
23
+
24
+ # rspec-expectations config goes here. You can use an alternate
25
+ # assertion/expectation library such as wrong or the stdlib/minitest
26
+ # assertions if you prefer.
27
+ config.expect_with :rspec do |expectations|
28
+ # This option will default to `true` in RSpec 4. It makes the `description`
29
+ # and `failure_message` of custom matchers include text for helper methods
30
+ # defined using `chain`, e.g.:
31
+ # be_bigger_than(2).and_smaller_than(4).description
32
+ # # => "be bigger than 2 and smaller than 4"
33
+ # ...rather than:
34
+ # # => "be bigger than 2"
35
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
36
+ end
37
+
38
+ # rspec-mocks config goes here. You can use an alternate test double
39
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
40
+ config.mock_with :rspec do |mocks|
41
+ # Prevents you from mocking or stubbing a method that does not exist on
42
+ # a real object. This is generally recommended, and will default to
43
+ # `true` in RSpec 4.
44
+ mocks.verify_partial_doubles = true
45
+ config.include Capybara::DSL
46
+ config.include(Capybara::Webkit::RspecMatchers, :type => :feature)
47
+ end
48
+
49
+ # The settings below are suggested to provide a good initial experience
50
+ # with RSpec, but feel free to customize to your heart's content.
51
+ =begin
52
+ # These two settings work together to allow you to limit a spec run
53
+ # to individual examples or groups you care about by tagging them with
54
+ # `:focus` metadata. When nothing is tagged with `:focus`, all examples
55
+ # get run.
56
+ config.filter_run :focus
57
+ config.run_all_when_everything_filtered = true
58
+
59
+ # Limits the available syntax to the non-monkey patched syntax that is recommended.
60
+ # For more details, see:
61
+ # - http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax
62
+ # - http://teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
63
+ # - http://myronmars.to/n/dev-blog/2014/05/notable-changes-in-rspec-3#new__config_option_to_disable_rspeccore_monkey_patching
64
+ config.disable_monkey_patching!
65
+
66
+ # Many RSpec users commonly either run the entire suite or an individual
67
+ # file, and it's useful to allow more verbose output when running an
68
+ # individual spec file.
69
+ if config.files_to_run.one?
70
+ # Use the documentation formatter for detailed output,
71
+ # unless a formatter has already been configured
72
+ # (e.g. via a command-line flag).
73
+ config.default_formatter = 'doc'
74
+ end
75
+
76
+ # Print the 10 slowest examples and example groups at the
77
+ # end of the spec run, to help surface which specs are running
78
+ # particularly slow.
79
+ config.profile_examples = 10
80
+
81
+ # Run specs in random order to surface order dependencies. If you find an
82
+ # order dependency and want to debug it, you can fix the order by providing
83
+ # the seed, which is printed after each run.
84
+ # --seed 1234
85
+ config.order = :random
86
+
87
+ # Seed global randomization in this process using the `--seed` CLI option.
88
+ # Setting this allows you to use `--seed` to deterministically reproduce
89
+ # test failures related to randomization by passing the same `--seed` value
90
+ # as the one that triggered the failure.
91
+ Kernel.srand config.seed
92
+ =end
93
+ end
@@ -0,0 +1,19 @@
1
+ require 'rails_helper'
2
+
3
+ RSpec.describe "base/index.html.erb", :js => true do
4
+ it "should show calendar" do
5
+ visit root_path
6
+ expect(page).to have_css('div.clndr')
7
+ end
8
+
9
+ it "should have full calendar" do
10
+ expect(page).to have_css('div.event-listing')
11
+ end
12
+
13
+ it "should have blank calendar" do
14
+ expect(page).to have_selector('table')
15
+ end
16
+
17
+
18
+
19
+ end
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ class BaseControllerTest < 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 BaseHelperTest < ActionView::TestCase
4
+ end
@@ -0,0 +1 @@
1
+ 7812
metadata ADDED
@@ -0,0 +1,389 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: clndr-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.5.1
5
+ platform: ruby
6
+ authors:
7
+ - Ilya Bondarenko
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-12-22 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 4.1.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 4.1.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: momentjs-rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: jquery-rails
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: underscore-rails
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: railties
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ~>
74
+ - !ruby/object:Gem::Version
75
+ version: 4.1.0
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ~>
81
+ - !ruby/object:Gem::Version
82
+ version: 4.1.0
83
+ - !ruby/object:Gem::Dependency
84
+ name: sqlite3
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - '>='
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - '>='
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ description: clndr-rails easy way to display calendar in your rails app
98
+ email:
99
+ - bondarenko.ik@gmail.com
100
+ executables: []
101
+ extensions: []
102
+ extra_rdoc_files: []
103
+ files:
104
+ - MIT-LICENSE
105
+ - Rakefile
106
+ - config/routes.rb
107
+ - lib/clndr-rails.rb
108
+ - lib/clndr-rails/config.rb
109
+ - lib/clndr-rails/engine.rb
110
+ - lib/clndr-rails/errors.rb
111
+ - lib/clndr-rails/helpers.rb
112
+ - lib/clndr-rails/templates.rb
113
+ - lib/clndr-rails/version.rb
114
+ - test/dummy/README.rdoc
115
+ - test/dummy/Rakefile
116
+ - test/dummy/app/assets/javascripts/application.js
117
+ - test/dummy/app/assets/javascripts/base.js
118
+ - test/dummy/app/assets/stylesheets/application.css
119
+ - test/dummy/app/assets/stylesheets/base.css
120
+ - test/dummy/app/controllers/application_controller.rb
121
+ - test/dummy/app/controllers/base_controller.rb
122
+ - test/dummy/app/helpers/application_helper.rb
123
+ - test/dummy/app/helpers/base_helper.rb
124
+ - test/dummy/app/views/base/index.html.erb
125
+ - test/dummy/app/views/layouts/application.html.erb
126
+ - test/dummy/bin/bundle
127
+ - test/dummy/bin/rails
128
+ - test/dummy/bin/rake
129
+ - test/dummy/config.ru
130
+ - test/dummy/config/application.rb
131
+ - test/dummy/config/boot.rb
132
+ - test/dummy/config/database.yml
133
+ - test/dummy/config/environment.rb
134
+ - test/dummy/config/environments/development.rb
135
+ - test/dummy/config/environments/production.rb
136
+ - test/dummy/config/environments/test.rb
137
+ - test/dummy/config/initializers/assets.rb
138
+ - test/dummy/config/initializers/backtrace_silencers.rb
139
+ - test/dummy/config/initializers/clndr.rb
140
+ - test/dummy/config/initializers/cookies_serializer.rb
141
+ - test/dummy/config/initializers/filter_parameter_logging.rb
142
+ - test/dummy/config/initializers/inflections.rb
143
+ - test/dummy/config/initializers/mime_types.rb
144
+ - test/dummy/config/initializers/session_store.rb
145
+ - test/dummy/config/initializers/wrap_parameters.rb
146
+ - test/dummy/config/locales/en.yml
147
+ - test/dummy/config/routes.rb
148
+ - test/dummy/config/secrets.yml
149
+ - test/dummy/db/development.sqlite3
150
+ - test/dummy/db/test.sqlite3
151
+ - test/dummy/log/development.log
152
+ - test/dummy/log/test.log
153
+ - test/dummy/public/404.html
154
+ - test/dummy/public/422.html
155
+ - test/dummy/public/500.html
156
+ - test/dummy/public/favicon.ico
157
+ - test/dummy/spec/controllers/base_controller_spec.rb
158
+ - test/dummy/spec/helpers/base_helper_spec.rb
159
+ - test/dummy/spec/rails_helper.rb
160
+ - test/dummy/spec/spec_helper.rb
161
+ - test/dummy/spec/views/base/index.html.erb_spec.rb
162
+ - test/dummy/test/controllers/base_controller_test.rb
163
+ - test/dummy/test/helpers/base_helper_test.rb
164
+ - test/dummy/tmp/cache/assets/development/sass/7c98d0fae9192743d8c55a5e8e53de41ac6246a9/clndr-rails.css.scssc
165
+ - test/dummy/tmp/cache/assets/development/sprockets/0687b70ce11a7e80dcd39da365dd5a8a
166
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
167
+ - test/dummy/tmp/cache/assets/development/sprockets/1cc60160d9e0a352994b8eb6b8313b1a
168
+ - test/dummy/tmp/cache/assets/development/sprockets/28cfd59c37a42a9ea808d622b0177c86
169
+ - test/dummy/tmp/cache/assets/development/sprockets/2aeab94961f3936633223fba03e2a6ed
170
+ - test/dummy/tmp/cache/assets/development/sprockets/2be3a826c076d8c8854c94ebc3a6d773
171
+ - test/dummy/tmp/cache/assets/development/sprockets/2e471d0b6fa1aa6817c6d3e773648a43
172
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
173
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
174
+ - test/dummy/tmp/cache/assets/development/sprockets/3b526052e48eb4ad5375fb6432761828
175
+ - test/dummy/tmp/cache/assets/development/sprockets/4069980b5689edf29f7bc438d62f44e9
176
+ - test/dummy/tmp/cache/assets/development/sprockets/42927f6bcf2f320e08ea8ff02d5c8209
177
+ - test/dummy/tmp/cache/assets/development/sprockets/433724373619c6185a095523fd7c7fe0
178
+ - test/dummy/tmp/cache/assets/development/sprockets/486f42c6c97c7a42b88dc91fc2d5a864
179
+ - test/dummy/tmp/cache/assets/development/sprockets/4a9158fb3a677a8253fa2a7e93551175
180
+ - test/dummy/tmp/cache/assets/development/sprockets/51408facf1bc7598eedca202daf4ba96
181
+ - test/dummy/tmp/cache/assets/development/sprockets/53eedf0ac9053fc3d462eabaf534bd05
182
+ - test/dummy/tmp/cache/assets/development/sprockets/580892b79dd41de64c62d07404cd1a12
183
+ - test/dummy/tmp/cache/assets/development/sprockets/5a6cb5cfc573c611e29c2ac98103701f
184
+ - test/dummy/tmp/cache/assets/development/sprockets/5f78b3457def1d02bd3fb75d4e0cfb63
185
+ - test/dummy/tmp/cache/assets/development/sprockets/684604af0ae58f9e55f2992fe9c466d7
186
+ - test/dummy/tmp/cache/assets/development/sprockets/6c33e774b86f9ef5ba24ffbe52bed674
187
+ - test/dummy/tmp/cache/assets/development/sprockets/6f78527844795b9b46156d0576fffe63
188
+ - test/dummy/tmp/cache/assets/development/sprockets/74efa8b198344d1b86c6531144584f3e
189
+ - test/dummy/tmp/cache/assets/development/sprockets/78573c83ee7596aaed9105a0ed816f5d
190
+ - test/dummy/tmp/cache/assets/development/sprockets/7b60bb572e6a268c62e728ed79fb2cda
191
+ - test/dummy/tmp/cache/assets/development/sprockets/82eac1b4407ccfbc517558b830c67a53
192
+ - test/dummy/tmp/cache/assets/development/sprockets/8329b2874924fc312c31e87ef69a88bb
193
+ - test/dummy/tmp/cache/assets/development/sprockets/9123d280fa9cc0d16a1ec96a3e44bcc1
194
+ - test/dummy/tmp/cache/assets/development/sprockets/a4ce04494de7990c1b23b8498b2fb743
195
+ - test/dummy/tmp/cache/assets/development/sprockets/a7f1637ae79393f95fd20936e91d62d0
196
+ - test/dummy/tmp/cache/assets/development/sprockets/ab8a19b4c942c018374d61f4f99235dc
197
+ - test/dummy/tmp/cache/assets/development/sprockets/b6c986125db42513425f8a84e0021579
198
+ - test/dummy/tmp/cache/assets/development/sprockets/bb2f6a70a78dd0eb8181c7f495e82f57
199
+ - test/dummy/tmp/cache/assets/development/sprockets/be9637deb767f91f0193d4b0573f954e
200
+ - test/dummy/tmp/cache/assets/development/sprockets/c0f2a7bdc7a73db8bacf633cef4ec428
201
+ - test/dummy/tmp/cache/assets/development/sprockets/c744c093e347d6c90bc75206f502a48e
202
+ - test/dummy/tmp/cache/assets/development/sprockets/c7effad0605334daea2929e656094580
203
+ - test/dummy/tmp/cache/assets/development/sprockets/c8fc1f981896d3bc3650f6dc2cdc3981
204
+ - test/dummy/tmp/cache/assets/development/sprockets/cbc61fb8910e489328c2cbf64a73c6ca
205
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
206
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
207
+ - test/dummy/tmp/cache/assets/development/sprockets/d9282682f846f5b479288a298788e6c7
208
+ - test/dummy/tmp/cache/assets/development/sprockets/de1001d906d7f009cc8b325d53aed152
209
+ - test/dummy/tmp/cache/assets/development/sprockets/de79a0cce913cf585100d02ad7b13bd2
210
+ - test/dummy/tmp/cache/assets/development/sprockets/eabe02c282ba47d5bef91a603f0e8ddc
211
+ - test/dummy/tmp/cache/assets/development/sprockets/edf2dce367a4fbd2628ceef059dab88f
212
+ - test/dummy/tmp/cache/assets/development/sprockets/f1829681b5124c696fef4fd62c36f101
213
+ - test/dummy/tmp/cache/assets/development/sprockets/f34be083c250d77494ecd0d35fd1099f
214
+ - test/dummy/tmp/cache/assets/development/sprockets/f3c1e7e2d789b88a0b3e967365eefda2
215
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
216
+ - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
217
+ - test/dummy/tmp/cache/assets/test/sprockets/1cc60160d9e0a352994b8eb6b8313b1a
218
+ - test/dummy/tmp/cache/assets/test/sprockets/28cfd59c37a42a9ea808d622b0177c86
219
+ - test/dummy/tmp/cache/assets/test/sprockets/2aeab94961f3936633223fba03e2a6ed
220
+ - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
221
+ - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
222
+ - test/dummy/tmp/cache/assets/test/sprockets/42927f6bcf2f320e08ea8ff02d5c8209
223
+ - test/dummy/tmp/cache/assets/test/sprockets/53eedf0ac9053fc3d462eabaf534bd05
224
+ - test/dummy/tmp/cache/assets/test/sprockets/580892b79dd41de64c62d07404cd1a12
225
+ - test/dummy/tmp/cache/assets/test/sprockets/5a6cb5cfc573c611e29c2ac98103701f
226
+ - test/dummy/tmp/cache/assets/test/sprockets/5f78b3457def1d02bd3fb75d4e0cfb63
227
+ - test/dummy/tmp/cache/assets/test/sprockets/684604af0ae58f9e55f2992fe9c466d7
228
+ - test/dummy/tmp/cache/assets/test/sprockets/6c33e774b86f9ef5ba24ffbe52bed674
229
+ - test/dummy/tmp/cache/assets/test/sprockets/6f78527844795b9b46156d0576fffe63
230
+ - test/dummy/tmp/cache/assets/test/sprockets/74efa8b198344d1b86c6531144584f3e
231
+ - test/dummy/tmp/cache/assets/test/sprockets/bb2f6a70a78dd0eb8181c7f495e82f57
232
+ - test/dummy/tmp/cache/assets/test/sprockets/c8fc1f981896d3bc3650f6dc2cdc3981
233
+ - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
234
+ - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
235
+ - test/dummy/tmp/cache/assets/test/sprockets/de79a0cce913cf585100d02ad7b13bd2
236
+ - test/dummy/tmp/cache/assets/test/sprockets/f1829681b5124c696fef4fd62c36f101
237
+ - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
238
+ - test/dummy/tmp/pids/server.pid
239
+ homepage: http://kylestetz.github.io/CLNDR/
240
+ licenses:
241
+ - MIT
242
+ metadata: {}
243
+ post_install_message:
244
+ rdoc_options: []
245
+ require_paths:
246
+ - lib
247
+ required_ruby_version: !ruby/object:Gem::Requirement
248
+ requirements:
249
+ - - '>='
250
+ - !ruby/object:Gem::Version
251
+ version: '0'
252
+ required_rubygems_version: !ruby/object:Gem::Requirement
253
+ requirements:
254
+ - - '>='
255
+ - !ruby/object:Gem::Version
256
+ version: '0'
257
+ requirements: []
258
+ rubyforge_project:
259
+ rubygems_version: 2.4.4
260
+ signing_key:
261
+ specification_version: 4
262
+ summary: Asset gem for CLNDR.js
263
+ test_files:
264
+ - test/dummy/app/assets/javascripts/application.js
265
+ - test/dummy/app/assets/javascripts/base.js
266
+ - test/dummy/app/assets/stylesheets/application.css
267
+ - test/dummy/app/assets/stylesheets/base.css
268
+ - test/dummy/app/controllers/application_controller.rb
269
+ - test/dummy/app/controllers/base_controller.rb
270
+ - test/dummy/app/helpers/application_helper.rb
271
+ - test/dummy/app/helpers/base_helper.rb
272
+ - test/dummy/app/views/base/index.html.erb
273
+ - test/dummy/app/views/layouts/application.html.erb
274
+ - test/dummy/bin/bundle
275
+ - test/dummy/bin/rails
276
+ - test/dummy/bin/rake
277
+ - test/dummy/config/application.rb
278
+ - test/dummy/config/boot.rb
279
+ - test/dummy/config/database.yml
280
+ - test/dummy/config/environment.rb
281
+ - test/dummy/config/environments/development.rb
282
+ - test/dummy/config/environments/production.rb
283
+ - test/dummy/config/environments/test.rb
284
+ - test/dummy/config/initializers/assets.rb
285
+ - test/dummy/config/initializers/backtrace_silencers.rb
286
+ - test/dummy/config/initializers/clndr.rb
287
+ - test/dummy/config/initializers/cookies_serializer.rb
288
+ - test/dummy/config/initializers/filter_parameter_logging.rb
289
+ - test/dummy/config/initializers/inflections.rb
290
+ - test/dummy/config/initializers/mime_types.rb
291
+ - test/dummy/config/initializers/session_store.rb
292
+ - test/dummy/config/initializers/wrap_parameters.rb
293
+ - test/dummy/config/locales/en.yml
294
+ - test/dummy/config/routes.rb
295
+ - test/dummy/config/secrets.yml
296
+ - test/dummy/config.ru
297
+ - test/dummy/db/development.sqlite3
298
+ - test/dummy/db/test.sqlite3
299
+ - test/dummy/log/development.log
300
+ - test/dummy/log/test.log
301
+ - test/dummy/public/404.html
302
+ - test/dummy/public/422.html
303
+ - test/dummy/public/500.html
304
+ - test/dummy/public/favicon.ico
305
+ - test/dummy/Rakefile
306
+ - test/dummy/README.rdoc
307
+ - test/dummy/spec/controllers/base_controller_spec.rb
308
+ - test/dummy/spec/helpers/base_helper_spec.rb
309
+ - test/dummy/spec/rails_helper.rb
310
+ - test/dummy/spec/spec_helper.rb
311
+ - test/dummy/spec/views/base/index.html.erb_spec.rb
312
+ - test/dummy/test/controllers/base_controller_test.rb
313
+ - test/dummy/test/helpers/base_helper_test.rb
314
+ - test/dummy/tmp/cache/assets/development/sass/7c98d0fae9192743d8c55a5e8e53de41ac6246a9/clndr-rails.css.scssc
315
+ - test/dummy/tmp/cache/assets/development/sprockets/0687b70ce11a7e80dcd39da365dd5a8a
316
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
317
+ - test/dummy/tmp/cache/assets/development/sprockets/1cc60160d9e0a352994b8eb6b8313b1a
318
+ - test/dummy/tmp/cache/assets/development/sprockets/28cfd59c37a42a9ea808d622b0177c86
319
+ - test/dummy/tmp/cache/assets/development/sprockets/2aeab94961f3936633223fba03e2a6ed
320
+ - test/dummy/tmp/cache/assets/development/sprockets/2be3a826c076d8c8854c94ebc3a6d773
321
+ - test/dummy/tmp/cache/assets/development/sprockets/2e471d0b6fa1aa6817c6d3e773648a43
322
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
323
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
324
+ - test/dummy/tmp/cache/assets/development/sprockets/3b526052e48eb4ad5375fb6432761828
325
+ - test/dummy/tmp/cache/assets/development/sprockets/4069980b5689edf29f7bc438d62f44e9
326
+ - test/dummy/tmp/cache/assets/development/sprockets/42927f6bcf2f320e08ea8ff02d5c8209
327
+ - test/dummy/tmp/cache/assets/development/sprockets/433724373619c6185a095523fd7c7fe0
328
+ - test/dummy/tmp/cache/assets/development/sprockets/486f42c6c97c7a42b88dc91fc2d5a864
329
+ - test/dummy/tmp/cache/assets/development/sprockets/4a9158fb3a677a8253fa2a7e93551175
330
+ - test/dummy/tmp/cache/assets/development/sprockets/51408facf1bc7598eedca202daf4ba96
331
+ - test/dummy/tmp/cache/assets/development/sprockets/53eedf0ac9053fc3d462eabaf534bd05
332
+ - test/dummy/tmp/cache/assets/development/sprockets/580892b79dd41de64c62d07404cd1a12
333
+ - test/dummy/tmp/cache/assets/development/sprockets/5a6cb5cfc573c611e29c2ac98103701f
334
+ - test/dummy/tmp/cache/assets/development/sprockets/5f78b3457def1d02bd3fb75d4e0cfb63
335
+ - test/dummy/tmp/cache/assets/development/sprockets/684604af0ae58f9e55f2992fe9c466d7
336
+ - test/dummy/tmp/cache/assets/development/sprockets/6c33e774b86f9ef5ba24ffbe52bed674
337
+ - test/dummy/tmp/cache/assets/development/sprockets/6f78527844795b9b46156d0576fffe63
338
+ - test/dummy/tmp/cache/assets/development/sprockets/74efa8b198344d1b86c6531144584f3e
339
+ - test/dummy/tmp/cache/assets/development/sprockets/78573c83ee7596aaed9105a0ed816f5d
340
+ - test/dummy/tmp/cache/assets/development/sprockets/7b60bb572e6a268c62e728ed79fb2cda
341
+ - test/dummy/tmp/cache/assets/development/sprockets/82eac1b4407ccfbc517558b830c67a53
342
+ - test/dummy/tmp/cache/assets/development/sprockets/8329b2874924fc312c31e87ef69a88bb
343
+ - test/dummy/tmp/cache/assets/development/sprockets/9123d280fa9cc0d16a1ec96a3e44bcc1
344
+ - test/dummy/tmp/cache/assets/development/sprockets/a4ce04494de7990c1b23b8498b2fb743
345
+ - test/dummy/tmp/cache/assets/development/sprockets/a7f1637ae79393f95fd20936e91d62d0
346
+ - test/dummy/tmp/cache/assets/development/sprockets/ab8a19b4c942c018374d61f4f99235dc
347
+ - test/dummy/tmp/cache/assets/development/sprockets/b6c986125db42513425f8a84e0021579
348
+ - test/dummy/tmp/cache/assets/development/sprockets/bb2f6a70a78dd0eb8181c7f495e82f57
349
+ - test/dummy/tmp/cache/assets/development/sprockets/be9637deb767f91f0193d4b0573f954e
350
+ - test/dummy/tmp/cache/assets/development/sprockets/c0f2a7bdc7a73db8bacf633cef4ec428
351
+ - test/dummy/tmp/cache/assets/development/sprockets/c744c093e347d6c90bc75206f502a48e
352
+ - test/dummy/tmp/cache/assets/development/sprockets/c7effad0605334daea2929e656094580
353
+ - test/dummy/tmp/cache/assets/development/sprockets/c8fc1f981896d3bc3650f6dc2cdc3981
354
+ - test/dummy/tmp/cache/assets/development/sprockets/cbc61fb8910e489328c2cbf64a73c6ca
355
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
356
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
357
+ - test/dummy/tmp/cache/assets/development/sprockets/d9282682f846f5b479288a298788e6c7
358
+ - test/dummy/tmp/cache/assets/development/sprockets/de1001d906d7f009cc8b325d53aed152
359
+ - test/dummy/tmp/cache/assets/development/sprockets/de79a0cce913cf585100d02ad7b13bd2
360
+ - test/dummy/tmp/cache/assets/development/sprockets/eabe02c282ba47d5bef91a603f0e8ddc
361
+ - test/dummy/tmp/cache/assets/development/sprockets/edf2dce367a4fbd2628ceef059dab88f
362
+ - test/dummy/tmp/cache/assets/development/sprockets/f1829681b5124c696fef4fd62c36f101
363
+ - test/dummy/tmp/cache/assets/development/sprockets/f34be083c250d77494ecd0d35fd1099f
364
+ - test/dummy/tmp/cache/assets/development/sprockets/f3c1e7e2d789b88a0b3e967365eefda2
365
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
366
+ - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
367
+ - test/dummy/tmp/cache/assets/test/sprockets/1cc60160d9e0a352994b8eb6b8313b1a
368
+ - test/dummy/tmp/cache/assets/test/sprockets/28cfd59c37a42a9ea808d622b0177c86
369
+ - test/dummy/tmp/cache/assets/test/sprockets/2aeab94961f3936633223fba03e2a6ed
370
+ - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
371
+ - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
372
+ - test/dummy/tmp/cache/assets/test/sprockets/42927f6bcf2f320e08ea8ff02d5c8209
373
+ - test/dummy/tmp/cache/assets/test/sprockets/53eedf0ac9053fc3d462eabaf534bd05
374
+ - test/dummy/tmp/cache/assets/test/sprockets/580892b79dd41de64c62d07404cd1a12
375
+ - test/dummy/tmp/cache/assets/test/sprockets/5a6cb5cfc573c611e29c2ac98103701f
376
+ - test/dummy/tmp/cache/assets/test/sprockets/5f78b3457def1d02bd3fb75d4e0cfb63
377
+ - test/dummy/tmp/cache/assets/test/sprockets/684604af0ae58f9e55f2992fe9c466d7
378
+ - test/dummy/tmp/cache/assets/test/sprockets/6c33e774b86f9ef5ba24ffbe52bed674
379
+ - test/dummy/tmp/cache/assets/test/sprockets/6f78527844795b9b46156d0576fffe63
380
+ - test/dummy/tmp/cache/assets/test/sprockets/74efa8b198344d1b86c6531144584f3e
381
+ - test/dummy/tmp/cache/assets/test/sprockets/bb2f6a70a78dd0eb8181c7f495e82f57
382
+ - test/dummy/tmp/cache/assets/test/sprockets/c8fc1f981896d3bc3650f6dc2cdc3981
383
+ - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
384
+ - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
385
+ - test/dummy/tmp/cache/assets/test/sprockets/de79a0cce913cf585100d02ad7b13bd2
386
+ - test/dummy/tmp/cache/assets/test/sprockets/f1829681b5124c696fef4fd62c36f101
387
+ - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
388
+ - test/dummy/tmp/pids/server.pid
389
+ has_rdoc: