bundler_audit_notifier 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44b80cf5b697868af957fed65fcf42fede78537bd791bb65b658e8110190b68d
4
- data.tar.gz: 6bc3e4469eaa985843ea80d8e3b8c5cd31e6b33185b075ee2ca542ebbddf6d74
3
+ metadata.gz: c55e82bca62e962a5fe5aa1a444a5f41a651eebfeb4df12556a6eaf6924a63d1
4
+ data.tar.gz: 7f8c1a9dabedf08c06c04233d27d10b1b6fa6adcd09ba8dace7577f9668b5c57
5
5
  SHA512:
6
- metadata.gz: 58fc9dbb86f68cbac170b0fb167d42874933025b8936f21060b0b90ace9247d1f3b13d43888166787db4112eeaedbbb6d35cd6cac3574fbc854582ee3bad915a
7
- data.tar.gz: c5e73ea0f13f9a2de286c477770618ea3edd5dbffa344ad290faaed7d7fb126b1d4da472482d17fddaf3424e782b40504d02d4309f6489560c88c5243eabe449
6
+ metadata.gz: fdce0b51ece787780d7198757936202be03365cbde2d8dd189824d4c8b20932db02f8dacabd4ae9a43a79d35566328d3239f05171e3d93db8dba183b1d63509c
7
+ data.tar.gz: 0541bac4465637c37521fd163abffc44761f48b471d32df13c46c99f83343b42fb8ee7e00ac5f2a12bd9880dfbafcdbb52b195ea700b650084e2847a1b4b79dc
@@ -2,18 +2,16 @@
2
2
  require "rails/generators/active_record"
3
3
  require "rails/generators"
4
4
  module BundlerAuditNotifier
5
- module Generators
6
- class BundlerAuditNotifierGenerator < Rails::Generators::Base
7
- include ActiveRecord::Generators::Migration
8
- source_root File.join(__dir__, "templates")
5
+ class BundlerAuditNotifierGenerator < Rails::Generators::Base
6
+ include ActiveRecord::Generators::Migration
7
+ source_root File.join(__dir__, "templates")
9
8
 
10
- def copy_migration
11
- migration_template "migration.rb", "db/migrate/create_bundler_audit_issues.rb", migration_version: migration_version
12
- end
9
+ def copy_migration
10
+ migration_template "migration.rb", "db/migrate/create_bundler_audit_issues.rb", migration_version: migration_version
11
+ end
13
12
 
14
- def migration_version
15
- "[#{ActiveRecord::VERSION::MAJOR}.#{ActiveRecord::VERSION::MINOR}]"
16
- end
13
+ def migration_version
14
+ "[#{ActiveRecord::VERSION::MAJOR}.#{ActiveRecord::VERSION::MINOR}]"
17
15
  end
18
16
  end
19
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler_audit_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marley Stipich