the_captcha 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module SimpleCaptcha
3
- VERSION = "0.1.0".freeze
3
+ VERSION = "0.1.1".freeze
4
4
  end
@@ -42,7 +42,7 @@ module SimpleCaptcha
42
42
 
43
43
  # tmp directory
44
44
  mattr_accessor :tmp_path
45
- @@tmp_path = nil
45
+ @@tmp_path = Rails.root.join('tmp/')
46
46
 
47
47
  def self.add_image_style(name, params = [])
48
48
  SimpleCaptcha::ImageHelpers.image_styles.update(name.to_s => params)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the_captcha
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ilya N. Zykin