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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: caf389b9297119e2c9224663c4d6b7d9e6f61685d9adece230fe5736847e9dbc
4
- data.tar.gz: aba8667615b7af0988a3442ab6a5c1d602cf6ac9d002b6bd9d6364e2c3ee3684
3
+ metadata.gz: 4ef9b0668abea5a6c1b191bf2ae937774de9e7cfc9ed833139d3d765cdedd948
4
+ data.tar.gz: 017716c3d843b3b4e5368300d08edf88bdbd58aaa5ccea07c289f98224fbf375
5
5
  SHA512:
6
- metadata.gz: 1e38609d78fb30ed70626a675790d3af89a94d62e2595c81a8389f435f4ce98e1fbb4f2e93103985205ce2170010b356a3434ce0a788d2727c602121c154687b
7
- data.tar.gz: fd6fe589e05bd0a140e40e37754e996af785e6e21030b589087d2d273e2763948e40dac14a15210bd17d2350cd5ee8ec87048f77fee458a58fdfee82fef0d970
6
+ metadata.gz: 509f2c8f4ae2e6d03a034d3e1383d8daecf3aaf87cab4a0c0332c38395646ca83c526f695f4d1c1bd8b88ad109d8175a90b20ba1696abdba1001568d6293981f
7
+ data.tar.gz: 2c8d5860cfe0cd5fef2642f51c44e555c3d43d35c01f73f86cc0a3ead1cacb80021524ae6a5acdc134bf72ecabac30ed8c5d026c9f3615b23cc968c344ec9972
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'activerecord', '>= 5.2.2'
3
+ gem 'activerecord', '>= 5.2.3'
4
4
  gem 'rake'
5
5
  gem 'sqlite3', '~> 1.3.6'
6
6
 
@@ -1,28 +1,28 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mappd (5.2.2)
5
- activerecord (>= 5.2.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.2)
11
- activesupport (= 5.2.2)
12
- activerecord (5.2.2)
13
- activemodel (= 5.2.2)
14
- activesupport (= 5.2.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.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.0)
23
+ byebug (11.0.1)
24
24
  coderay (1.1.2)
25
- concurrent-ruby (1.1.4)
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.14.0)
61
- parser (2.6.0.0)
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.65.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 (~> 1.4.0)
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.4.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.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.2
121
+ 1.17.3
@@ -1,3 +1,3 @@
1
1
  module Mappd
2
- VERSION = '5.2.2'.freeze
2
+ VERSION = '5.2.3'.freeze
3
3
  end
@@ -22,5 +22,5 @@ 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', '>=5.2.2'
25
+ s.add_dependency 'activerecord', '>=5.2.3'
26
26
  end
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.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-03-07 00:00:00.000000000 Z
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.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.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.1
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