plutonium 0.12.0 → 0.12.1

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: b2d283bb447f847e5572c33aa15dafa3dd859314e49beeebcd6d4ed43eb0fe15
4
- data.tar.gz: c93d18374cb47f049bd8218d43c46fe66df9a83d7e10595f30f58715fee28274
3
+ metadata.gz: 6052b1ce7c4e476fcaa41cbef7030cc0f130c469d0d86911fa8f75d8f2dd0b8f
4
+ data.tar.gz: f8a5a453f724897eb12f9044dc856814516475a9d83d1d176ae13640cfa3134d
5
5
  SHA512:
6
- metadata.gz: 178c4d95219eade116c333efbe8bbde980176ce4e4d93d1641ccae7e9a19ad1e7d1aa4394513f3466c7f7f9491a48bc4009c8ce3032a04d7a9bda27dde56c07a
7
- data.tar.gz: db5b8b26c501faa4c25e7508775673f5553f567a67c78a7930a3d68b8354d7a4734fff6b9996dd2ed53a31e4f955c73b921f91ec5c360ede2b4469372d6cbe94
6
+ metadata.gz: d9b6b63b6023278a943bdebcf0c6bd834455417700b7d2c7324dbc5e3f923454d58d7fd2ac2e6e036d4a82a89bd72254a719801f53ad162871ef7e3f619a92d8
7
+ data.tar.gz: 372ff986316b2bac7c5542d9278e18d26a128c50257e5a7b2659c80c5047b8be08fc096fd3e735e51a7f1787706b329753cfb897d1188066d6381c790bc19eb5
@@ -45,6 +45,8 @@ module Pu
45
45
  end
46
46
 
47
47
  def create_install_migration
48
+ next unless activerecord_adapter == "postgresql"
49
+
48
50
  migration_template "db/migrate/install_rodauth.rb", "db/migrate/install_rodauth.rb" # , File.join(db_migrate_path, "#{migration_name}.rb")
49
51
  end
50
52
 
@@ -1,3 +1,3 @@
1
1
  module Plutonium
2
- VERSION = "0.12.0"
2
+ VERSION = "0.12.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plutonium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich
@@ -1175,7 +1175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1175
1175
  - !ruby/object:Gem::Version
1176
1176
  version: '0'
1177
1177
  requirements: []
1178
- rubygems_version: 3.5.3
1178
+ rubygems_version: 3.5.11
1179
1179
  signing_key:
1180
1180
  specification_version: 4
1181
1181
  summary: The ultimate Rapid Application Development Toolkit (RADKit) for Rails application