anchormodel 0.1.2 → 0.1.4

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anchormodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Kalbermatter
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-25 00:00:00.000000000 Z
11
+ date: 2024-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -150,8 +150,8 @@ dependencies:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
152
  version: 1.6.0
153
- description:
154
- email:
153
+ description:
154
+ email:
155
155
  executables: []
156
156
  extensions: []
157
157
  extra_rdoc_files: []
@@ -165,6 +165,7 @@ files:
165
165
  - LICENSE
166
166
  - README.md
167
167
  - Rakefile
168
+ - VERSION
168
169
  - anchormodel.gemspec
169
170
  - bin/rails
170
171
  - doc/Anchormodel.html
@@ -187,11 +188,16 @@ files:
187
188
  - doc/method_list.html
188
189
  - doc/top-level-namespace.html
189
190
  - lib/anchormodel.rb
190
- - lib/anchormodel/active_model_type_value.rb
191
+ - lib/anchormodel/active_model_type_value_single.rb
191
192
  - lib/anchormodel/attribute.rb
192
193
  - lib/anchormodel/model_mixin.rb
194
+ - lib/anchormodel/util.rb
193
195
  - lib/anchormodel/version.rb
196
+ - lib/generators/anchormodel/USAGE
197
+ - lib/generators/anchormodel/anchormodel_generator.rb
198
+ - lib/generators/anchormodel/templates/anchormodel.rb.erb
194
199
  - logo.svg
200
+ - pkg/anchormodel-0.1.3.gem
195
201
  - test/active_record_model/user_test.rb
196
202
  - test/dummy/.gitignore
197
203
  - test/dummy/Rakefile
@@ -230,7 +236,7 @@ homepage: https://github.com/kalsan/anchormodel
230
236
  licenses:
231
237
  - LGPL-3.0-or-later
232
238
  metadata: {}
233
- post_install_message:
239
+ post_install_message:
234
240
  rdoc_options: []
235
241
  require_paths:
236
242
  - lib
@@ -245,8 +251,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
245
251
  - !ruby/object:Gem::Version
246
252
  version: '0'
247
253
  requirements: []
248
- rubygems_version: 3.3.26
249
- signing_key:
254
+ rubygems_version: 3.5.6
255
+ signing_key:
250
256
  specification_version: 4
251
257
  summary: Bringing object-oriented programming to Rails enums
252
258
  test_files: []