happyhorse20_com 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 516c38ca27e74603499e4d5c44c79eae5ce0d3be35224d03b18e7ab0b817e09e
4
+ data.tar.gz: 248f24a009e61b449c0d640c41a3c7fbe3b612ff99a1dc63a0d78d75854160a7
5
+ SHA512:
6
+ metadata.gz: 7683eeef4ed02861876c2911b7da4cd9dd680f1a11b40f703aa7c9d9bd4a6bb1d66f3be56328d2d11411f17263df6857456217dc32ca6f05be9c7f34175115a4
7
+ data.tar.gz: d5a8c4ef17340012348eeda02e086f7b263519594645050b2a4b9dda813fe86d2765042fd03e8200a3d2609db92979cd9ae57e0a5ae83cdc1f4d9268cf011742
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # happyhorse20_com
2
+
3
+ `happyhorse20_com` is a minimal Ruby gem for the HappyHorse AI video generator website.
4
+
5
+ - Homepage: https://www.happyhorse20.com
6
+ - RubyGems: https://rubygems.org/gems/happyhorse20_com
7
+ - RubyDoc: https://www.rubydoc.info/gems/happyhorse20_com
@@ -0,0 +1,3 @@
1
+ module Happyhorse20Com
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,14 @@
1
+ require_relative "happyhorse20_com/version"
2
+
3
+ module Happyhorse20Com
4
+ HOMEPAGE = "https://www.happyhorse20.com".freeze
5
+ SUMMARY = "HappyHorse is an AI video generator for text-to-video and image-to-video workflows.".freeze
6
+
7
+ def self.homepage
8
+ HOMEPAGE
9
+ end
10
+
11
+ def self.summary
12
+ SUMMARY
13
+ end
14
+ end
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: happyhorse20_com
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - HappyHorse
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-04-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A minimal Ruby gem that points to the HappyHorse AI video generator website
14
+ and supports RubyGems and RubyDoc indexing.
15
+ email:
16
+ - support@happyhorse20.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.md
22
+ - lib/happyhorse20_com.rb
23
+ - lib/happyhorse20_com/version.rb
24
+ homepage: https://www.happyhorse20.com
25
+ licenses:
26
+ - MIT
27
+ metadata:
28
+ homepage_uri: https://www.happyhorse20.com
29
+ source_code_uri: https://www.happyhorse20.com
30
+ documentation_uri: https://www.rubydoc.info/gems/happyhorse20_com
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: 2.6.0
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubygems_version: 3.0.3.1
47
+ signing_key:
48
+ specification_version: 4
49
+ summary: Minimal Ruby gem for HappyHorse AI video generator site metadata.
50
+ test_files: []