active-fixtures 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/active-fixtures/rspec.rb +1 -1
- data/lib/active-fixtures/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7c4cff0abcd4ca61be288a2fb76639251247764
|
4
|
+
data.tar.gz: d35139b9b06914c1f9c5a377d8082d90f76d2586
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5580b45c9a223739dbc7e8813fa7184476f35e94a7b0eb4eefae2f71d2dc7e080ac8b92c18f97da345a7927df20999ea8e0823f45ff6a3d98746410f09cbc174
|
7
|
+
data.tar.gz: 9c22b71fff2f6cd386f5ebf0bb034cf8c35d9136037b0d98a6e11f574d7c62dbb2eafbf41e63da2608f1aa75d46530dfb8213e13992aec471f66e45fd1057e10
|
data/README.md
CHANGED
@@ -204,7 +204,7 @@ end
|
|
204
204
|
ActiveFixtures work fairly, but effectively.
|
205
205
|
|
206
206
|
Fixture will be populated on the first it's usage, by genuine application's user actions.
|
207
|
-
For the next example it will be loaded from cache - no sense to
|
207
|
+
For the next example it will be loaded from cache - no sense to do the same work again.
|
208
208
|
|
209
209
|
In case when you affecting the fixture creation process
|
210
210
|
(making changes in fixtures, related application functionality, DB schema etc),
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active-fixtures
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Tokarenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|