repository-base 0.4.0 → 0.4.1
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/bin/setup +1 -1
- data/doc/Repository.html +1 -1
- data/doc/Repository/Base.html +3 -16
- data/doc/Repository/Base/Internals.html +1 -1
- data/doc/Repository/Base/Internals/RecordDeleter.html +1 -1
- data/doc/Repository/Base/Internals/RecordSaver.html +1 -1
- data/doc/Repository/Base/Internals/RecordUpdater.html +1 -1
- data/doc/Repository/Base/Internals/SlugFinder.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.CHANGELOG.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/top-level-namespace.html +1 -1
- data/lib/repository/base/version.rb +1 -3
- data/repository-base.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ea291028c3945e19302fc9e2efb88fc89907ba343b789d68f20dfcb729f2704
|
|
4
|
+
data.tar.gz: 04a31df15897d5556adb2c83d1505ddfeb5a7aceeba5a0877e2a3f774b3b8e0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9157c403dbc3818b711a48c4b2ff10a08a96ad0db1716625f9bd789b2b2d0182add2faad70ea869762ea0ede8e41280e29c1898b84ee7fd3fbf72b6ebb3a78b3
|
|
7
|
+
data.tar.gz: 7917a44d1d1c6aa0096f0719497f744b42854a40529dd2460527bbcc99a3da5dbf392bb54eefcca27a7f5fcde6c7a67d065d20c8c622a7802727273740b71fc5
|
data/bin/setup
CHANGED
|
@@ -28,7 +28,7 @@ gem install kramdown -v 1.16.2 # for YARD Markdown doc generation
|
|
|
28
28
|
gem install yard -v 0.9.12
|
|
29
29
|
yard config --gem-install-yri
|
|
30
30
|
gem install json -v 2.1.0
|
|
31
|
-
gem install activemodel -v 4.2.
|
|
31
|
+
gem install activemodel -v 4.2.3
|
|
32
32
|
gem install rake -v 12.3.0
|
|
33
33
|
gem install rspec -v 3.7.0
|
|
34
34
|
gem install rubocop -v 0.52.1
|
data/doc/Repository.html
CHANGED
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
</div>
|
|
119
119
|
|
|
120
120
|
<div id="footer">
|
|
121
|
-
Generated on
|
|
121
|
+
Generated on Sun Feb 4 17:34:40 2018 by
|
|
122
122
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
123
123
|
0.9.12 (ruby-2.5.0).
|
|
124
124
|
</div>
|
data/doc/Repository/Base.html
CHANGED
|
@@ -132,22 +132,9 @@
|
|
|
132
132
|
<dl class="constants">
|
|
133
133
|
|
|
134
134
|
<dt id="VERSION-constant" class="">VERSION =
|
|
135
|
-
|
|
136
|
-
<div class="discussion">
|
|
137
|
-
|
|
138
|
-
<p>Gem version, following [RubyGems.org](<a
|
|
139
|
-
href="https://rubygems.org">rubygems.org</a>) and [SemVer](<a
|
|
140
|
-
href="http://semver.org">semver.org</a>/) conventions.</p>
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
</div>
|
|
144
|
-
</div>
|
|
145
|
-
<div class="tags">
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
</div>
|
|
135
|
+
|
|
149
136
|
</dt>
|
|
150
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.4.
|
|
137
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.4.1</span><span class='tstring_end'>'</span></span></pre></dd>
|
|
151
138
|
|
|
152
139
|
</dl>
|
|
153
140
|
|
|
@@ -1238,7 +1225,7 @@ for record to be deleted.</p>
|
|
|
1238
1225
|
</div>
|
|
1239
1226
|
|
|
1240
1227
|
<div id="footer">
|
|
1241
|
-
Generated on
|
|
1228
|
+
Generated on Sun Feb 4 17:34:40 2018 by
|
|
1242
1229
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1243
1230
|
0.9.12 (ruby-2.5.0).
|
|
1244
1231
|
</div>
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
</div>
|
|
124
124
|
|
|
125
125
|
<div id="footer">
|
|
126
|
-
Generated on
|
|
126
|
+
Generated on Sun Feb 4 17:34:40 2018 by
|
|
127
127
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
128
128
|
0.9.12 (ruby-2.5.0).
|
|
129
129
|
</div>
|
|
@@ -677,7 +677,7 @@ attempt to delete identified record.</p>
|
|
|
677
677
|
</div>
|
|
678
678
|
|
|
679
679
|
<div id="footer">
|
|
680
|
-
Generated on
|
|
680
|
+
Generated on Sun Feb 4 17:34:40 2018 by
|
|
681
681
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
682
682
|
0.9.12 (ruby-2.5.0).
|
|
683
683
|
</div>
|
|
@@ -806,7 +806,7 @@ attempt to save record.</p>
|
|
|
806
806
|
</div>
|
|
807
807
|
|
|
808
808
|
<div id="footer">
|
|
809
|
-
Generated on
|
|
809
|
+
Generated on Sun Feb 4 17:34:40 2018 by
|
|
810
810
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
811
811
|
0.9.12 (ruby-2.5.0).
|
|
812
812
|
</div>
|
|
@@ -1016,7 +1016,7 @@ on the parameters sent to `#initialize`.</p>
|
|
|
1016
1016
|
</div>
|
|
1017
1017
|
|
|
1018
1018
|
<div id="footer">
|
|
1019
|
-
Generated on
|
|
1019
|
+
Generated on Sun Feb 4 17:34:40 2018 by
|
|
1020
1020
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1021
1021
|
0.9.12 (ruby-2.5.0).
|
|
1022
1022
|
</div>
|
|
@@ -976,7 +976,7 @@ parameter specified to this method as its `#initialize` parameter.</p>
|
|
|
976
976
|
</div>
|
|
977
977
|
|
|
978
978
|
<div id="footer">
|
|
979
|
-
Generated on
|
|
979
|
+
Generated on Sun Feb 4 17:34:40 2018 by
|
|
980
980
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
981
981
|
0.9.12 (ruby-2.5.0).
|
|
982
982
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
</div>
|
|
167
167
|
|
|
168
168
|
<div id="footer">
|
|
169
|
-
Generated on
|
|
169
|
+
Generated on Sun Feb 4 17:34:39 2018 by
|
|
170
170
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
171
171
|
0.9.12 (ruby-2.5.0).
|
|
172
172
|
</div>
|
data/doc/file.CHANGELOG.html
CHANGED
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
</div></div>
|
|
231
231
|
|
|
232
232
|
<div id="footer">
|
|
233
|
-
Generated on
|
|
233
|
+
Generated on Sun Feb 4 17:34:39 2018 by
|
|
234
234
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
235
235
|
0.9.12 (ruby-2.5.0).
|
|
236
236
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -208,7 +208,7 @@ with the following properties:</p>
|
|
|
208
208
|
</div></div>
|
|
209
209
|
|
|
210
210
|
<div id="footer">
|
|
211
|
-
Generated on
|
|
211
|
+
Generated on Sun Feb 4 17:34:39 2018 by
|
|
212
212
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
213
213
|
0.9.12 (ruby-2.5.0).
|
|
214
214
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -208,7 +208,7 @@ with the following properties:</p>
|
|
|
208
208
|
</div></div>
|
|
209
209
|
|
|
210
210
|
<div id="footer">
|
|
211
|
-
Generated on
|
|
211
|
+
Generated on Sun Feb 4 17:34:39 2018 by
|
|
212
212
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
213
213
|
0.9.12 (ruby-2.5.0).
|
|
214
214
|
</div>
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
</div>
|
|
101
101
|
|
|
102
102
|
<div id="footer">
|
|
103
|
-
Generated on
|
|
103
|
+
Generated on Sun Feb 4 17:34:39 2018 by
|
|
104
104
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
105
105
|
0.9.12 (ruby-2.5.0).
|
|
106
106
|
</div>
|
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
module Repository
|
|
5
5
|
# Base class for Repository in Data Mapper pattern.
|
|
6
6
|
class Base
|
|
7
|
-
|
|
8
|
-
# [SemVer](http://semver.org/) conventions.
|
|
9
|
-
VERSION = '0.4.0'
|
|
7
|
+
VERSION = '0.4.1'
|
|
10
8
|
end
|
|
11
9
|
end
|
|
12
10
|
# :nocov:
|
data/repository-base.gemspec
CHANGED
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
|
|
24
24
|
spec.add_dependency 'repository-support', '>= 0.1.1'
|
|
25
25
|
|
|
26
|
-
spec.add_development_dependency 'activemodel', '~> 4.2', '>= 4.2.
|
|
26
|
+
spec.add_development_dependency 'activemodel', '~> 4.2', '>= 4.2.3'
|
|
27
27
|
spec.add_development_dependency 'bundler', '~> 1.16'
|
|
28
28
|
spec.add_development_dependency 'rake', '~> 12.3', '>= 12.3.0'
|
|
29
29
|
spec.add_development_dependency 'rspec', '~> 3.7'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: repository-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Dickey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: repository-support
|
|
@@ -33,7 +33,7 @@ dependencies:
|
|
|
33
33
|
version: '4.2'
|
|
34
34
|
- - ">="
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 4.2.
|
|
36
|
+
version: 4.2.3
|
|
37
37
|
type: :development
|
|
38
38
|
prerelease: false
|
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: '4.2'
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 4.2.
|
|
46
|
+
version: 4.2.3
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: bundler
|
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|