ff1 1.2.4 → 1.2.5

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: 8bfddb48c4bbe23ccf35389b17907b81197ead09b9ce0615ef11656eb53bdca0
4
- data.tar.gz: b214417aadd4146884cf7d7aba473d4cb05f89e7109d9f3fa54af002db736e78
3
+ metadata.gz: 5de9048dd906a7817056d714e7fecf5da1998097b0c306c596978d798047e731
4
+ data.tar.gz: f429bf063cc0fa566fff0b98b247be77f0e3ddb8c7b50f4c071b5121b7225a7f
5
5
  SHA512:
6
- metadata.gz: e82d9a62d5ad24acfa14c9bcaaaf4a5a5eb17780a73ba813d1361faf894ea23c02b13fbe4562620963abf36d8f51d8de5828dd52365859380acdc4a7ecbc24f4
7
- data.tar.gz: dc546acd72fc9d0ba494b07db818d2d5d975d631a5ebb8eb9a40073b22cd0002c82539d542b0a3c73afba988eb87d0c1c362748361dbd373bae85efedc6c3a3d
6
+ metadata.gz: '0988c145809495d4d34c8c2369e6c90c39e9b085d9d099dd9a5a28a7f62bf329f78201af1e70a6f63a287a34e286e027d620241b839c6412421b0c5415664d27'
7
+ data.tar.gz: 27133bc842e71cabd2830d3f903ac042fa2bb7c5c35aab969139da49d99b00be1f70bdaecc40ceb1e21e7320737902d1c4f9b83d248e10e631477fe2885c134d
data/lib/ff1/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module FF1
4
4
  # Current version of the FF1 gem
5
- VERSION = '1.2.4'
5
+ VERSION = '1.2.5'
6
6
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class <%= migration_class %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
3
+ class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
4
4
  def change
5
5
  add_column :<%= table_name %>, :<%= deleted_at_column %>, :datetime, null: true
6
6
  add_column :<%= table_name %>, :<%= ff1_deleted_column %>, :boolean, null: false, default: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ff1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmed Abdellatif