mappd 6.0.0 → 6.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 998e030d07f362bc85aa721a4eb12ed0631a636e0d8128fd25df1848573834a2
4
- data.tar.gz: 7cc671b5215ddfe249b55e94717a156e946a9bb65854ad72ec937861bebb7fc4
3
+ metadata.gz: 4b2197c36a7c731c1d9ea706a7cab756b4c0e677389796d3b175e789037fc8f5
4
+ data.tar.gz: 13da94ecb98568882bf09288e2d76424fcc543c169f5496fffeb9443ba478ec5
5
5
  SHA512:
6
- metadata.gz: 4fbbe3642bb00b50634625ff51cb3a270306d1f5f2dc4ebb5c1f966901a570c98bf9474c2dbbc126aabe0628480a52324124dd414448daa2a458fde2e643ae3e
7
- data.tar.gz: 4217d1403a01c97d89d2e8c21ace6d191fedb6e245dbb951261d404c03ae8ea65bdafd87a8bd92a926548615422a8e5c31f095b36ec388ee3ad1d8389bf2dc7b
6
+ metadata.gz: 49267d31ae70ed5c5fc0ce261da6a4f68923691e62e744212f0af6881546849f6ae4e3756bced865800f4a96a3968de8bfb0d7b74aa370a77cc14c807f7aad45
7
+ data.tar.gz: b4ed4b93e46d4569e32a6c183b88a9be5d3cd780d6ca8b2b216d9d55e3c43a0578ac087d8293991a7a3047404b20c15696108d68b441289d39a5c0862fc12112
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'activerecord', '>= 6.0.0'
3
+ gem 'activerecord', '>= 6.0.1'
4
4
  gem 'rake'
5
5
  gem 'sqlite3', '~> 1.4.0'
6
6
 
@@ -1,31 +1,31 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mappd (6.0.0)
5
- activerecord (>= 6.0.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.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)
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.1, >= 2.1.8)
21
- ast (2.4.0)
22
- byebug (11.0.1)
23
- coderay (1.1.2)
24
- concurrent-ruby (1.1.5)
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.11.1)
26
+ ffi (1.13.1)
27
27
  formatador (0.2.5)
28
- guard (2.15.1)
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.6.0)
45
+ i18n (1.8.3)
46
46
  concurrent-ruby (~> 1.0)
47
- jaro_winkler (1.5.3)
48
- listen (3.1.5)
49
- rb-fsevent (~> 0.9, >= 0.9.4)
50
- rb-inotify (~> 0.9, >= 0.9.7)
51
- ruby_dep (~> 1.2)
52
- lumberjack (1.0.13)
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.17.0)
60
- parser (2.6.4.1)
57
+ parallel (1.19.2)
58
+ parser (2.7.1.3)
61
59
  ast (~> 2.4.0)
62
- pry (0.12.2)
63
- coderay (~> 1.1.0)
64
- method_source (~> 0.9.0)
60
+ pry (0.13.1)
61
+ coderay (~> 1.1)
62
+ method_source (~> 1.0)
65
63
  rainbow (3.0.0)
66
- rake (12.3.3)
67
- rb-fsevent (0.10.3)
68
- rb-inotify (0.10.0)
64
+ rake (13.0.1)
65
+ rb-fsevent (0.10.4)
66
+ rb-inotify (0.10.1)
69
67
  ffi (~> 1.0)
70
- rspec (3.8.0)
71
- rspec-core (~> 3.8.0)
72
- rspec-expectations (~> 3.8.0)
73
- rspec-mocks (~> 3.8.0)
74
- rspec-core (3.8.2)
75
- rspec-support (~> 3.8.0)
76
- rspec-expectations (3.8.4)
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.8.0)
79
- rspec-mocks (3.8.1)
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.8.0)
82
- rspec-support (3.8.2)
83
- rubocop (0.74.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.6)
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, < 1.7)
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.1.2)
96
+ shoulda-matchers (4.3.0)
94
97
  activesupport (>= 4.2.0)
95
- sqlite3 (1.4.1)
96
- thor (0.20.3)
98
+ sqlite3 (1.4.2)
99
+ thor (1.0.1)
97
100
  thread_safe (0.3.6)
98
- tzinfo (1.2.5)
101
+ tzinfo (1.2.7)
99
102
  thread_safe (~> 0.1)
100
- unicode-display_width (1.6.0)
101
- zeitwerk (2.1.10)
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.0)
110
+ activerecord (>= 6.0.1)
108
111
  byebug
109
112
  guard-rspec
110
113
  guard-rubocop
@@ -2,4 +2,8 @@ require 'rubygems' unless defined?(Gem)
2
2
  require 'active_record'
3
3
  require 'mappd/mappd'
4
4
 
5
- ActiveRecord::Base.send(:include, Mappd)
5
+ module ActiveRecord
6
+ class Base
7
+ include Mappd
8
+ end
9
+ end
@@ -1,3 +1,3 @@
1
1
  module Mappd
2
- VERSION = '6.0.0'.freeze
2
+ VERSION = '6.0.1'.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', '>=6.0.0'
25
+ s.add_dependency 'activerecord', '>=6.0.1'
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: 6.0.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: 2019-09-21 00:00:00.000000000 Z
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.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.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 "