mappd 0.0.4 → 5.2.2

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: 574ed6b0bba558a7820e7e548eeae31807d073303b1e09babb56b7eea1699e6e
4
- data.tar.gz: d46b69b10bc81b168755173aa9bdd29c4bb53e4ff97adc67975463a3b149d635
3
+ metadata.gz: caf389b9297119e2c9224663c4d6b7d9e6f61685d9adece230fe5736847e9dbc
4
+ data.tar.gz: aba8667615b7af0988a3442ab6a5c1d602cf6ac9d002b6bd9d6364e2c3ee3684
5
5
  SHA512:
6
- metadata.gz: 55888f03d431890672dc23e6c84c278af871e967025a0fff40861770f0378373b61ce58fa26bdbb1774df69412237a61254a0a302c6f334b7a825362e7130908
7
- data.tar.gz: 235deda28eb9a180cb268af319e80a162701f69e32d2d523c45540e430cefbadc00e4e89809c831269fb74fccdb97cd334f2e51efe9c986252d85495be870d4e
6
+ metadata.gz: 1e38609d78fb30ed70626a675790d3af89a94d62e2595c81a8389f435f4ce98e1fbb4f2e93103985205ce2170010b356a3434ce0a788d2727c602121c154687b
7
+ data.tar.gz: fd6fe589e05bd0a140e40e37754e996af785e6e21030b589087d2d273e2763948e40dac14a15210bd17d2350cd5ee8ec87048f77fee458a58fdfee82fef0d970
data/Gemfile CHANGED
@@ -1,8 +1,8 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'activerecord', '>= 5.2.0'
3
+ gem 'activerecord', '>= 5.2.2'
4
4
  gem 'rake'
5
- gem 'sqlite3'
5
+ gem 'sqlite3', '~> 1.3.6'
6
6
 
7
7
  group :development do
8
8
  gem 'byebug'
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mappd (0.0.4)
5
- activerecord (>= 5.2.0)
4
+ mappd (5.2.2)
5
+ activerecord (>= 5.2.2)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- activemodel (5.2.0)
11
- activesupport (= 5.2.0)
12
- activerecord (5.2.0)
13
- activemodel (= 5.2.0)
14
- activesupport (= 5.2.0)
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)
15
15
  arel (>= 9.0)
16
- activesupport (5.2.0)
16
+ activesupport (5.2.2)
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 (10.0.2)
23
+ byebug (11.0.0)
24
24
  coderay (1.1.2)
25
- concurrent-ruby (1.0.5)
25
+ concurrent-ruby (1.1.4)
26
26
  diff-lcs (1.3)
27
- ffi (1.9.23)
27
+ ffi (1.10.0)
28
28
  formatador (0.2.5)
29
- guard (2.14.2)
29
+ guard (2.15.0)
30
30
  formatador (>= 0.2.4)
31
31
  listen (>= 2.7, < 4.0)
32
32
  lumberjack (>= 1.0.12, < 2.0)
@@ -43,68 +43,72 @@ GEM
43
43
  guard-rubocop (1.3.0)
44
44
  guard (~> 2.0)
45
45
  rubocop (~> 0.20)
46
- i18n (1.0.1)
46
+ i18n (1.6.0)
47
47
  concurrent-ruby (~> 1.0)
48
+ jaro_winkler (1.5.2)
48
49
  listen (3.1.5)
49
50
  rb-fsevent (~> 0.9, >= 0.9.4)
50
51
  rb-inotify (~> 0.9, >= 0.9.7)
51
52
  ruby_dep (~> 1.2)
52
53
  lumberjack (1.0.13)
53
- method_source (0.9.0)
54
+ method_source (0.9.2)
54
55
  minitest (5.11.3)
55
56
  nenv (0.3.0)
56
57
  notiffany (0.1.1)
57
58
  nenv (~> 0.1)
58
59
  shellany (~> 0.0)
59
- parallel (1.12.1)
60
- parser (2.5.1.0)
60
+ parallel (1.14.0)
61
+ parser (2.6.0.0)
61
62
  ast (~> 2.4.0)
62
- powerpack (0.1.1)
63
- pry (0.11.3)
63
+ powerpack (0.1.2)
64
+ pry (0.12.2)
64
65
  coderay (~> 1.1.0)
65
66
  method_source (~> 0.9.0)
67
+ psych (3.1.0)
66
68
  rainbow (3.0.0)
67
- rake (12.3.1)
69
+ rake (12.3.2)
68
70
  rb-fsevent (0.10.3)
69
- rb-inotify (0.9.10)
70
- ffi (>= 0.5.0, < 2)
71
- rspec (3.7.0)
72
- rspec-core (~> 3.7.0)
73
- rspec-expectations (~> 3.7.0)
74
- rspec-mocks (~> 3.7.0)
75
- rspec-core (3.7.1)
76
- rspec-support (~> 3.7.0)
77
- rspec-expectations (3.7.0)
71
+ rb-inotify (0.10.0)
72
+ ffi (~> 1.0)
73
+ rspec (3.8.0)
74
+ rspec-core (~> 3.8.0)
75
+ rspec-expectations (~> 3.8.0)
76
+ rspec-mocks (~> 3.8.0)
77
+ rspec-core (3.8.0)
78
+ rspec-support (~> 3.8.0)
79
+ rspec-expectations (3.8.2)
78
80
  diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.7.0)
80
- rspec-mocks (3.7.0)
81
+ rspec-support (~> 3.8.0)
82
+ rspec-mocks (3.8.0)
81
83
  diff-lcs (>= 1.2.0, < 2.0)
82
- rspec-support (~> 3.7.0)
83
- rspec-support (3.7.1)
84
- rubocop (0.55.0)
84
+ rspec-support (~> 3.8.0)
85
+ rspec-support (3.8.0)
86
+ rubocop (0.65.0)
87
+ jaro_winkler (~> 1.5.1)
85
88
  parallel (~> 1.10)
86
- parser (>= 2.5)
89
+ parser (>= 2.5, != 2.5.1.1)
87
90
  powerpack (~> 0.1)
91
+ psych (>= 3.1.0)
88
92
  rainbow (>= 2.2.2, < 4.0)
89
93
  ruby-progressbar (~> 1.7)
90
- unicode-display_width (~> 1.0, >= 1.0.1)
91
- ruby-progressbar (1.9.0)
94
+ unicode-display_width (~> 1.4.0)
95
+ ruby-progressbar (1.10.0)
92
96
  ruby_dep (1.5.0)
93
97
  shellany (0.0.1)
94
- shoulda-matchers (3.1.2)
95
- activesupport (>= 4.0.0)
98
+ shoulda-matchers (4.0.1)
99
+ activesupport (>= 4.2.0)
96
100
  sqlite3 (1.3.13)
97
- thor (0.20.0)
101
+ thor (0.20.3)
98
102
  thread_safe (0.3.6)
99
103
  tzinfo (1.2.5)
100
104
  thread_safe (~> 0.1)
101
- unicode-display_width (1.3.2)
105
+ unicode-display_width (1.4.1)
102
106
 
103
107
  PLATFORMS
104
108
  ruby
105
109
 
106
110
  DEPENDENCIES
107
- activerecord (>= 5.2.0)
111
+ activerecord (>= 5.2.2)
108
112
  byebug
109
113
  guard-rspec
110
114
  guard-rubocop
@@ -113,7 +117,7 @@ DEPENDENCIES
113
117
  rspec
114
118
  rubocop
115
119
  shoulda-matchers
116
- sqlite3
120
+ sqlite3 (~> 1.3.6)
117
121
 
118
122
  BUNDLED WITH
119
- 1.16.1
123
+ 1.17.2
@@ -1,3 +1,3 @@
1
1
  module Mappd
2
- VERSION = '0.0.4'.freeze
2
+ VERSION = '5.2.2'.freeze
3
3
  end
@@ -1,4 +1,3 @@
1
-
2
1
  $LOAD_PATH.push File.expand_path('lib', __dir__)
3
2
  require 'mappd/version'
4
3
 
@@ -23,7 +22,5 @@ at you just know in others projects like DataMapper or MongoMapper.
23
22
  .split("\n").map { |f| File.basename(f) }
24
23
  s.require_paths = ['lib']
25
24
 
26
- # specify any dependencies here; for example:
27
- # s.add_development_dependency "rspec"
28
- s.add_dependency 'activerecord', '>=5.2.0'
25
+ s.add_dependency 'activerecord', '>=5.2.2'
29
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: 0.0.4
4
+ version: 5.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Watson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-28 00:00:00.000000000 Z
11
+ date: 2019-03-07 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.0
19
+ version: 5.2.2
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.0
26
+ version: 5.2.2
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,8 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubyforge_project: mappd
75
- rubygems_version: 2.7.6
74
+ rubygems_version: 3.0.1
76
75
  signing_key:
77
76
  specification_version: 4
78
77
  summary: Mappd is a micro gem that allow you to write schema inside your model as