tapioca 0.4.7 → 0.4.12

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.
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Tapioca
5
- VERSION = "0.4.7"
5
+ VERSION = "0.4.12"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tapioca
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ufuk Kayserilioglu
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2020-10-07 00:00:00.000000000 Z
14
+ date: 2021-01-14 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: pry
@@ -116,14 +116,15 @@ files:
116
116
  - lib/tapioca/compilers/dsl/active_record_associations.rb
117
117
  - lib/tapioca/compilers/dsl/active_record_columns.rb
118
118
  - lib/tapioca/compilers/dsl/active_record_enum.rb
119
- - lib/tapioca/compilers/dsl/active_record_identity_cache.rb
120
119
  - lib/tapioca/compilers/dsl/active_record_scope.rb
121
120
  - lib/tapioca/compilers/dsl/active_record_typed_store.rb
122
121
  - lib/tapioca/compilers/dsl/active_resource.rb
123
122
  - lib/tapioca/compilers/dsl/active_support_current_attributes.rb
124
123
  - lib/tapioca/compilers/dsl/base.rb
125
124
  - lib/tapioca/compilers/dsl/frozen_record.rb
125
+ - lib/tapioca/compilers/dsl/identity_cache.rb
126
126
  - lib/tapioca/compilers/dsl/protobuf.rb
127
+ - lib/tapioca/compilers/dsl/sidekiq_worker.rb
127
128
  - lib/tapioca/compilers/dsl/smart_properties.rb
128
129
  - lib/tapioca/compilers/dsl/state_machines.rb
129
130
  - lib/tapioca/compilers/dsl/url_helpers.rb