talia_core 0.4.19 → 0.4.20

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 19
4
+ :patch: 20
5
5
  :build:
@@ -37,7 +37,7 @@ ActiveSupport::Dependencies.load_paths << File.join(RAILS_ROOT, 'vendor', 'plugi
37
37
  ActiveSupport::Dependencies.load_paths << File.join(RAILS_ROOT, 'vendor', 'plugins', 'role_requirement', 'lib')
38
38
 
39
39
  # Init the auth thing for the migration
40
- require "#{RAILS_ROOT}/vendor/plugins/role_requirement/lib/init"
40
+ require "#{RAILS_ROOT}/vendor/plugins/restful-authentication/lib/init"
41
41
 
42
42
  migration_path = File.join(RAILS_ROOT, 'db', 'migrate')
43
43
  ActiveRecord::Migrator.migrate(migration_path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: talia_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.19
4
+ version: 0.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Giacomi