cant_wait 0.0.4 → 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 (113) hide show
  1. checksums.yaml +6 -14
  2. checksums.yaml.gz.sig +0 -0
  3. data/.travis.yml +2 -3
  4. data/{CHANGELOG.md → CHANGELOG.markdown} +14 -0
  5. data/{README.md → README.markdown} +5 -6
  6. data/Rakefile +3 -4
  7. data/cert/{README.md → README.markdown} +1 -1
  8. data/lib/cant_wait/version.rb +1 -1
  9. data/tasks/testing.rake +61 -61
  10. data/test/{README.md → README.markdown} +7 -13
  11. data/test/cant_wait_test.rb +61 -40
  12. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/Gemfile +25 -2
  13. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/README.rdoc +0 -0
  14. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/Rakefile +1 -1
  15. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/app/assets/images/rails.png +0 -0
  16. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/app/assets/javascripts/application.js +0 -0
  17. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/app/assets/stylesheets/application.css +0 -0
  18. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/app/controllers/application_controller.rb +0 -0
  19. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/app/helpers/application_helper.rb +0 -0
  20. data/test/test_apps/{Test_3_1_12/log → Test_3_2_15/app/mailers}/.gitkeep +0 -0
  21. data/test/test_apps/{Test_3_2_14/app/mailers → Test_3_2_15/app/models}/.gitkeep +0 -0
  22. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/app/views/layouts/application.html.erb +1 -1
  23. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/application.rb +1 -1
  24. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/boot.rb +0 -0
  25. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/environment.rb +1 -1
  26. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/environments/development.rb +1 -1
  27. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/environments/production.rb +1 -1
  28. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/environments/test.rb +1 -1
  29. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/initializers/backtrace_silencers.rb +0 -0
  30. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/initializers/inflections.rb +0 -0
  31. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/initializers/mime_types.rb +0 -0
  32. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/initializers/secret_token.rb +1 -1
  33. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/initializers/session_store.rb +2 -2
  34. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/initializers/wrap_parameters.rb +0 -0
  35. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/locales/en.yml +0 -0
  36. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config/routes.rb +1 -1
  37. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/config.ru +1 -1
  38. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/db/seeds.rb +0 -0
  39. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/doc/README_FOR_APP +0 -0
  40. data/test/test_apps/{Test_3_2_14/app/models → Test_3_2_15/lib/assets}/.gitkeep +0 -0
  41. data/test/test_apps/{Test_3_2_14/lib/assets → Test_3_2_15/lib/tasks}/.gitkeep +0 -0
  42. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/public/404.html +0 -0
  43. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/public/422.html +0 -0
  44. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/public/500.html +0 -0
  45. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/public/favicon.ico +0 -0
  46. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/public/index.html +0 -0
  47. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/public/robots.txt +0 -0
  48. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/script/rails +0 -0
  49. data/test/test_apps/{Test_3_2_14/lib/tasks → Test_3_2_15/test/fixtures}/.gitkeep +0 -0
  50. data/test/test_apps/{Test_3_2_14/log → Test_3_2_15/test/functional}/.gitkeep +0 -0
  51. data/test/test_apps/{Test_3_2_14/test/fixtures → Test_3_2_15/test/integration}/.gitkeep +0 -0
  52. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/test/performance/browsing_test.rb +0 -0
  53. data/test/test_apps/{Test_3_2_14 → Test_3_2_15}/test/test_helper.rb +0 -0
  54. data/test/test_apps/{Test_3_2_14/test/functional → Test_3_2_15/test/unit}/.gitkeep +0 -0
  55. data/test/test_apps/{Test_3_2_14/test/integration → Test_3_2_15/vendor/assets/javascripts}/.gitkeep +0 -0
  56. data/test/test_apps/{Test_3_2_14/test/unit → Test_3_2_15/vendor/assets/stylesheets}/.gitkeep +0 -0
  57. data/test/test_apps/{Test_3_2_14/vendor/assets/javascripts → Test_3_2_15/vendor/plugins}/.gitkeep +0 -0
  58. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/Gemfile +16 -1
  59. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/README.rdoc +0 -0
  60. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/Rakefile +1 -1
  61. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/app/assets/images/.keep +0 -0
  62. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/app/assets/javascripts/application.js +0 -0
  63. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/app/assets/stylesheets/application.css +0 -0
  64. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/app/controllers/application_controller.rb +0 -0
  65. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/app/controllers/concerns/.keep +0 -0
  66. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/app/helpers/application_helper.rb +0 -0
  67. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/app/mailers/.keep +0 -0
  68. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/app/models/.keep +0 -0
  69. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/app/models/concerns/.keep +0 -0
  70. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/app/views/layouts/application.html.erb +1 -1
  71. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/bin/bundle +0 -0
  72. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/bin/rails +0 -0
  73. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/bin/rake +0 -0
  74. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/application.rb +1 -1
  75. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/boot.rb +0 -0
  76. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/environment.rb +1 -1
  77. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/environments/development.rb +1 -1
  78. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/environments/production.rb +1 -1
  79. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/environments/test.rb +1 -1
  80. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/initializers/backtrace_silencers.rb +0 -0
  81. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/initializers/filter_parameter_logging.rb +0 -0
  82. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/initializers/inflections.rb +0 -0
  83. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/initializers/mime_types.rb +0 -0
  84. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/initializers/secret_token.rb +1 -1
  85. data/test/test_apps/Test_4_0_1/config/initializers/session_store.rb +3 -0
  86. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/initializers/wrap_parameters.rb +0 -0
  87. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/locales/en.yml +0 -0
  88. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config/routes.rb +2 -2
  89. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/config.ru +0 -0
  90. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/db/seeds.rb +0 -0
  91. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/lib/assets/.keep +0 -0
  92. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/lib/tasks/.keep +0 -0
  93. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/log/.keep +0 -0
  94. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/public/404.html +0 -0
  95. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/public/422.html +0 -0
  96. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/public/500.html +0 -0
  97. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/public/favicon.ico +0 -0
  98. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/public/robots.txt +0 -0
  99. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/test/controllers/.keep +0 -0
  100. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/test/fixtures/.keep +0 -0
  101. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/test/helpers/.keep +0 -0
  102. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/test/integration/.keep +0 -0
  103. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/test/mailers/.keep +0 -0
  104. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/test/models/.keep +0 -0
  105. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/test/test_helper.rb +0 -0
  106. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/vendor/assets/javascripts/.keep +0 -0
  107. data/test/test_apps/{Test_4_0_0 → Test_4_0_1}/vendor/assets/stylesheets/.keep +0 -0
  108. data.tar.gz.sig +0 -0
  109. metadata +226 -238
  110. metadata.gz.sig +0 -0
  111. data/test/test_apps/Test_3_2_14/vendor/assets/stylesheets/.gitkeep +0 -0
  112. data/test/test_apps/Test_3_2_14/vendor/plugins/.gitkeep +0 -0
  113. data/test/test_apps/Test_4_0_0/config/initializers/session_store.rb +0 -3
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4
- gem 'rails', '4.0.0'
4
+ gem 'rails', '4.0.1'
5
5
 
6
6
  # Use SCSS for stylesheets
7
7
  gem 'sass-rails', '~> 4.0.0'
@@ -12,6 +12,9 @@ gem 'uglifier', '>= 1.3.0'
12
12
  # Use CoffeeScript for .js.coffee assets and views
13
13
  gem 'coffee-rails', '~> 4.0.0'
14
14
 
15
+ # See https://github.com/sstephenson/execjs#readme for more supported runtimes
16
+ # gem 'therubyracer', platforms: :ruby
17
+
15
18
  # Use jquery as the JavaScript library
16
19
  gem 'jquery-rails'
17
20
 
@@ -26,6 +29,18 @@ group :doc do
26
29
  gem 'sdoc', require: false
27
30
  end
28
31
 
32
+ # Use ActiveModel has_secure_password
33
+ # gem 'bcrypt-ruby', '~> 3.1.2'
34
+
35
+ # Use unicorn as the app server
36
+ # gem 'unicorn'
37
+
38
+ # Use Capistrano for deployment
39
+ # gem 'capistrano', group: :development
40
+
41
+ # Use debugger
42
+ # gem 'debugger', group: [:development, :test]
43
+
29
44
  #-- Special additions-----------------
30
45
  # PostgreSQL as the database for ActiveRecord
31
46
  if RUBY_ENGINE == 'jruby' && RUBY_PLATFORM == 'java'
@@ -3,4 +3,4 @@
3
3
 
4
4
  require File.expand_path('../config/application', __FILE__)
5
5
 
6
- Test400::Application.load_tasks
6
+ Test401::Application.load_tasks
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title>Test400</title>
4
+ <title>Test401</title>
5
5
  <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
6
6
  <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
7
7
  <%= csrf_meta_tags %>
File without changes
File without changes
@@ -6,7 +6,7 @@ require 'rails/all'
6
6
  # you've limited to :test, :development, or :production.
7
7
  Bundler.require(:default, Rails.env)
8
8
 
9
- module Test400
9
+ module Test401
10
10
  class Application < Rails::Application
11
11
  # Settings in config/environments/* take precedence over those specified here.
12
12
  # Application configuration should go into files in config/initializers
@@ -2,4 +2,4 @@
2
2
  require File.expand_path('../application', __FILE__)
3
3
 
4
4
  # Initialize the Rails application.
5
- Test400::Application.initialize!
5
+ Test401::Application.initialize!
@@ -1,4 +1,4 @@
1
- Test400::Application.configure do
1
+ Test401::Application.configure do
2
2
  # Settings specified here will take precedence over those in config/application.rb.
3
3
 
4
4
  # In the development environment your application's code is reloaded on
@@ -1,4 +1,4 @@
1
- Test400::Application.configure do
1
+ Test401::Application.configure do
2
2
  # Settings specified here will take precedence over those in config/application.rb.
3
3
 
4
4
  # Code is not reloaded between requests.
@@ -1,4 +1,4 @@
1
- Test400::Application.configure do
1
+ Test401::Application.configure do
2
2
  # Settings specified here will take precedence over those in config/application.rb.
3
3
 
4
4
  # The test environment is used exclusively to run your application's
@@ -9,4 +9,4 @@
9
9
 
10
10
  # Make sure your secret_key_base is kept private
11
11
  # if you're sharing your code publicly.
12
- Test400::Application.config.secret_key_base = '9843a7a0a0b54a6186bf4ba12b405064292c1fe0adef99f496b2940fd5a3ca88b50b93395b14ce2da9fd4683e9d673cd30a77615b99d94a388bfa5ebeeb702fe'
12
+ Test401::Application.config.secret_key_base = 'cb10e6abf1890675c18f721acd6e51396542ff775ef34049786c2c3cc77214c03cb524433e3a7cd79471b4fa1b368c7eaae4f13a6ce071ed679bbdd6dd486098'
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Test401::Application.config.session_store :cookie_store, key: '_Test_4_0_1_session'
@@ -1,4 +1,4 @@
1
- Test400::Application.routes.draw do
1
+ Test401::Application.routes.draw do
2
2
  # The priority is based upon order of creation: first created -> highest priority.
3
3
  # See how all your routes lay out with "rake routes".
4
4
 
@@ -39,7 +39,7 @@ Test400::Application.routes.draw do
39
39
  # get 'recent', on: :collection
40
40
  # end
41
41
  # end
42
-
42
+
43
43
  # Example resource route with concerns:
44
44
  # concern :toggleable do
45
45
  # post 'toggle'
File without changes
File without changes
data.tar.gz.sig CHANGED
Binary file