mappd 6.1.4.1.1 → 6.1.4.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 +4 -4
- data/Gemfile +0 -1
- data/Gemfile.lock +21 -22
- data/lib/mappd/version.rb +1 -1
- data/mappd.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1b8c19a8b37b655fce98a93422431041efb663dcc2733e504a361365d8c396e
|
4
|
+
data.tar.gz: 3f7dd80200efcf80aec853590c845f3a115937e14632132e728de96854be9a13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b33d8af3c1de314eb32029760f5fa538853eca2c621791a554fa8ad7c74cbfa99e0c647fdd560f3de8d47bf41952887a7386cbc37b410b49f3b1db1103d14805
|
7
|
+
data.tar.gz: 1ffa1fd1899dcabd1c68cd5466f4d8baa4f394a42d352b5c5c8cbeb0a4e5281dca571341a70969e59e052b3784aa9275c2c036f52aa726e397a8708624b1d922
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mappd (6.1.4.1)
|
5
|
-
activerecord (~> 6.1.4)
|
4
|
+
mappd (6.1.4.1.1)
|
5
|
+
activerecord (~> 6.1.4.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (6.1.4)
|
11
|
-
activesupport (= 6.1.4)
|
12
|
-
activerecord (6.1.4)
|
13
|
-
activemodel (= 6.1.4)
|
14
|
-
activesupport (= 6.1.4)
|
15
|
-
activesupport (6.1.4)
|
10
|
+
activemodel (6.1.4.1)
|
11
|
+
activesupport (= 6.1.4.1)
|
12
|
+
activerecord (6.1.4.1)
|
13
|
+
activemodel (= 6.1.4.1)
|
14
|
+
activesupport (= 6.1.4.1)
|
15
|
+
activesupport (6.1.4.1)
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
17
|
i18n (>= 1.6, < 2)
|
18
18
|
minitest (>= 5.1)
|
@@ -23,15 +23,15 @@ GEM
|
|
23
23
|
coderay (1.1.3)
|
24
24
|
concurrent-ruby (1.1.9)
|
25
25
|
diff-lcs (1.4.4)
|
26
|
-
ffi (1.15.
|
26
|
+
ffi (1.15.4)
|
27
27
|
formatador (0.3.0)
|
28
|
-
guard (2.
|
28
|
+
guard (2.18.0)
|
29
29
|
formatador (>= 0.2.4)
|
30
30
|
listen (>= 2.7, < 4.0)
|
31
31
|
lumberjack (>= 1.0.12, < 2.0)
|
32
32
|
nenv (~> 0.1)
|
33
33
|
notiffany (~> 0.0)
|
34
|
-
pry (>= 0.
|
34
|
+
pry (>= 0.13.0)
|
35
35
|
shellany (~> 0.0)
|
36
36
|
thor (>= 0.18.1)
|
37
37
|
guard-compat (1.2.1)
|
@@ -39,12 +39,12 @@ GEM
|
|
39
39
|
guard (~> 2.1)
|
40
40
|
guard-compat (~> 1.1)
|
41
41
|
rspec (>= 2.99.0, < 4.0)
|
42
|
-
guard-rubocop (1.
|
42
|
+
guard-rubocop (1.5.0)
|
43
43
|
guard (~> 2.0)
|
44
44
|
rubocop (< 2.0)
|
45
|
-
i18n (1.8.
|
45
|
+
i18n (1.8.11)
|
46
46
|
concurrent-ruby (~> 1.0)
|
47
|
-
listen (3.
|
47
|
+
listen (3.7.0)
|
48
48
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
49
49
|
rb-inotify (~> 0.9, >= 0.9.10)
|
50
50
|
lumberjack (1.2.8)
|
@@ -54,7 +54,7 @@ GEM
|
|
54
54
|
notiffany (0.1.3)
|
55
55
|
nenv (~> 0.1)
|
56
56
|
shellany (~> 0.0)
|
57
|
-
parallel (1.
|
57
|
+
parallel (1.21.0)
|
58
58
|
parser (3.0.2.0)
|
59
59
|
ast (~> 2.4.1)
|
60
60
|
pry (0.14.1)
|
@@ -79,17 +79,17 @@ GEM
|
|
79
79
|
rspec-mocks (3.10.2)
|
80
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
81
81
|
rspec-support (~> 3.10.0)
|
82
|
-
rspec-support (3.10.
|
83
|
-
rubocop (1.
|
82
|
+
rspec-support (3.10.3)
|
83
|
+
rubocop (1.23.0)
|
84
84
|
parallel (~> 1.10)
|
85
85
|
parser (>= 3.0.0.0)
|
86
86
|
rainbow (>= 2.2.2, < 4.0)
|
87
87
|
regexp_parser (>= 1.8, < 3.0)
|
88
88
|
rexml
|
89
|
-
rubocop-ast (>= 1.
|
89
|
+
rubocop-ast (>= 1.12.0, < 2.0)
|
90
90
|
ruby-progressbar (~> 1.7)
|
91
91
|
unicode-display_width (>= 1.4.0, < 3.0)
|
92
|
-
rubocop-ast (1.
|
92
|
+
rubocop-ast (1.13.0)
|
93
93
|
parser (>= 3.0.1.1)
|
94
94
|
ruby-progressbar (1.11.0)
|
95
95
|
shellany (0.0.1)
|
@@ -99,14 +99,13 @@ GEM
|
|
99
99
|
thor (1.1.0)
|
100
100
|
tzinfo (2.0.4)
|
101
101
|
concurrent-ruby (~> 1.0)
|
102
|
-
unicode-display_width (2.
|
103
|
-
zeitwerk (2.
|
102
|
+
unicode-display_width (2.1.0)
|
103
|
+
zeitwerk (2.5.1)
|
104
104
|
|
105
105
|
PLATFORMS
|
106
106
|
ruby
|
107
107
|
|
108
108
|
DEPENDENCIES
|
109
|
-
activerecord (>= 6.1.4)
|
110
109
|
byebug
|
111
110
|
guard-rspec
|
112
111
|
guard-rubocop
|
data/lib/mappd/version.rb
CHANGED
data/mappd.gemspec
CHANGED
@@ -22,7 +22,7 @@ at you just know in others projects like DataMapper or MongoMapper.
|
|
22
22
|
.split("\n").map { |f| File.basename(f) }
|
23
23
|
s.require_paths = ['lib']
|
24
24
|
|
25
|
-
s.add_dependency 'activerecord', '~>6.1.4'
|
25
|
+
s.add_dependency 'activerecord', '~>6.1.4.1'
|
26
26
|
|
27
27
|
s.required_ruby_version = '>= 2.6.0'
|
28
28
|
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.
|
4
|
+
version: 6.1.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Watson
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 6.1.4
|
19
|
+
version: 6.1.4.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 6.1.4
|
26
|
+
version: 6.1.4.1
|
27
27
|
description: "With it you can add the ability to create columns\noutside the default
|
28
28
|
schema, directly in your model in a similar way t\nat you just know in others projects
|
29
29
|
like DataMapper or MongoMapper.\n "
|