ajaxboxlogin 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,7 @@
1
1
  require 'thor'
2
2
  require 'thor/actions'
3
3
  require 'ajaxboxlogin/ajaxboxlogin'
4
- require File.expand_path("../lib/ajaxboxlogin/version", __FILE__)
5
-
6
- # require 'ajaxboxlogin/version'
4
+ require 'ajaxboxlogin/version'
7
5
 
8
6
  module AjaxBoxLogin
9
7
  class CLI < Thor
@@ -1,3 +1,3 @@
1
1
  module AjaxBoxLogin
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bill Lazar