typus 0.9.23 → 0.9.24

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 CHANGED
@@ -1 +1 @@
1
- 0.9.23
1
+ 0.9.24
@@ -124,7 +124,7 @@ private
124
124
 
125
125
  def verify_typus_users_table_schema
126
126
 
127
- unless Typus.user_class.model_fields.keys.include?(:roles)
127
+ unless Typus.user_class.model_fields.keys.include?(:role)
128
128
  raise "Run `script/generate typus_update_schema_to_01 -f && rake db:migrate` to update database schema."
129
129
  end
130
130
 
data/typus.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{typus}
8
- s.version = "0.9.23"
8
+ s.version = "0.9.24"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Francesc Esplugas"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.23
4
+ version: 0.9.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesc Esplugas