fesplugas-typus 0.9.0 → 0.9.1

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.0
1
+ 0.9.1
File without changes
data/typus.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{typus}
5
- s.version = "0.9.0"
5
+ s.version = "0.9.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Francesc Esplugas"]
@@ -66,7 +66,6 @@ Gem::Specification.new do |s|
66
66
  "generators/typus_update_schema_to_01/templates/config/typus.yml",
67
67
  "generators/typus_update_schema_to_01/templates/migration.rb",
68
68
  "generators/typus_update_schema_to_01/typus_update_schema_to_01_generator.rb",
69
- "init.rb",
70
69
  "lib/typus.rb",
71
70
  "lib/typus/active_record.rb",
72
71
  "lib/typus/authentication.rb",
@@ -82,6 +81,7 @@ Gem::Specification.new do |s|
82
81
  "lib/typus/user.rb",
83
82
  "lib/vendor/active_record.rb",
84
83
  "lib/vendor/paginator.rb",
84
+ "rails/init.rb",
85
85
  "tasks/typus_tasks.rake",
86
86
  "test/config/broken/application.yml",
87
87
  "test/config/broken/application_roles.yml",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fesplugas-typus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesc Esplugas
@@ -75,7 +75,6 @@ files:
75
75
  - generators/typus_update_schema_to_01/templates/config/typus.yml
76
76
  - generators/typus_update_schema_to_01/templates/migration.rb
77
77
  - generators/typus_update_schema_to_01/typus_update_schema_to_01_generator.rb
78
- - init.rb
79
78
  - lib/typus.rb
80
79
  - lib/typus/active_record.rb
81
80
  - lib/typus/authentication.rb
@@ -91,6 +90,7 @@ files:
91
90
  - lib/typus/user.rb
92
91
  - lib/vendor/active_record.rb
93
92
  - lib/vendor/paginator.rb
93
+ - rails/init.rb
94
94
  - tasks/typus_tasks.rake
95
95
  - test/config/broken/application.yml
96
96
  - test/config/broken/application_roles.yml