challah 0.7.1 → 0.8.0.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/lib/challah.rb +5 -0
  3. data/lib/challah/plugins.rb +41 -0
  4. data/lib/challah/railtie.rb +14 -0
  5. data/lib/challah/user.rb +17 -0
  6. data/lib/challah/version.rb +1 -1
  7. data/test/plugins_test.rb +65 -0
  8. data/vendor/bundle/bin/convert_to_should_syntax +7 -3
  9. data/vendor/bundle/bin/erubis +7 -3
  10. data/vendor/bundle/bin/rackup +7 -3
  11. data/vendor/bundle/bin/rails +7 -3
  12. data/vendor/bundle/bin/rake +7 -3
  13. data/vendor/bundle/bin/rake2thor +7 -3
  14. data/vendor/bundle/bin/rdiscount +7 -3
  15. data/vendor/bundle/bin/rdoc +7 -3
  16. data/vendor/bundle/bin/ri +7 -3
  17. data/vendor/bundle/bin/thor +7 -3
  18. data/vendor/bundle/bin/tilt +7 -3
  19. data/vendor/bundle/bin/tt +7 -3
  20. data/vendor/bundle/bin/yard +7 -3
  21. data/vendor/bundle/bin/yardoc +7 -3
  22. data/vendor/bundle/bin/yri +7 -3
  23. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/Makefile +49 -23
  24. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/bcrypt_ext.bundle +0 -0
  25. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/bcrypt_ext.o +0 -0
  26. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/crypt.o +0 -0
  27. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/crypt_blowfish.o +0 -0
  28. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/crypt_gensalt.o +0 -0
  29. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/wrapper.o +0 -0
  30. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/lib/bcrypt_ext.bundle +0 -0
  31. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/generator/Makefile +49 -23
  32. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/generator/generator.bundle +0 -0
  33. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/generator/generator.o +0 -0
  34. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/parser/Makefile +49 -23
  35. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/parser/parser.bundle +0 -0
  36. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/parser/parser.o +0 -0
  37. data/vendor/bundle/gems/json-1.7.4/lib/json/ext/generator.bundle +0 -0
  38. data/vendor/bundle/gems/json-1.7.4/lib/json/ext/parser.bundle +0 -0
  39. data/vendor/bundle/gems/rdiscount-1.6.8/ext/Csio.o +0 -0
  40. data/vendor/bundle/gems/rdiscount-1.6.8/ext/Makefile +49 -23
  41. data/vendor/bundle/gems/rdiscount-1.6.8/ext/basename.o +0 -0
  42. data/vendor/bundle/gems/rdiscount-1.6.8/ext/css.o +0 -0
  43. data/vendor/bundle/gems/rdiscount-1.6.8/ext/docheader.o +0 -0
  44. data/vendor/bundle/gems/rdiscount-1.6.8/ext/dumptree.o +0 -0
  45. data/vendor/bundle/gems/rdiscount-1.6.8/ext/emmatch.o +0 -0
  46. data/vendor/bundle/gems/rdiscount-1.6.8/ext/generate.o +0 -0
  47. data/vendor/bundle/gems/rdiscount-1.6.8/ext/html5.o +0 -0
  48. data/vendor/bundle/gems/rdiscount-1.6.8/ext/markdown.o +0 -0
  49. data/vendor/bundle/gems/rdiscount-1.6.8/ext/mkdio.o +0 -0
  50. data/vendor/bundle/gems/rdiscount-1.6.8/ext/mkmf.log +5 -5
  51. data/vendor/bundle/gems/rdiscount-1.6.8/ext/rdiscount.bundle +0 -0
  52. data/vendor/bundle/gems/rdiscount-1.6.8/ext/rdiscount.o +0 -0
  53. data/vendor/bundle/gems/rdiscount-1.6.8/ext/resource.o +0 -0
  54. data/vendor/bundle/gems/rdiscount-1.6.8/ext/tags.o +0 -0
  55. data/vendor/bundle/gems/rdiscount-1.6.8/ext/toc.o +0 -0
  56. data/vendor/bundle/gems/rdiscount-1.6.8/ext/xml.o +0 -0
  57. data/vendor/bundle/gems/rdiscount-1.6.8/lib/rdiscount.bundle +0 -0
  58. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/Makefile +49 -23
  59. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/backup.o +0 -0
  60. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/database.o +0 -0
  61. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/exception.o +0 -0
  62. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/mkmf.log +91 -59
  63. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/sqlite3.o +0 -0
  64. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/sqlite3_native.bundle +0 -0
  65. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/statement.o +0 -0
  66. data/vendor/bundle/gems/sqlite3-1.3.6/lib/sqlite3/sqlite3_native.bundle +0 -0
  67. data/vendor/bundle/specifications/actionmailer-3.2.7.gemspec +1 -1
  68. data/vendor/bundle/specifications/actionpack-3.2.7.gemspec +1 -1
  69. data/vendor/bundle/specifications/activemodel-3.2.7.gemspec +1 -1
  70. data/vendor/bundle/specifications/activerecord-3.2.7.gemspec +1 -1
  71. data/vendor/bundle/specifications/activeresource-3.2.7.gemspec +1 -1
  72. data/vendor/bundle/specifications/activesupport-3.2.7.gemspec +1 -1
  73. data/vendor/bundle/specifications/arel-3.0.2.gemspec +1 -1
  74. data/vendor/bundle/specifications/bcrypt-ruby-3.0.1.gemspec +1 -1
  75. data/vendor/bundle/specifications/builder-3.0.0.gemspec +1 -1
  76. data/vendor/bundle/specifications/erubis-2.7.0.gemspec +1 -1
  77. data/vendor/bundle/specifications/factory_girl-3.6.1.gemspec +1 -1
  78. data/vendor/bundle/specifications/highline-1.6.13.gemspec +1 -1
  79. data/vendor/bundle/specifications/hike-1.2.1.gemspec +1 -1
  80. data/vendor/bundle/specifications/i18n-0.6.0.gemspec +1 -1
  81. data/vendor/bundle/specifications/journey-1.0.4.gemspec +1 -1
  82. data/vendor/bundle/specifications/json-1.7.4.gemspec +1 -1
  83. data/vendor/bundle/specifications/mail-2.4.4.gemspec +1 -1
  84. data/vendor/bundle/specifications/metaclass-0.0.1.gemspec +1 -1
  85. data/vendor/bundle/specifications/mime-types-1.19.gemspec +1 -1
  86. data/vendor/bundle/specifications/mocha-0.12.2.gemspec +1 -1
  87. data/vendor/bundle/specifications/multi_json-1.3.6.gemspec +1 -1
  88. data/vendor/bundle/specifications/polyglot-0.3.3.gemspec +1 -1
  89. data/vendor/bundle/specifications/rack-1.4.1.gemspec +1 -1
  90. data/vendor/bundle/specifications/rack-cache-1.2.gemspec +1 -1
  91. data/vendor/bundle/specifications/rack-ssl-1.3.2.gemspec +1 -1
  92. data/vendor/bundle/specifications/rack-test-0.6.1.gemspec +1 -1
  93. data/vendor/bundle/specifications/rails-3.2.7.gemspec +1 -1
  94. data/vendor/bundle/specifications/railties-3.2.7.gemspec +1 -1
  95. data/vendor/bundle/specifications/rake-0.9.2.2.gemspec +1 -1
  96. data/vendor/bundle/specifications/rdiscount-1.6.8.gemspec +1 -1
  97. data/vendor/bundle/specifications/rdoc-3.12.gemspec +1 -1
  98. data/vendor/bundle/specifications/shoulda-3.1.1.gemspec +1 -1
  99. data/vendor/bundle/specifications/shoulda-context-1.0.0.gemspec +1 -1
  100. data/vendor/bundle/specifications/shoulda-matchers-1.2.0.gemspec +1 -1
  101. data/vendor/bundle/specifications/simplecov-0.6.4.gemspec +1 -1
  102. data/vendor/bundle/specifications/simplecov-html-0.5.3.gemspec +1 -1
  103. data/vendor/bundle/specifications/sprockets-2.1.3.gemspec +1 -1
  104. data/vendor/bundle/specifications/sqlite3-1.3.6.gemspec +1 -1
  105. data/vendor/bundle/specifications/thor-0.15.4.gemspec +1 -1
  106. data/vendor/bundle/specifications/tilt-1.3.3.gemspec +1 -1
  107. data/vendor/bundle/specifications/treetop-1.4.10.gemspec +1 -1
  108. data/vendor/bundle/specifications/tzinfo-0.3.33.gemspec +1 -1
  109. data/vendor/bundle/specifications/yard-0.8.2.1.gemspec +1 -1
  110. metadata +7 -5
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: challah
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
5
- prerelease:
4
+ version: 0.8.0.pre
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Tornow
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-29 00:00:00.000000000 Z
12
+ date: 2012-08-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: highline
@@ -96,6 +96,7 @@ files:
96
96
  - test/encrypter_test.rb
97
97
  - test/factories.rb
98
98
  - test/helper.rb
99
+ - test/plugins_test.rb
99
100
  - test/random_test.rb
100
101
  - test/restrictions_controller_test.rb
101
102
  - test/routes_test.rb
@@ -107,6 +108,7 @@ files:
107
108
  - lib/challah/controller.rb
108
109
  - lib/challah/cookie_store.rb
109
110
  - lib/challah/encrypter.rb
111
+ - lib/challah/plugins.rb
110
112
  - lib/challah/railtie.rb
111
113
  - lib/challah/random.rb
112
114
  - lib/challah/routes.rb
@@ -5200,9 +5202,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
5200
5202
  required_rubygems_version: !ruby/object:Gem::Requirement
5201
5203
  none: false
5202
5204
  requirements:
5203
- - - ! '>='
5205
+ - - ! '>'
5204
5206
  - !ruby/object:Gem::Version
5205
- version: '0'
5207
+ version: 1.3.1
5206
5208
  requirements: []
5207
5209
  rubyforge_project:
5208
5210
  rubygems_version: 1.8.23