fixation 0.1.0 → 0.1.1

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: 4e7265052364d7efeb5f95dee6a3aafb4f10d9d0
4
- data.tar.gz: 54e03637bb7923633bf96030fc4a8a75e3ceaf08
3
+ metadata.gz: 43ab7505aeb50e8b8eb654cc0e5b49194a67666d
4
+ data.tar.gz: ec50e822fa5ce18a86a9e2421e456421bacb7217
5
5
  SHA512:
6
- metadata.gz: c88eba27cc793e2589ec689afac25d0e064c15e3837055eb4d516bfbdf32f30a84673bdf05030b116b9d0e8aa396611bec48f2985cb7f3698d8e77f665236980
7
- data.tar.gz: 8c66e7f0dafa4350e5d9a0b1e396d264ba42de3b15de3b2e4c5100cfdb3a784ccd0a627f6b691fbdb06a2fd1090ac25d3000ac235d92a7b62a60bd905162f635
6
+ metadata.gz: 55d2e7768eaef0e82ad0ab9d12d8ada5ec0d57995ddc2c0a63a89c5689f828a37c99c8afb898205015696296d56785c249feb0d9a9cf15a9acc9d2fd17cc0fb3
7
+ data.tar.gz: c33f684d567d9654e510dbcc3fa3484dfed8fbc30df56237cfa3b3638213f6f02db25cbaa3dd136a23fcd7414ee9d2893b53be213dc5aa6386c5c6a15b69dbff
@@ -152,7 +152,7 @@ module Fixation
152
152
  end
153
153
  end
154
154
 
155
- puts "#{Time.now} built fixtures for #{@fixture_ids} tables" if Fixation.trace
155
+ puts "#{Time.now} built fixtures for #{@fixture_ids.size} tables" if Fixation.trace
156
156
  end
157
157
 
158
158
  def compile_fixture_file(filename, table_name, class_name, connection, now)
@@ -1,3 +1,3 @@
1
1
  module Fixation
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fixation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Bryant