bullet_train-super_scaffolding 1.6.3 → 1.6.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 624c2ab483b11dd59768ded954b0509a51b23ca69166a1d35676332cbbd57824
4
- data.tar.gz: 7dde6fa82d9ccf6c5b50f478660f9e65f70d8f5a6baae8395ad29486b59921ad
3
+ metadata.gz: abdd8f62c283dd50b0975530efbcacaaa9c6593b87612ac8f3bda724a15ca3a6
4
+ data.tar.gz: 1d3b146f86f3329e2586d70e84d875c6ac83bf32a139524a8db028a2f7bafce8
5
5
  SHA512:
6
- metadata.gz: 7487a8a73cde3bdacaad7e49a3b00d300a546bf18aa0c1bfdfa317af236ac845a703d36ddef70b62756b12fdbd7c2a50397aab9ad48582850f847ff064da5af5
7
- data.tar.gz: '0098b00f6e684db5e66431026fd9ddf94370b63383d077ea82c10c4b48a39f6393cae45b96631e5eb56546be2be6ebfc39e0809e8f3f837e01edefe75400bab2'
6
+ metadata.gz: e2a0b0d83df5280919e3e92a585d9c5f451d959578cd91f8a676f818567b7ae53f765c0f18277398ce0bd27a0b55aedbd22231c64084a432309419d100227f01
7
+ data.tar.gz: d97b75ff6c2ac3a4d5ec0db0b91318114ca0e290adf85071e7b8b12074f823d3a8198d9038a0108e73626ec2a8c703fae09d9ca9b163bc1142b0218b0e6d73d5
@@ -37,7 +37,7 @@ en:
37
37
  description: Can view all data
38
38
  editor:
39
39
  label: Editor
40
- description: Can edit but not delet this object
40
+ description: Can edit but not delete this object
41
41
  admin:
42
42
  label: Admin
43
43
  description: Can manage all data
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module SuperScaffolding
3
- VERSION = "1.6.3"
3
+ VERSION = "1.6.5"
4
4
  end
5
5
  end
@@ -178,7 +178,7 @@ def check_required_options_for_attributes(scaffolding_type, attributes, child, p
178
178
 
179
179
  # For join models, we don't want to generate a migration when
180
180
  # running the crud-field scaffolder in the last step, so we skip *_ids.
181
- # Addresses belong_to :addressable, so they don't hae to be represented in a migration.
181
+ # Addresses belong_to :addressable, so they don't have to be represented in a migration.
182
182
  unless name.match?(/_ids$/) || data_type.nil?
183
183
  generation_command += " #{name_without_id || name}:#{data_type}"
184
184
  attributes_to_generate << name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-super_scaffolding
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
4
+ version: 1.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-13 00:00:00.000000000 Z
11
+ date: 2023-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard