demotape 0.0.0.pre.0 → 0.0.0.pre.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/demotape.gemspec +2 -2
- data/lib/demo_tape/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 051fb76e266e4508dc736360a8dde56b33f0fcdd79ac0ea8bfe4d06cfe0c446e
|
|
4
|
+
data.tar.gz: 4e80fd54294adae7594949c33e9b23bc5e53a4b5af4b33c0746a04bb2601aefd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 137f413b1c02fafcf37921395d285b9ca072a1d8e5920a2a5d2fa5ba603e4ff3e629f07d2f457027a3ee08e8a8717ff90322ef4f4b02b2db9ee6c4ea9e9bb7e8
|
|
7
|
+
data.tar.gz: c7033567a61c1cc2f8b4a6c19b8b72b8e433f4de5af05abbb32bfc280786f0fd17daeb00ae9d41d472af5aea13063e1bf6380808704b04f2f20595fb2fbf2112
|
data/demotape.gemspec
CHANGED
|
@@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ["me@fnando.com"]
|
|
10
10
|
spec.metadata = {"rubygems_mfa_required" => "true"}
|
|
11
11
|
|
|
12
|
-
spec.summary = "Record terminal sessions
|
|
12
|
+
spec.summary = "Record terminal sessions from your CLI tools"
|
|
13
13
|
spec.description = spec.summary
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new(">= 3.4.0")
|
|
16
16
|
|
|
17
|
-
github_url = "https://github.com/fnando/
|
|
17
|
+
github_url = "https://github.com/fnando/demotape"
|
|
18
18
|
github_tree_url = "#{github_url}/tree/v#{spec.version}"
|
|
19
19
|
|
|
20
20
|
spec.homepage = github_url
|
data/lib/demo_tape/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: demotape
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.0.pre.
|
|
4
|
+
version: 0.0.0.pre.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nando Vieira
|
|
@@ -233,7 +233,7 @@ dependencies:
|
|
|
233
233
|
- - ">="
|
|
234
234
|
- !ruby/object:Gem::Version
|
|
235
235
|
version: '0'
|
|
236
|
-
description: Record terminal sessions
|
|
236
|
+
description: Record terminal sessions from your CLI tools
|
|
237
237
|
email:
|
|
238
238
|
- me@fnando.com
|
|
239
239
|
executables:
|
|
@@ -1178,17 +1178,17 @@ files:
|
|
|
1178
1178
|
- lib/demo_tape/ttyd.rb
|
|
1179
1179
|
- lib/demo_tape/version.rb
|
|
1180
1180
|
- lib/demotape.rb
|
|
1181
|
-
homepage: https://github.com/fnando/
|
|
1181
|
+
homepage: https://github.com/fnando/demotape
|
|
1182
1182
|
licenses:
|
|
1183
1183
|
- MIT
|
|
1184
1184
|
metadata:
|
|
1185
1185
|
rubygems_mfa_required: 'true'
|
|
1186
|
-
homepage_uri: https://github.com/fnando/
|
|
1187
|
-
bug_tracker_uri: https://github.com/fnando/
|
|
1188
|
-
source_code_uri: https://github.com/fnando/
|
|
1189
|
-
changelog_uri: https://github.com/fnando/
|
|
1190
|
-
documentation_uri: https://github.com/fnando/
|
|
1191
|
-
license_uri: https://github.com/fnando/
|
|
1186
|
+
homepage_uri: https://github.com/fnando/demotape
|
|
1187
|
+
bug_tracker_uri: https://github.com/fnando/demotape/issues
|
|
1188
|
+
source_code_uri: https://github.com/fnando/demotape/tree/v0.0.0.pre.1
|
|
1189
|
+
changelog_uri: https://github.com/fnando/demotape/tree/v0.0.0.pre.1/CHANGELOG.md
|
|
1190
|
+
documentation_uri: https://github.com/fnando/demotape/tree/v0.0.0.pre.1/README.md
|
|
1191
|
+
license_uri: https://github.com/fnando/demotape/tree/v0.0.0.pre.1/LICENSE.md
|
|
1192
1192
|
rdoc_options: []
|
|
1193
1193
|
require_paths:
|
|
1194
1194
|
- lib
|
|
@@ -1205,5 +1205,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1205
1205
|
requirements: []
|
|
1206
1206
|
rubygems_version: 3.6.9
|
|
1207
1207
|
specification_version: 4
|
|
1208
|
-
summary: Record terminal sessions
|
|
1208
|
+
summary: Record terminal sessions from your CLI tools
|
|
1209
1209
|
test_files: []
|