mappd 5.2.2 → 5.2.3
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 +17 -19
- data/lib/mappd/version.rb +1 -1
- data/mappd.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ef9b0668abea5a6c1b191bf2ae937774de9e7cfc9ed833139d3d765cdedd948
|
4
|
+
data.tar.gz: 017716c3d843b3b4e5368300d08edf88bdbd58aaa5ccea07c289f98224fbf375
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 509f2c8f4ae2e6d03a034d3e1383d8daecf3aaf87cab4a0c0332c38395646ca83c526f695f4d1c1bd8b88ad109d8175a90b20ba1696abdba1001568d6293981f
|
7
|
+
data.tar.gz: 2c8d5860cfe0cd5fef2642f51c44e555c3d43d35c01f73f86cc0a3ead1cacb80021524ae6a5acdc134bf72ecabac30ed8c5d026c9f3615b23cc968c344ec9972
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,28 +1,28 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mappd (5.2.
|
5
|
-
activerecord (>= 5.2.
|
4
|
+
mappd (5.2.3)
|
5
|
+
activerecord (>= 5.2.3)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (5.2.
|
11
|
-
activesupport (= 5.2.
|
12
|
-
activerecord (5.2.
|
13
|
-
activemodel (= 5.2.
|
14
|
-
activesupport (= 5.2.
|
10
|
+
activemodel (5.2.3)
|
11
|
+
activesupport (= 5.2.3)
|
12
|
+
activerecord (5.2.3)
|
13
|
+
activemodel (= 5.2.3)
|
14
|
+
activesupport (= 5.2.3)
|
15
15
|
arel (>= 9.0)
|
16
|
-
activesupport (5.2.
|
16
|
+
activesupport (5.2.3)
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
18
18
|
i18n (>= 0.7, < 2)
|
19
19
|
minitest (~> 5.1)
|
20
20
|
tzinfo (~> 1.1)
|
21
21
|
arel (9.0.0)
|
22
22
|
ast (2.4.0)
|
23
|
-
byebug (11.0.
|
23
|
+
byebug (11.0.1)
|
24
24
|
coderay (1.1.2)
|
25
|
-
concurrent-ruby (1.1.
|
25
|
+
concurrent-ruby (1.1.5)
|
26
26
|
diff-lcs (1.3)
|
27
27
|
ffi (1.10.0)
|
28
28
|
formatador (0.2.5)
|
@@ -57,10 +57,9 @@ GEM
|
|
57
57
|
notiffany (0.1.1)
|
58
58
|
nenv (~> 0.1)
|
59
59
|
shellany (~> 0.0)
|
60
|
-
parallel (1.
|
61
|
-
parser (2.6.
|
60
|
+
parallel (1.17.0)
|
61
|
+
parser (2.6.2.1)
|
62
62
|
ast (~> 2.4.0)
|
63
|
-
powerpack (0.1.2)
|
64
63
|
pry (0.12.2)
|
65
64
|
coderay (~> 1.1.0)
|
66
65
|
method_source (~> 0.9.0)
|
@@ -83,15 +82,14 @@ GEM
|
|
83
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
84
83
|
rspec-support (~> 3.8.0)
|
85
84
|
rspec-support (3.8.0)
|
86
|
-
rubocop (0.
|
85
|
+
rubocop (0.67.2)
|
87
86
|
jaro_winkler (~> 1.5.1)
|
88
87
|
parallel (~> 1.10)
|
89
88
|
parser (>= 2.5, != 2.5.1.1)
|
90
|
-
powerpack (~> 0.1)
|
91
89
|
psych (>= 3.1.0)
|
92
90
|
rainbow (>= 2.2.2, < 4.0)
|
93
91
|
ruby-progressbar (~> 1.7)
|
94
|
-
unicode-display_width (
|
92
|
+
unicode-display_width (>= 1.4.0, < 1.6)
|
95
93
|
ruby-progressbar (1.10.0)
|
96
94
|
ruby_dep (1.5.0)
|
97
95
|
shellany (0.0.1)
|
@@ -102,13 +100,13 @@ GEM
|
|
102
100
|
thread_safe (0.3.6)
|
103
101
|
tzinfo (1.2.5)
|
104
102
|
thread_safe (~> 0.1)
|
105
|
-
unicode-display_width (1.
|
103
|
+
unicode-display_width (1.5.0)
|
106
104
|
|
107
105
|
PLATFORMS
|
108
106
|
ruby
|
109
107
|
|
110
108
|
DEPENDENCIES
|
111
|
-
activerecord (>= 5.2.
|
109
|
+
activerecord (>= 5.2.3)
|
112
110
|
byebug
|
113
111
|
guard-rspec
|
114
112
|
guard-rubocop
|
@@ -120,4 +118,4 @@ DEPENDENCIES
|
|
120
118
|
sqlite3 (~> 1.3.6)
|
121
119
|
|
122
120
|
BUNDLED WITH
|
123
|
-
1.17.
|
121
|
+
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: 5.2.
|
4
|
+
version: 5.2.3
|
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-04-08 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: 5.2.
|
19
|
+
version: 5.2.3
|
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: 5.2.
|
26
|
+
version: 5.2.3
|
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 "
|
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
- !ruby/object:Gem::Version
|
72
72
|
version: '0'
|
73
73
|
requirements: []
|
74
|
-
rubygems_version: 3.0.
|
74
|
+
rubygems_version: 3.0.3
|
75
75
|
signing_key:
|
76
76
|
specification_version: 4
|
77
77
|
summary: Mappd is a micro gem that allow you to write schema inside your model as
|