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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01eb35c4c1b1dfacbcc2bf00453b27d6dc3a3cfff0807c23880375fcccec45cf
4
- data.tar.gz: 8754280c0634df149085cd7362a50a187fc44349dac77bc9251014aa22939e36
3
+ metadata.gz: 051fb76e266e4508dc736360a8dde56b33f0fcdd79ac0ea8bfe4d06cfe0c446e
4
+ data.tar.gz: 4e80fd54294adae7594949c33e9b23bc5e53a4b5af4b33c0746a04bb2601aefd
5
5
  SHA512:
6
- metadata.gz: f66c6ae8b0dfbe6373f00a2f0e1986195a2b1228a3f0bcf778ed9a367dc3615c5d8336d3c12adde1ca09659659f6e302c1deef712b73fcbf4d062a34aa74806d
7
- data.tar.gz: 8e6c4a908ef2f09f243a80dd6e4a69a5ccdcbc34c4df553ecbf1acb04b8082de963f85088e47bd8e39652d435cf37d106cf8c0a591a6dcc0e7835bf6ad6e0e76
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 using ttyd."
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/demo_tape"
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DemoTape
4
- VERSION = "0.0.0.pre.0"
4
+ VERSION = "0.0.0.pre.1"
5
5
  end
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.0
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 using ttyd.
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/demo_tape
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/demo_tape
1187
- bug_tracker_uri: https://github.com/fnando/demo_tape/issues
1188
- source_code_uri: https://github.com/fnando/demo_tape/tree/v0.0.0.pre.0
1189
- changelog_uri: https://github.com/fnando/demo_tape/tree/v0.0.0.pre.0/CHANGELOG.md
1190
- documentation_uri: https://github.com/fnando/demo_tape/tree/v0.0.0.pre.0/README.md
1191
- license_uri: https://github.com/fnando/demo_tape/tree/v0.0.0.pre.0/LICENSE.md
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 using ttyd.
1208
+ summary: Record terminal sessions from your CLI tools
1209
1209
  test_files: []