talia_core 0.4.15 → 0.4.16

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: 15
4
+ :patch: 16
5
5
  :build:
@@ -35,5 +35,8 @@ system("rake db:migrate")
35
35
  puts "Install the adminstration backend"
36
36
  Rails::Generator::Scripts::Generate.new.run(%w(talia_admin))
37
37
 
38
+ # Reload the "boot" file
39
+ load File.dirname(__FILE__) + '/../config/boot'
40
+
38
41
  migration_path = File.join(RAILS_ROOT, 'db', 'migrate')
39
42
  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.15
4
+ version: 0.4.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Giacomi