mappd 6.0.0 → 6.0.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 +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +58 -55
- data/lib/mappd.rb +5 -1
- data/lib/mappd/version.rb +1 -1
- data/mappd.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b2197c36a7c731c1d9ea706a7cab756b4c0e677389796d3b175e789037fc8f5
|
4
|
+
data.tar.gz: 13da94ecb98568882bf09288e2d76424fcc543c169f5496fffeb9443ba478ec5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49267d31ae70ed5c5fc0ce261da6a4f68923691e62e744212f0af6881546849f6ae4e3756bced865800f4a96a3968de8bfb0d7b74aa370a77cc14c807f7aad45
|
7
|
+
data.tar.gz: b4ed4b93e46d4569e32a6c183b88a9be5d3cd780d6ca8b2b216d9d55e3c43a0578ac087d8293991a7a3047404b20c15696108d68b441289d39a5c0862fc12112
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,31 +1,31 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mappd (6.0.
|
5
|
-
activerecord (>= 6.0.
|
4
|
+
mappd (6.0.1)
|
5
|
+
activerecord (>= 6.0.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (6.0.
|
11
|
-
activesupport (= 6.0.
|
12
|
-
activerecord (6.0.
|
13
|
-
activemodel (= 6.0.
|
14
|
-
activesupport (= 6.0.
|
15
|
-
activesupport (6.0.
|
10
|
+
activemodel (6.0.3.2)
|
11
|
+
activesupport (= 6.0.3.2)
|
12
|
+
activerecord (6.0.3.2)
|
13
|
+
activemodel (= 6.0.3.2)
|
14
|
+
activesupport (= 6.0.3.2)
|
15
|
+
activesupport (6.0.3.2)
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
17
|
i18n (>= 0.7, < 2)
|
18
18
|
minitest (~> 5.1)
|
19
19
|
tzinfo (~> 1.1)
|
20
|
-
zeitwerk (~> 2.
|
21
|
-
ast (2.4.
|
22
|
-
byebug (11.
|
23
|
-
coderay (1.1.
|
24
|
-
concurrent-ruby (1.1.
|
20
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
21
|
+
ast (2.4.1)
|
22
|
+
byebug (11.1.3)
|
23
|
+
coderay (1.1.3)
|
24
|
+
concurrent-ruby (1.1.6)
|
25
25
|
diff-lcs (1.3)
|
26
|
-
ffi (1.
|
26
|
+
ffi (1.13.1)
|
27
27
|
formatador (0.2.5)
|
28
|
-
guard (2.
|
28
|
+
guard (2.16.2)
|
29
29
|
formatador (>= 0.2.4)
|
30
30
|
listen (>= 2.7, < 4.0)
|
31
31
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -42,69 +42,72 @@ GEM
|
|
42
42
|
guard-rubocop (1.3.0)
|
43
43
|
guard (~> 2.0)
|
44
44
|
rubocop (~> 0.20)
|
45
|
-
i18n (1.
|
45
|
+
i18n (1.8.3)
|
46
46
|
concurrent-ruby (~> 1.0)
|
47
|
-
|
48
|
-
|
49
|
-
rb-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
method_source (0.9.2)
|
54
|
-
minitest (5.11.3)
|
47
|
+
listen (3.2.1)
|
48
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
49
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
50
|
+
lumberjack (1.2.5)
|
51
|
+
method_source (1.0.0)
|
52
|
+
minitest (5.14.1)
|
55
53
|
nenv (0.3.0)
|
56
54
|
notiffany (0.1.3)
|
57
55
|
nenv (~> 0.1)
|
58
56
|
shellany (~> 0.0)
|
59
|
-
parallel (1.
|
60
|
-
parser (2.
|
57
|
+
parallel (1.19.2)
|
58
|
+
parser (2.7.1.3)
|
61
59
|
ast (~> 2.4.0)
|
62
|
-
pry (0.
|
63
|
-
coderay (~> 1.1
|
64
|
-
method_source (~>
|
60
|
+
pry (0.13.1)
|
61
|
+
coderay (~> 1.1)
|
62
|
+
method_source (~> 1.0)
|
65
63
|
rainbow (3.0.0)
|
66
|
-
rake (
|
67
|
-
rb-fsevent (0.10.
|
68
|
-
rb-inotify (0.10.
|
64
|
+
rake (13.0.1)
|
65
|
+
rb-fsevent (0.10.4)
|
66
|
+
rb-inotify (0.10.1)
|
69
67
|
ffi (~> 1.0)
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
rspec-
|
74
|
-
|
75
|
-
rspec-
|
76
|
-
rspec-
|
68
|
+
regexp_parser (1.7.1)
|
69
|
+
rexml (3.2.4)
|
70
|
+
rspec (3.9.0)
|
71
|
+
rspec-core (~> 3.9.0)
|
72
|
+
rspec-expectations (~> 3.9.0)
|
73
|
+
rspec-mocks (~> 3.9.0)
|
74
|
+
rspec-core (3.9.2)
|
75
|
+
rspec-support (~> 3.9.3)
|
76
|
+
rspec-expectations (3.9.2)
|
77
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
78
|
-
rspec-support (~> 3.
|
79
|
-
rspec-mocks (3.
|
78
|
+
rspec-support (~> 3.9.0)
|
79
|
+
rspec-mocks (3.9.1)
|
80
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
81
|
-
rspec-support (~> 3.
|
82
|
-
rspec-support (3.
|
83
|
-
rubocop (0.
|
84
|
-
jaro_winkler (~> 1.5.1)
|
81
|
+
rspec-support (~> 3.9.0)
|
82
|
+
rspec-support (3.9.3)
|
83
|
+
rubocop (0.85.1)
|
85
84
|
parallel (~> 1.10)
|
86
|
-
parser (>= 2.
|
85
|
+
parser (>= 2.7.0.1)
|
87
86
|
rainbow (>= 2.2.2, < 4.0)
|
87
|
+
regexp_parser (>= 1.7)
|
88
|
+
rexml
|
89
|
+
rubocop-ast (>= 0.0.3)
|
88
90
|
ruby-progressbar (~> 1.7)
|
89
|
-
unicode-display_width (>= 1.4.0, <
|
91
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
92
|
+
rubocop-ast (0.0.3)
|
93
|
+
parser (>= 2.7.0.1)
|
90
94
|
ruby-progressbar (1.10.1)
|
91
|
-
ruby_dep (1.5.0)
|
92
95
|
shellany (0.0.1)
|
93
|
-
shoulda-matchers (4.
|
96
|
+
shoulda-matchers (4.3.0)
|
94
97
|
activesupport (>= 4.2.0)
|
95
|
-
sqlite3 (1.4.
|
96
|
-
thor (0.
|
98
|
+
sqlite3 (1.4.2)
|
99
|
+
thor (1.0.1)
|
97
100
|
thread_safe (0.3.6)
|
98
|
-
tzinfo (1.2.
|
101
|
+
tzinfo (1.2.7)
|
99
102
|
thread_safe (~> 0.1)
|
100
|
-
unicode-display_width (1.
|
101
|
-
zeitwerk (2.
|
103
|
+
unicode-display_width (1.7.0)
|
104
|
+
zeitwerk (2.3.0)
|
102
105
|
|
103
106
|
PLATFORMS
|
104
107
|
ruby
|
105
108
|
|
106
109
|
DEPENDENCIES
|
107
|
-
activerecord (>= 6.0.
|
110
|
+
activerecord (>= 6.0.1)
|
108
111
|
byebug
|
109
112
|
guard-rspec
|
110
113
|
guard-rubocop
|
data/lib/mappd.rb
CHANGED
data/lib/mappd/version.rb
CHANGED
data/mappd.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mappd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Watson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 6.0.
|
19
|
+
version: 6.0.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.0.
|
26
|
+
version: 6.0.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 "
|