page_structured_data 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3bee4a3a39d57eeef14f3ccbb3aef73c65466cc98cb46780e7189bf5c6a06cc
4
- data.tar.gz: 444f2453d3220a8b11e2eba2abe911827f7f0ec700dd8abd1a316a3907e0634b
3
+ metadata.gz: 29d3a9f6e797652ca09b376c2d684a2375d41904d161dcda346b69a1623025e1
4
+ data.tar.gz: ba2677a89e9d85a2149ee3f42382c58be4e4d5c7c5fcb0eacd4a5fc509bba9d5
5
5
  SHA512:
6
- metadata.gz: f20d8e02bf392254eb1854502b472ede713eac0318728b3841f5ac162b92d692508c6b60e242601d8b3bc9c3db2874ec5ccdc55f59ea557eed2d2133d63d6f33
7
- data.tar.gz: 7eea77d8bd1b9dc006e4d038f892706ddba2dc9d8e1dbfabab342bbff0bc70d61c00a2f212571599a26d40a10468b5823c894a49a0cb41e6c3b3b4f1ffa7f74a
6
+ metadata.gz: 668815eab5b276a0e6cc0cafe4721e56d141dfbc6469031d1c59752ed0e400405822ac20861e552e898ee74e452f43b0ae7c337c508adf2c365140fd3233904b
7
+ data.tar.gz: 2926fa399157dd6a5353fb8063b2e2f14d942d68397f2b57522032703bab477f6936a5ff1ea4a4d52a314430b3a65516c8ef05b746c2417b57db9313aae9c4cc
data/.gitignore CHANGED
@@ -12,3 +12,6 @@
12
12
 
13
13
  # IDE
14
14
  .idea
15
+
16
+ # Ignore built gems
17
+ /*.gem
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
- # PageStructuredData
1
+ # page_structured_data
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/page_structured_data`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ This gem helps you to generate Google's schema markup easily and currently it supports `json_ld` format which can be easily added to your pages.
6
4
 
7
5
  ## Installation
8
6
 
@@ -16,7 +16,7 @@ module PageStructuredData
16
16
  @breadcrumb = breadcrumb
17
17
  @page_type = page_type
18
18
 
19
- @breadcrumb = PageBreadcrumbs.new if breadcrumb.blank?
19
+ @breadcrumb = Breadcrumbs.new if breadcrumb.blank?
20
20
  end
21
21
 
22
22
  def title_with_hierarchies
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PageStructuredData
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: page_structured_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jey Geethan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-16 00:00:00.000000000 Z
11
+ date: 2023-11-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Easily create meta tags with structured data for webpages
14
14
  email: