talia_core 0.4.4 → 0.4.5

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 (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/talia_dependencies.rb +1 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 4
4
+ :patch: 5
5
5
  :build:
@@ -2,7 +2,7 @@
2
2
  require File.dirname(__FILE__) + '/loader_helper'
3
3
 
4
4
  # This is also needed for local loading
5
- RAILS_GEM_VERSION = '2.3.4' unless defined? RAILS_GEM_VERSION
5
+ RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
6
6
 
7
7
  # Stuff we may need to load from sources/uninstalled versions
8
8
  TLoad::require_module("assit", "assit", "/../../assit") unless(defined?(assit))
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.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Giacomi