mathcha 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +2 -3
  4. data/mathcha.gemspec +0 -54
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ begin
9
9
  gemspec.summary = "Quick little arithmetic plain-text captcha"
10
10
  gemspec.description = "Quick little arithmetic plain-text captcha"
11
11
  gemspec.email = "coryjwilkerson@gmail.com"
12
- gemspec.homepage = "http://github.com/technicalpickles/the-perfect-gem"
12
+ gemspec.homepage = "http://github.com/corywilkerson/mathcha"
13
13
  gemspec.authors = ["Cory Wilkerson"]
14
14
  end
15
15
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
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.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory Wilkerson
@@ -30,7 +30,6 @@ files:
30
30
  - lib/mathcha.rb
31
31
  - lib/mathcha/mathcha_helper.rb
32
32
  - lib/mathcha/mathcha_verify.rb
33
- - mathcha.gemspec
34
33
  - pkg/mathcha-0.0.0.gem
35
34
  - rails/init.rb
36
35
  - tasks/mathcha_tasks.rake
@@ -38,7 +37,7 @@ files:
38
37
  - test/test_helper.rb
39
38
  - uninstall.rb
40
39
  has_rdoc: true
41
- homepage: http://github.com/technicalpickles/the-perfect-gem
40
+ homepage: http://github.com/corywilkerson/mathcha
42
41
  licenses: []
43
42
 
44
43
  post_install_message:
@@ -1,54 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{mathcha}
8
- s.version = "0.2.0"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Cory Wilkerson"]
12
- s.date = %q{2009-10-16}
13
- s.description = %q{Quick little arithmetic plain-text captcha}
14
- s.email = %q{coryjwilkerson@gmail.com}
15
- s.extra_rdoc_files = [
16
- "README"
17
- ]
18
- s.files = [
19
- "MIT-LICENSE",
20
- "README",
21
- "Rakefile",
22
- "VERSION",
23
- "install.rb",
24
- "lib/mathcha.rb",
25
- "lib/mathcha/mathcha_helper.rb",
26
- "lib/mathcha/mathcha_verify.rb",
27
- "mathcha.gemspec",
28
- "pkg/mathcha-0.0.0.gem",
29
- "rails/init.rb",
30
- "tasks/mathcha_tasks.rake",
31
- "test/mathcha_test.rb",
32
- "test/test_helper.rb",
33
- "uninstall.rb"
34
- ]
35
- s.homepage = %q{http://github.com/technicalpickles/the-perfect-gem}
36
- s.rdoc_options = ["--charset=UTF-8"]
37
- s.require_paths = ["lib"]
38
- s.rubygems_version = %q{1.3.5}
39
- s.summary = %q{Quick little arithmetic plain-text captcha}
40
- s.test_files = [
41
- "test/mathcha_test.rb",
42
- "test/test_helper.rb"
43
- ]
44
-
45
- if s.respond_to? :specification_version then
46
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
47
- s.specification_version = 3
48
-
49
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
50
- else
51
- end
52
- else
53
- end
54
- end