bookyt_projects 0.18.3 → 0.19.0

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.
@@ -4,9 +4,5 @@ require 'rails'
4
4
  module BookytProjects
5
5
  class Railtie < Rails::Engine
6
6
  engine_name "bookyt_projects"
7
-
8
- config.to_prepare do
9
- ::Person.send :include, BookytProjects::Person
10
- end
11
7
  end
12
8
  end
@@ -1,3 +1,3 @@
1
1
  module BookytPos
2
- VERSION = '0.18.3'
2
+ VERSION = '0.19.0'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_projects
3
3
  version: !ruby/object:Gem::Version
4
- hash: 81
4
+ hash: 83
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 18
9
- - 3
10
- version: 0.18.3
8
+ - 19
9
+ - 0
10
+ version: 0.19.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek (CyT)