mappd 5.2.3 → 6.0.0

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: 4ef9b0668abea5a6c1b191bf2ae937774de9e7cfc9ed833139d3d765cdedd948
4
- data.tar.gz: 017716c3d843b3b4e5368300d08edf88bdbd58aaa5ccea07c289f98224fbf375
3
+ metadata.gz: 998e030d07f362bc85aa721a4eb12ed0631a636e0d8128fd25df1848573834a2
4
+ data.tar.gz: 7cc671b5215ddfe249b55e94717a156e946a9bb65854ad72ec937861bebb7fc4
5
5
  SHA512:
6
- metadata.gz: 509f2c8f4ae2e6d03a034d3e1383d8daecf3aaf87cab4a0c0332c38395646ca83c526f695f4d1c1bd8b88ad109d8175a90b20ba1696abdba1001568d6293981f
7
- data.tar.gz: 2c8d5860cfe0cd5fef2642f51c44e555c3d43d35c01f73f86cc0a3ead1cacb80021524ae6a5acdc134bf72ecabac30ed8c5d026c9f3615b23cc968c344ec9972
6
+ metadata.gz: 4fbbe3642bb00b50634625ff51cb3a270306d1f5f2dc4ebb5c1f966901a570c98bf9474c2dbbc126aabe0628480a52324124dd414448daa2a458fde2e643ae3e
7
+ data.tar.gz: 4217d1403a01c97d89d2e8c21ace6d191fedb6e245dbb951261d404c03ae8ea65bdafd87a8bd92a926548615422a8e5c31f095b36ec388ee3ad1d8389bf2dc7b
@@ -2,6 +2,8 @@ language: ruby
2
2
  rvm:
3
3
  - 2.5
4
4
  install:
5
+ - gem install bundler
6
+ - bundle update --bundler
5
7
  - bundle install
6
8
  script:
7
9
  - bundle exec rubocop
data/Gemfile CHANGED
@@ -1,8 +1,8 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'activerecord', '>= 5.2.3'
3
+ gem 'activerecord', '>= 6.0.0'
4
4
  gem 'rake'
5
- gem 'sqlite3', '~> 1.3.6'
5
+ gem 'sqlite3', '~> 1.4.0'
6
6
 
7
7
  group :development do
8
8
  gem 'byebug'
@@ -1,32 +1,31 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mappd (5.2.3)
5
- activerecord (>= 5.2.3)
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 (5.2.3)
11
- activesupport (= 5.2.3)
12
- activerecord (5.2.3)
13
- activemodel (= 5.2.3)
14
- activesupport (= 5.2.3)
15
- arel (>= 9.0)
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
- arel (9.0.0)
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.10.0)
26
+ ffi (1.11.1)
28
27
  formatador (0.2.5)
29
- guard (2.15.0)
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.2)
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.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.2.1)
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.2)
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.0)
74
+ rspec-core (3.8.2)
77
75
  rspec-support (~> 3.8.0)
78
- rspec-expectations (3.8.2)
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.0)
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.0)
85
- rubocop (0.67.2)
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.5, != 2.5.1.1)
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.6)
93
- ruby-progressbar (1.10.0)
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.0.1)
93
+ shoulda-matchers (4.1.2)
97
94
  activesupport (>= 4.2.0)
98
- sqlite3 (1.3.13)
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.5.0)
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 (>= 5.2.3)
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.3.6)
116
+ sqlite3 (~> 1.4.0)
119
117
 
120
118
  BUNDLED WITH
121
119
  1.17.3
@@ -1,3 +1,3 @@
1
1
  module Mappd
2
- VERSION = '5.2.3'.freeze
2
+ VERSION = '6.0.0'.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.3'
25
+ s.add_dependency 'activerecord', '>=6.0.0'
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.3
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-04-08 00:00:00.000000000 Z
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: 5.2.3
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: 5.2.3
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 "