mathcha 0.5.1 → 0.5.2

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 (5) hide show
  1. data/README +12 -3
  2. data/VERSION +1 -1
  3. data/mathcha.gemspec +2 -1
  4. data/pkg/mathcha-0.5.1.gem +0 -0
  5. metadata +2 -1
data/README CHANGED
@@ -1,13 +1,22 @@
1
1
  Mathcha
2
2
  =======
3
3
 
4
- Introduction goes here.
4
+ Mathcha is a horribly-named, arithmetic-based, text-driven captcha. Why you ask? For very few good reasons:
5
+
6
+ * I had never written a plugin.
7
+ * I wanted to play with a few bits of technology I hadn't touched: git, github, gemcutter, gem packaging, jeweler, etc.
8
+ * I really like Recaptcha it's just that I've seen a few folk using simple math problems and it's
9
+ * I need this functionality across a few applications I've been working on.
10
+
11
+ This thing is nascent, fledgling, and was produced in a matter of hours. I haven't thoroughly tested it yet so don't put too much faith in it. Please feel free to fork and dress up. I plan on staying on top of this over the next few weeks and getting something put together that I'm happy to push on my peers.
5
12
 
6
13
 
7
14
  Example
8
15
  =======
9
16
 
10
- Example goes here.
17
+ * In your view: <%= mathcha_tag %>
18
+ * In your controller: if (verify_mathcha(params))
19
+ * More soon.
11
20
 
12
21
 
13
- Copyright (c) 2009 [name of plugin creator], released under the MIT license
22
+ Copyright (c) 2009 Cory Wilkerson, released under the MIT license
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
data/mathcha.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{mathcha}
8
- s.version = "0.5.1"
8
+ s.version = "0.5.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Cory Wilkerson"]
@@ -36,6 +36,7 @@ Gem::Specification.new do |s|
36
36
  "pkg/mathcha-0.4.6.gem",
37
37
  "pkg/mathcha-0.4.7.gem",
38
38
  "pkg/mathcha-0.5.0.gem",
39
+ "pkg/mathcha-0.5.1.gem",
39
40
  "rails/init.rb",
40
41
  "tasks/mathcha_tasks.rake",
41
42
  "test/mathcha_test.rb",
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mathcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory Wilkerson
@@ -51,6 +51,7 @@ files:
51
51
  - pkg/mathcha-0.4.6.gem
52
52
  - pkg/mathcha-0.4.7.gem
53
53
  - pkg/mathcha-0.5.0.gem
54
+ - pkg/mathcha-0.5.1.gem
54
55
  - rails/init.rb
55
56
  - tasks/mathcha_tasks.rake
56
57
  - test/mathcha_test.rb