easy_blog 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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/easy_blog.rb +5 -0
  3. metadata +40 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c1b18fb8b6a7b33520ca9461b0ccb44bf46d4b1c75753e9c8ad2f2f034404f9c
4
+ data.tar.gz: 5669167da40cc360b87073d2da723f4339ae8e512693b0cf13b874a1197362dd
5
+ SHA512:
6
+ metadata.gz: 43fe261a13466b6242a65251c46dba0b42322230255e5b1ae9540e746679df48ab5ae65243542b0c1b497feec27a1010616b8d7d56b4fa1ac4cd2ac92f228632
7
+ data.tar.gz: adecf216fee0d673125b8830de3db911d218280609e72d74a21292b2a55f0a662152ce46ca8c1b6700bf2bd0a204d1653cb474fb740d6ab9995bba1e871368af
data/lib/easy_blog.rb ADDED
@@ -0,0 +1,5 @@
1
+ class EasyBlog
2
+ def initialize()
3
+ puts "Hello World. First commit"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: easy_blog
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Indigo Tech Tutorials
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2025-04-14 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: The easiest way to add a blog into your Rails app.
13
+ email: indigo@indigotechtutorials.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/easy_blog.rb
19
+ homepage: https://rubygems.org/gems/easy_blog
20
+ licenses:
21
+ - MIT
22
+ metadata: {}
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '0'
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 3.6.2
38
+ specification_version: 4
39
+ summary: Add a blog to your Ruby on Rails app in seconds
40
+ test_files: []