ajaxboxlogin 0.0.6 → 0.0.7

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 (2) hide show
  1. data/lib/ajaxboxlogin/version.rb +3 -0
  2. metadata +3 -2
@@ -0,0 +1,3 @@
1
+ module AjaxBoxLogin
2
+ VERSION = "0.0.7"
3
+ end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bill Lazar
@@ -124,6 +124,7 @@ extra_rdoc_files: []
124
124
  files:
125
125
  - lib/ajaxboxlogin.rb
126
126
  - lib/ajaxboxlogin/cli.rb
127
+ - lib/ajaxboxlogin/version.rb
127
128
  - lib/ajaxboxlogin/ajaxboxlogin.rb
128
129
  - lib/ajaxboxlogin/generators/ajaxboxlogin.rb
129
130
  - features/ajaxboxlogin.feature