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 +4 -4
- data/.claude/settings.local.json +2 -1
- data/lib/buttercut/version.rb +1 -1
- data/lib/buttercut.rb +4 -0
- metadata +12 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6093c0350ec4ff44271e0309442f47e835003b4a91f16de43bab78b15f63d87
|
|
4
|
+
data.tar.gz: bd0e2b6bbf5af8290d103869c7f4f2cc21a22237c90c4c1312ffe4eef128fc52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0af5c699d9e5095382fb75a1661c085f730e107bf06fc027c328493120090652c4c3136a7cf24fedb410d51e21a3aee9404eb37b87ee559b15319b3b83efd9cb
|
|
7
|
+
data.tar.gz: 87fe8a447420831d06e71820648fee642e02c6af73bb448d5c90fb9bbf9318edacf880df84fa85fde53c8a976cb157f516fc69c703ef7412b02c38eaaa7b65bb
|
data/.claude/settings.local.json
CHANGED
data/lib/buttercut/version.rb
CHANGED
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.
|
|
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-
|
|
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
|
|
42
|
-
|
|
43
|
-
|
|
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/
|
|
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:
|
|
90
|
-
rough cuts and sequences.
|
|
93
|
+
summary: "[DEPRECATED] ButterCut is no longer distributed as a gem."
|
|
91
94
|
test_files: []
|