ajaxboxlogin 0.0.10 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ module AjaxBoxLogin
14
14
 
15
15
  desc "version", "prints out AjaxBoxLogin's version information"
16
16
  def version
17
- say "AjaxBoxLogin version #{AjaxBoxLogin::VERSION}"
17
+ say "AjaxBoxLogin version #{AjaxBoxLogin::AjaxBoxLogin::VERSION}"
18
18
  end
19
19
  map %w(-v --version) => :version
20
20
  end
@@ -1,5 +1,5 @@
1
1
  module AjaxBoxLogin
2
2
  class AjaxBoxLogin
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 10
9
- version: 0.0.10
8
+ - 12
9
+ version: 0.0.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bill Lazar