nextgen 0.31.0 → 0.31.1

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: 6d97c58da9daed0fce0a43f9134e985f9b58abca112b5afa2eb0dd2e07e59c66
4
- data.tar.gz: 459a0f0ef97387c5a47d2dcff3b1f0ec2be0d3965bacdf5cab2ba8db2244441f
3
+ metadata.gz: 8aa670fdbe16b853d3529fc07b7cbb5029db46b46ef30066bb9e2c1e4caf2b59
4
+ data.tar.gz: ca3a30684dab8edd9bfa5532d4f268491a2d16e785ebff456e44efe113944b60
5
5
  SHA512:
6
- metadata.gz: 993117fe8a1eb4ea199fbfcaf704d33cd5c97552c0a2f4c4749b7f38ef7bf7760ecdee4b3ea6382e5c9401e7b08a75a0c4673561b7772d1a748bef85ec3d56fd
7
- data.tar.gz: 4798def664ceefac1967e0f8f083d9508044787e370dc34643a44883a757f69fe035321ff756571b7d04b30fa36b4cf915052fc34426f5f3b89066823b3b5595
6
+ metadata.gz: f4ad3a531106fa86c03700f3d926a125a7a74bb486a2c35b897ce2fdb23547e1c9ec3994de9f7d2b2e3124bc7f2e874590992ec008409b2ad454b4ef397a516d
7
+ data.tar.gz: 420c1476571ce7ba13a35d7e858e43f8925a236b34be620a9963f791b114460d6298a608da1e9a85fff955536376694c0e9224bcffc9cc413f5b6353924a1142
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Matt Brictson
3
+ Copyright (c) 2025 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -86,7 +86,7 @@ By default, Rails apps include RuboCop with a config defined by the [rubocop-rai
86
86
 
87
87
  Nextgen can install and configure your choice of these recommended gems:
88
88
 
89
- - [annotate](https://github.com/ctran/annotate_models)
89
+ - [annotaterb](https://github.com/drwl/annotaterb)
90
90
  - [bundler-audit](https://github.com/rubysec/bundler-audit)
91
91
  - [capybara-lockstep](https://github.com/makandra/capybara-lockstep)
92
92
  - [dotenv](https://github.com/bkeepers/dotenv)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nextgen
4
- VERSION = "0.31.0"
4
+ VERSION = "0.31.1"
5
5
  end
@@ -5,6 +5,5 @@ require "mocha/minitest"
5
5
  # Reference: https://rubydoc.info/gems/mocha/Mocha/Configuration
6
6
  Mocha.configure do |config|
7
7
  config.strict_keyword_argument_matching = true
8
- config.stubbing_method_on_nil = :prevent
9
8
  config.stubbing_non_existent_method = :prevent
10
9
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nextgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.31.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-08 00:00:00.000000000 Z
10
+ date: 2025-01-04 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: railties
@@ -212,7 +211,6 @@ metadata:
212
211
  source_code_uri: https://github.com/mattbrictson/nextgen
213
212
  homepage_uri: https://github.com/mattbrictson/nextgen
214
213
  rubygems_mfa_required: 'true'
215
- post_install_message:
216
214
  rdoc_options: []
217
215
  require_paths:
218
216
  - lib
@@ -227,8 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
225
  - !ruby/object:Gem::Version
228
226
  version: '0'
229
227
  requirements: []
230
- rubygems_version: 3.5.22
231
- signing_key:
228
+ rubygems_version: 3.6.2
232
229
  specification_version: 4
233
230
  summary: Generate your next Rails app interactively!
234
231
  test_files: []