fixture_farm 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc500dbe7c8e382796e3882a382384a82c9dcde5dcbad901f8bcffdc785f211c
4
- data.tar.gz: c67a9e29f7fe8bd8f1b7e526489b188258230a4b784d0ed4603c09e72d59d2ff
3
+ metadata.gz: daad4947f4b3dd8d77b82001fbfae78d4b0dc3b94cd12c996b512ca858601765
4
+ data.tar.gz: e6ab57fb99a71d94f479031c79cb1cb24b56aa48a66f10083d3c532699bbe894
5
5
  SHA512:
6
- metadata.gz: ba1426b1998c8b40872a3a8bf0a8f994f9727a9ac7bdf1619f1fc6310c241ffba1b07e05b7325fc81099b46107936264402b390dba3f9cb885235777cc633b67
7
- data.tar.gz: 30c3b9fffafe22018481d677d1669c102271ccfda188750d9c0f6ccc88cca3696cf02ad2a1568ff48f791d152698f006b6ba01ffa4d9db825753c5ef001b1d11
6
+ metadata.gz: 3b6bc2b81e6c365c56d0de9b1077afeae0297826bdb4bad11303bacca060b27ea733fba751be6d25d8261bb5d192817d3e7d64c3bfc6ea29757365d0ed373d5f
7
+ data.tar.gz: 7a05a132020e9792d8b41e65f9bbdf48c62d0e3801943f6a3f59ae186ed79343b01a3d0ac24c003164ad55534a3b97c35b654127ff2c6be932767cbb92abfb64
data/bin/fixture_farm.rb CHANGED
@@ -11,7 +11,7 @@ end
11
11
  case ARGV[0]
12
12
  when 'record'
13
13
  FixtureFarm::FixtureRecorder.start_recording_session!(ARGV[1])
14
- puts 'Recording fixtures' + ARGV[1].nil? ? '' : " with prefix #{ARGV[1]}"
14
+ puts 'Recording fixtures' + (ARGV[1].nil? ? '' : " with prefix #{ARGV[1]}")
15
15
  when 'status'
16
16
  puts "Recording is #{FixtureFarm::FixtureRecorder.recording_session_in_progress? ? 'on' : 'off'}"
17
17
  when 'stop'
@@ -1,3 +1,3 @@
1
1
  module FixtureFarm
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fixture_farm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - artemave
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-01 00:00:00.000000000 Z
11
+ date: 2025-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails