foreman_users 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ForemanUsers
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_users
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -68,8 +68,8 @@ files:
68
68
  - app/views/foreman_users/hosts/hosts/new_action.html.erb
69
69
  - app/controllers/foreman_users/users_controller.rb
70
70
  - config/routes.rb
71
- - db/migrate/20150918022411_create_foreman_users_users.rb
72
- - db/migrate/20150918050239_create_foreman_users_groups.rb
71
+ - db/migrate/20150918022911_create_foreman_users_users.rb
72
+ - db/migrate/20150918050939_create_foreman_users_groups.rb
73
73
  - lib/foreman_users.rb
74
74
  - lib/foreman_users/engine.rb
75
75
  - lib/foreman_users/version.rb