mappd 6.1.4.2 → 6.1.4.3

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: c1b8c19a8b37b655fce98a93422431041efb663dcc2733e504a361365d8c396e
4
- data.tar.gz: 3f7dd80200efcf80aec853590c845f3a115937e14632132e728de96854be9a13
3
+ metadata.gz: 836816d08a636e161503d6e68e7b7eda29c3d59b6c975207e33777ac38910a13
4
+ data.tar.gz: d15e29aaec58bd74b4191a626348ad39f316643d76f23a86de22ad6b34fa9b02
5
5
  SHA512:
6
- metadata.gz: b33d8af3c1de314eb32029760f5fa538853eca2c621791a554fa8ad7c74cbfa99e0c647fdd560f3de8d47bf41952887a7386cbc37b410b49f3b1db1103d14805
7
- data.tar.gz: 1ffa1fd1899dcabd1c68cd5466f4d8baa4f394a42d352b5c5c8cbeb0a4e5281dca571341a70969e59e052b3784aa9275c2c036f52aa726e397a8708624b1d922
6
+ metadata.gz: 6116d8c74334178959a8fb6487dfe4c047f0d95394418af536ea5b9702cf34e2ae671e47f0823989f1c19fc637c631f231b4e5efc05d5487c1340c4ff3c43bba
7
+ data.tar.gz: c4d85789a22f30ab1bc7ae10b6207878ad0c2f434b2ec6f39bdd74ac25888dc2cf9424475f99f40e3c6765f2f657a049c221871c68da1c8de1557bf4119368d5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mappd (6.1.4.1.1)
4
+ mappd (6.1.4.2)
5
5
  activerecord (~> 6.1.4.1)
6
6
 
7
7
  GEM
data/lib/mappd/mappd.rb CHANGED
@@ -7,7 +7,7 @@ module Mappd
7
7
 
8
8
  module ClassMethods
9
9
  def index(name, options = {})
10
- commands << [:add_index, [table_name, name, options]]
10
+ commands << [:add_index, [table_name, name, { **options }]]
11
11
  end
12
12
 
13
13
  def rename(from, to)
@@ -19,7 +19,7 @@ module Mappd
19
19
  end
20
20
 
21
21
  def field(name, type = :string, options = {})
22
- commands << [:add_column, [table_name, name, type, options]]
22
+ commands << [:add_column, [table_name, name, type, { **options }]]
23
23
  end
24
24
 
25
25
  def timestamps
data/lib/mappd/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mappd
2
- VERSION = '6.1.4.2'.freeze
2
+ VERSION = '6.1.4.3'.freeze
3
3
  end
data/mappd.gemspec CHANGED
@@ -25,4 +25,7 @@ at you just know in others projects like DataMapper or MongoMapper.
25
25
  s.add_dependency 'activerecord', '~>6.1.4.1'
26
26
 
27
27
  s.required_ruby_version = '>= 2.6.0'
28
+ s.metadata = {
29
+ 'rubygems_mfa_required' => 'true'
30
+ }
28
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mappd
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.4.2
4
+ version: 6.1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Watson
@@ -55,7 +55,8 @@ files:
55
55
  - spec/spec_helper.rb
56
56
  homepage: https://github.com/dan-watson/mappd
57
57
  licenses: []
58
- metadata: {}
58
+ metadata:
59
+ rubygems_mfa_required: 'true'
59
60
  post_install_message:
60
61
  rdoc_options: []
61
62
  require_paths: