buttercut 0.7.0 → 0.7.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: 768b511af86ba148f459f7238a4e181755e9a8e034c1f826194b4b273fa7cb3f
4
- data.tar.gz: a9a83cbe8000fa315f8716505fd0bc9e21cb2411b743446629296e413ff3fef9
3
+ metadata.gz: f6093c0350ec4ff44271e0309442f47e835003b4a91f16de43bab78b15f63d87
4
+ data.tar.gz: bd0e2b6bbf5af8290d103869c7f4f2cc21a22237c90c4c1312ffe4eef128fc52
5
5
  SHA512:
6
- metadata.gz: 0a70a6a73a80edea617161468519ec22ce8089b21dc95fb5689811eb7221f84c38e3b5b11b833b48dd5e33e712c8a8e12512f00de7cf12723820dbfebae31c6d
7
- data.tar.gz: 464000a7106249b5a09fac805c97d60063934c745d6cd7efd9e6e06579d25587b71f4532338733f1ca9bf2f864c703dfa17a4c106e6e21adcad293ac4aa394c3
6
+ metadata.gz: 0af5c699d9e5095382fb75a1661c085f730e107bf06fc027c328493120090652c4c3136a7cf24fedb410d51e21a3aee9404eb37b87ee559b15319b3b83efd9cb
7
+ data.tar.gz: 87fe8a447420831d06e71820648fee642e02c6af73bb448d5c90fb9bbf9318edacf880df84fa85fde53c8a976cb157f516fc69c703ef7412b02c38eaaa7b65bb
@@ -35,7 +35,8 @@
35
35
  "Bash(grep -v \"^$\")",
36
36
  "Bash(ls ~/code/buttercut-evals/library-processing/)",
37
37
  "Bash(caffeinate -dimsu)",
38
- "Bash(echo \"caffeinate PID: $!\")"
38
+ "Bash(echo \"caffeinate PID: $!\")",
39
+ "Bash(gh release *)"
39
40
  ],
40
41
  "deny": [],
41
42
  "ask": []
@@ -1,3 +1,3 @@
1
1
  class ButterCut
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
data/lib/buttercut.rb CHANGED
@@ -1,3 +1,7 @@
1
+ if __FILE__.include?("/gems/buttercut-")
2
+ warn "[buttercut] The buttercut gem is deprecated. The XML generator now ships with the agent code at https://github.com/barefootford/buttercut — clone the repo instead. The 0.7.x gem will keep working but will not be updated."
3
+ end
4
+
1
5
  require_relative 'buttercut/fcpx'
2
6
  require_relative 'buttercut/fcp7'
3
7
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buttercut
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Ford
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-21 00:00:00.000000000 Z
11
+ date: 2026-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -38,9 +38,9 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '3.12'
41
- description: ButterCut generates video projects for Final Cut Pro and Adobe Premiere.
42
- It includes Claude Skills to perform metadata extraction through FFmpeg, audio extraction
43
- with WhisperX and visual analysis to create rough cuts and sequences.
41
+ description: ButterCut's XML generator has been merged into the main agent code. See
42
+ https://github.com/barefootford/buttercut. The 0.7.x gem continues to function but
43
+ will not be updated.
44
44
  email:
45
45
  - ford.andrewid@gmail.com
46
46
  executables: []
@@ -64,11 +64,15 @@ files:
64
64
  - templates/plan_template.md
65
65
  - templates/roughcut_template.yaml
66
66
  - templates/settings_template.yaml
67
- homepage: https://github.com/andrewford/buttercut
67
+ homepage: https://github.com/barefootford/buttercut
68
68
  licenses:
69
69
  - Nonstandard
70
70
  metadata: {}
71
- post_install_message:
71
+ post_install_message: |
72
+ buttercut is no longer published as a gem.
73
+ The XML generator now ships with the agent code at:
74
+ https://github.com/barefootford/buttercut
75
+ The 0.7.x line continues to function but will not be updated.
72
76
  rdoc_options: []
73
77
  require_paths:
74
78
  - lib
@@ -86,6 +90,5 @@ requirements: []
86
90
  rubygems_version: 3.5.22
87
91
  signing_key:
88
92
  specification_version: 4
89
- summary: Video Editor XML generator with Agent skills for analyzing video, creating
90
- rough cuts and sequences.
93
+ summary: "[DEPRECATED] ButterCut is no longer distributed as a gem."
91
94
  test_files: []