mappd 5.2.3 → 6.0.0
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/.travis.yml +2 -0
- data/Gemfile +2 -2
- data/Gemfile.lock +29 -31
- 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: 998e030d07f362bc85aa721a4eb12ed0631a636e0d8128fd25df1848573834a2
|
4
|
+
data.tar.gz: 7cc671b5215ddfe249b55e94717a156e946a9bb65854ad72ec937861bebb7fc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fbbe3642bb00b50634625ff51cb3a270306d1f5f2dc4ebb5c1f966901a570c98bf9474c2dbbc126aabe0628480a52324124dd414448daa2a458fde2e643ae3e
|
7
|
+
data.tar.gz: 4217d1403a01c97d89d2e8c21ace6d191fedb6e245dbb951261d404c03ae8ea65bdafd87a8bd92a926548615422a8e5c31f095b36ec388ee3ad1d8389bf2dc7b
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,32 +1,31 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mappd (
|
5
|
-
activerecord (>=
|
4
|
+
mappd (6.0.0)
|
5
|
+
activerecord (>= 6.0.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (
|
11
|
-
activesupport (=
|
12
|
-
activerecord (
|
13
|
-
activemodel (=
|
14
|
-
activesupport (=
|
15
|
-
|
16
|
-
activesupport (5.2.3)
|
10
|
+
activemodel (6.0.0)
|
11
|
+
activesupport (= 6.0.0)
|
12
|
+
activerecord (6.0.0)
|
13
|
+
activemodel (= 6.0.0)
|
14
|
+
activesupport (= 6.0.0)
|
15
|
+
activesupport (6.0.0)
|
17
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
17
|
i18n (>= 0.7, < 2)
|
19
18
|
minitest (~> 5.1)
|
20
19
|
tzinfo (~> 1.1)
|
21
|
-
|
20
|
+
zeitwerk (~> 2.1, >= 2.1.8)
|
22
21
|
ast (2.4.0)
|
23
22
|
byebug (11.0.1)
|
24
23
|
coderay (1.1.2)
|
25
24
|
concurrent-ruby (1.1.5)
|
26
25
|
diff-lcs (1.3)
|
27
|
-
ffi (1.
|
26
|
+
ffi (1.11.1)
|
28
27
|
formatador (0.2.5)
|
29
|
-
guard (2.15.
|
28
|
+
guard (2.15.1)
|
30
29
|
formatador (>= 0.2.4)
|
31
30
|
listen (>= 2.7, < 4.0)
|
32
31
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -45,7 +44,7 @@ GEM
|
|
45
44
|
rubocop (~> 0.20)
|
46
45
|
i18n (1.6.0)
|
47
46
|
concurrent-ruby (~> 1.0)
|
48
|
-
jaro_winkler (1.5.
|
47
|
+
jaro_winkler (1.5.3)
|
49
48
|
listen (3.1.5)
|
50
49
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
51
50
|
rb-inotify (~> 0.9, >= 0.9.7)
|
@@ -54,18 +53,17 @@ GEM
|
|
54
53
|
method_source (0.9.2)
|
55
54
|
minitest (5.11.3)
|
56
55
|
nenv (0.3.0)
|
57
|
-
notiffany (0.1.
|
56
|
+
notiffany (0.1.3)
|
58
57
|
nenv (~> 0.1)
|
59
58
|
shellany (~> 0.0)
|
60
59
|
parallel (1.17.0)
|
61
|
-
parser (2.6.
|
60
|
+
parser (2.6.4.1)
|
62
61
|
ast (~> 2.4.0)
|
63
62
|
pry (0.12.2)
|
64
63
|
coderay (~> 1.1.0)
|
65
64
|
method_source (~> 0.9.0)
|
66
|
-
psych (3.1.0)
|
67
65
|
rainbow (3.0.0)
|
68
|
-
rake (12.3.
|
66
|
+
rake (12.3.3)
|
69
67
|
rb-fsevent (0.10.3)
|
70
68
|
rb-inotify (0.10.0)
|
71
69
|
ffi (~> 1.0)
|
@@ -73,40 +71,40 @@ GEM
|
|
73
71
|
rspec-core (~> 3.8.0)
|
74
72
|
rspec-expectations (~> 3.8.0)
|
75
73
|
rspec-mocks (~> 3.8.0)
|
76
|
-
rspec-core (3.8.
|
74
|
+
rspec-core (3.8.2)
|
77
75
|
rspec-support (~> 3.8.0)
|
78
|
-
rspec-expectations (3.8.
|
76
|
+
rspec-expectations (3.8.4)
|
79
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
80
78
|
rspec-support (~> 3.8.0)
|
81
|
-
rspec-mocks (3.8.
|
79
|
+
rspec-mocks (3.8.1)
|
82
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
83
81
|
rspec-support (~> 3.8.0)
|
84
|
-
rspec-support (3.8.
|
85
|
-
rubocop (0.
|
82
|
+
rspec-support (3.8.2)
|
83
|
+
rubocop (0.74.0)
|
86
84
|
jaro_winkler (~> 1.5.1)
|
87
85
|
parallel (~> 1.10)
|
88
|
-
parser (>= 2.
|
89
|
-
psych (>= 3.1.0)
|
86
|
+
parser (>= 2.6)
|
90
87
|
rainbow (>= 2.2.2, < 4.0)
|
91
88
|
ruby-progressbar (~> 1.7)
|
92
|
-
unicode-display_width (>= 1.4.0, < 1.
|
93
|
-
ruby-progressbar (1.10.
|
89
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
90
|
+
ruby-progressbar (1.10.1)
|
94
91
|
ruby_dep (1.5.0)
|
95
92
|
shellany (0.0.1)
|
96
|
-
shoulda-matchers (4.
|
93
|
+
shoulda-matchers (4.1.2)
|
97
94
|
activesupport (>= 4.2.0)
|
98
|
-
sqlite3 (1.
|
95
|
+
sqlite3 (1.4.1)
|
99
96
|
thor (0.20.3)
|
100
97
|
thread_safe (0.3.6)
|
101
98
|
tzinfo (1.2.5)
|
102
99
|
thread_safe (~> 0.1)
|
103
|
-
unicode-display_width (1.
|
100
|
+
unicode-display_width (1.6.0)
|
101
|
+
zeitwerk (2.1.10)
|
104
102
|
|
105
103
|
PLATFORMS
|
106
104
|
ruby
|
107
105
|
|
108
106
|
DEPENDENCIES
|
109
|
-
activerecord (>=
|
107
|
+
activerecord (>= 6.0.0)
|
110
108
|
byebug
|
111
109
|
guard-rspec
|
112
110
|
guard-rubocop
|
@@ -115,7 +113,7 @@ DEPENDENCIES
|
|
115
113
|
rspec
|
116
114
|
rubocop
|
117
115
|
shoulda-matchers
|
118
|
-
sqlite3 (~> 1.
|
116
|
+
sqlite3 (~> 1.4.0)
|
119
117
|
|
120
118
|
BUNDLED WITH
|
121
119
|
1.17.3
|
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:
|
4
|
+
version: 6.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Watson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-21 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:
|
19
|
+
version: 6.0.0
|
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:
|
26
|
+
version: 6.0.0
|
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 "
|