tapioca 0.4.10 → 0.4.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -192,6 +192,10 @@ module Tapioca
192
192
  exit(1)
193
193
  end
194
194
  say(" Done", :green)
195
+ unless bundle.missing_specs.empty?
196
+ say(" completed with missing specs: ")
197
+ say(bundle.missing_specs.join(', '), :yellow)
198
+ end
195
199
  puts
196
200
  end
197
201
 
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Tapioca
5
- VERSION = "0.4.10"
5
+ VERSION = "0.4.15"
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.10
4
+ version: 0.4.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ufuk Kayserilioglu
@@ -11,8 +11,22 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2020-12-01 00:00:00.000000000 Z
14
+ date: 2021-02-25 00:00:00.000000000 Z
15
15
  dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: bundler
18
+ requirement: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.17.3
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: 1.17.3
16
30
  - !ruby/object:Gem::Dependency
17
31
  name: pry
18
32
  requirement: !ruby/object:Gem::Requirement
@@ -116,14 +130,15 @@ files:
116
130
  - lib/tapioca/compilers/dsl/active_record_associations.rb
117
131
  - lib/tapioca/compilers/dsl/active_record_columns.rb
118
132
  - lib/tapioca/compilers/dsl/active_record_enum.rb
119
- - lib/tapioca/compilers/dsl/active_record_identity_cache.rb
120
133
  - lib/tapioca/compilers/dsl/active_record_scope.rb
121
134
  - lib/tapioca/compilers/dsl/active_record_typed_store.rb
122
135
  - lib/tapioca/compilers/dsl/active_resource.rb
123
136
  - lib/tapioca/compilers/dsl/active_support_current_attributes.rb
124
137
  - lib/tapioca/compilers/dsl/base.rb
125
138
  - lib/tapioca/compilers/dsl/frozen_record.rb
139
+ - lib/tapioca/compilers/dsl/identity_cache.rb
126
140
  - lib/tapioca/compilers/dsl/protobuf.rb
141
+ - lib/tapioca/compilers/dsl/sidekiq_worker.rb
127
142
  - lib/tapioca/compilers/dsl/smart_properties.rb
128
143
  - lib/tapioca/compilers/dsl/state_machines.rb
129
144
  - lib/tapioca/compilers/dsl/url_helpers.rb