polyblog 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/polyblog +3 -0
  3. data/lib/polyblog.rb +5 -0
  4. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a8c39de9e63fb9c20097e4cdcf9b0b525e35b5cfab32ce2bae349a0c2de949e6
4
+ data.tar.gz: e73732611307470128d9b94681cc9aa0eff518a253aa13083f40d4a0391ac889
5
+ SHA512:
6
+ metadata.gz: f12db5154bf96212b097c2db3d5752cfcdb430d919a70913b4397a8b56a22d8eef2cb79cd3bcd32c4ad29f1290bfc5b03eab8e647e4a1500695d6a86adad2c38
7
+ data.tar.gz: 57112ec3d2900a3f58b6b453b9acd09241c9e39e52ea6b58a5592539b79e081e8191a44338e97f9e1aacd69fc85242a1345d978b3e40d63bf55edafa93917370
data/bin/polyblog ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+ require 'polyblog'
3
+ puts Polyblog::hello_world
data/lib/polyblog.rb ADDED
@@ -0,0 +1,5 @@
1
+ module Polyblog
2
+ def self.hello_world
3
+ "the polyblog cli is coming soon"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: polyblog
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - polyblog.io
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-11-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: create a multilanguage blog with polyblog.io
14
+ email: info@polyblog.io
15
+ executables:
16
+ - polyblog
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/polyblog
21
+ - lib/polyblog.rb
22
+ homepage: https://www.polyblog.io/
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.3.7
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: polyblog.io cli
45
+ test_files: []