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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8fb9b6ca8e5e19862750be9fb2a2ebc12be640bd
4
- data.tar.gz: cbebe7c918bfb00b824a282b24ca935787c3309b
3
+ metadata.gz: a7c4cff0abcd4ca61be288a2fb76639251247764
4
+ data.tar.gz: d35139b9b06914c1f9c5a377d8082d90f76d2586
5
5
  SHA512:
6
- metadata.gz: 3ae89f016fb515ce79cf08e7bdc25bdb1f78aa3559df9cb389bddb451e1ac0330c734e5cc70b252b8e0a60ac765896be3ef0d7ffa0efcabbd6d270ec51a29806
7
- data.tar.gz: 694ebbbd72fd4d53a3266fd836ae12ed424b961876891f4b1105172ca8b7f18e4a675b67eb51973e29eb1894d311aa5a853b7e2cb5d617d99a4f23e4d14b0bcd
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 to the same work again.
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),
@@ -1,4 +1,4 @@
1
- Dir[Rails.root.join('spec/active_fixtures/**/*.rb')].each { |f| require f }
1
+ Dir[Rails.root.join('spec/active_fixtures/**/*.rb')].sort.each { |f| require f }
2
2
 
3
3
  RSpec.configure do |config|
4
4
  config.include ActiveFixtures::Session::Helper
@@ -1,3 +1,3 @@
1
1
  module ActiveFixtures
2
- VERSION = '0.0.4'.freeze
2
+ VERSION = '0.0.5'.freeze
3
3
  end
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
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-02-09 00:00:00.000000000 Z
11
+ date: 2017-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails