talia_core 0.4.16 → 0.4.17

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.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 16
4
+ :patch: 17
5
5
  :build:
@@ -29,14 +29,12 @@ end
29
29
  puts "Install the auto completion plugin"
30
30
  Commands::Plugin.parse!(['install', 'auto_complete'])
31
31
 
32
- puts "Migrating the database"
33
- system("rake db:migrate")
34
-
35
32
  puts "Install the adminstration backend"
36
33
  Rails::Generator::Scripts::Generate.new.run(%w(talia_admin))
37
34
 
38
- # Reload the "boot" file
39
- load File.dirname(__FILE__) + '/../config/boot'
35
+ # Add some dependencies that have been just installed
36
+ ActiveSupport::Dependencies.load_paths << File.join(RAILS_ROOT, 'vendor', 'plugins', 'restful-authentication')
37
+ ActiveSupport::Dependencies.load_paths << File.join(RAILS_ROOT, 'vendor', 'plugins', 'role_requirement')
40
38
 
41
39
  migration_path = File.join(RAILS_ROOT, 'db', 'migrate')
42
40
  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.16
4
+ version: 0.4.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Giacomi