uuidable 1.0.4 → 1.0.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: 48b7b698e07705d713624e8254b93d618ca6e133732256ea2ea727a55929f631
4
- data.tar.gz: 29fb889f96831b6f7864c85a888c1071355d52f0ae5a4c7fc7b1c4c3558aca53
3
+ metadata.gz: 3ba85f686d96a257ae6f68e873c8412080bd30d7f34b40cfa2743cc160986e81
4
+ data.tar.gz: 047cdeea7c2b796175962792f36b6570b5e29ea4f27c82bdc05295c7e9d55543
5
5
  SHA512:
6
- metadata.gz: f02007dbeaecfb60ff15e82ab7e78f4f7b93bf4ffcae8633d4aa52846ff14f9ed6b5b892716b091127cf0619098b976e8d052853bfb00d95e3b9c75721b6703d
7
- data.tar.gz: 57f29e300007e22d3fe1aad4c84b657bdf06632b026744400ef8aa443b3f0992cb89bc19669bb77f8b2c51672f67ae753614fd23402b4c1d3ef312906fa0266c
6
+ metadata.gz: 1d4403bbf12dad602220dffe3bf085c7f43bc4870c05f173796982bbca4e9d31c35cc0ef214eae99e90a3a10b7e03d0f92a3dfe472b0c9b56a4637b7040bf1c3
7
+ data.tar.gz: 2afea0fb84d15fe2be7425612816c9a495da4ba7820d174c680812f28f06dd2957110fd968dff494c5fdea996c05ff277ee8504d32762c9381260cec37c5332d
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /spec/reports/
8
8
  /tmp/
9
9
  /.history/
10
+ .idea
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- uuidable (1.0.4)
4
+ uuidable (1.0.5)
5
5
  activerecord (>= 4.2, < 8.0)
6
6
  mysql-binuuid-rails (>= 1.3, < 2)
7
7
  uuidtools (>= 2.1, < 3)
@@ -88,7 +88,7 @@ module Uuidable
88
88
  end
89
89
 
90
90
  indexes.each do |ind|
91
- t.index name: ind.name, unique: ind.unique
91
+ t.index ind.columns, name: ind.name, unique: ind.unique
92
92
  end
93
93
  end
94
94
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uuidable
4
- VERSION = '1.0.4'
4
+ VERSION = '1.0.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uuidable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Gnuskov