dotprompt 0.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/dotprompt.rb +7 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2cd61f29e7c67545266e1fc147f5f656ffccf4427d9a5da27d5bd40a92ed434b
4
+ data.tar.gz: e7b3d25498263b623f76ac24976a83543d2a7ec62e54a2fd77b0e557827101f0
5
+ SHA512:
6
+ metadata.gz: 3d6df839f7afa9c7239362ce23494b2d8e9d410976184377e1f0db3770c409d28ba37ac3275328a7519d9915a9d58287a79981ac31121a5653245e35d74dcbc0
7
+ data.tar.gz: 006eb762091e5d0bac552f1cb58fdf61314bf6db254ecb56f4a77045793710f87aa9f4a37294c8b75f219d4834554f0d75662b98339cb8cbf32c32e68b6f4887
data/lib/dotprompt.rb ADDED
@@ -0,0 +1,7 @@
1
+ class Dotprompt
2
+ def hello_prompts
3
+ puts "Hello, prompts"
4
+ end
5
+ end
6
+
7
+ Dotprompt.new.hello_prompts
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dotprompt
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - prompty.prompt
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-06-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: dotprompt for your prompt prompt needs
14
+ email: promptly@dotprompt.dev
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/dotprompt.rb
20
+ homepage: https://rubygems.org/gems/dotprompt
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.0.3.1
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: dotprompt for your prompt prompt needs
43
+ test_files: []