html2md_mcp_client 0.1.0 → 0.2.1

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: 34d52357bfe3faf50a85c791fa1414d29eb0ab42d83b80626097b7adf833e124
4
- data.tar.gz: 7dfb0223f53396746eaf21a5269ee67484a558b9b73cb3098f6a3e70e68a8f18
3
+ metadata.gz: 77778d9f03e8ebdf5d815b1b3effe0016ba73f22f3128e38b1b5b282a9a5f344
4
+ data.tar.gz: a34209ff17d9f23d649c01aabda40453f93465f439aafd17699363689cd9ca2e
5
5
  SHA512:
6
- metadata.gz: 15e7d4a875fa147807dd36c0e718a1b09416a74851181cf0d3dea2fecc26c4cc769b00aad5e254a0960da224bc9ef817e3b64b60dc9684e10e1148216f53f420
7
- data.tar.gz: ac8489cb3eef307458c09610f09dfb13f99f54ea282a7ce14cd630854af819b78d6880e8d1f0b0eedaf6cc7e897b2de5d73ddd735e6e7d34cf1d3337e88210b2
6
+ metadata.gz: 4335781e4e0a9a6f35a9014d6ad266f2759e8ddde8584757ad46f34c5dedf808aee2236fad96643715a14ca75ff805415cc33b1320395e4f4a104809afc83d95
7
+ data.tar.gz: 4cb614d6ccc1354ef07e9f370385eb094fd02b0940c7f30f270ce4c3a1c7a94ee513a339a4b7ceec5c2a58cbefd6ade32dbd0906fcb69a62a8f0a76e6b22782e
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
5
5
  s.name = 'html2md_mcp_client'
6
6
  s.version = Html2mdMcpClient::VERSION
7
7
  s.platform = Gem::Platform::RUBY
8
- s.authors = ['Searchbird']
9
- s.email = ['dev@searchbird.io']
8
+ s.authors = ['Roscommon']
9
+ s.email = ['ross@roscommonhq.com']
10
10
  s.homepage = 'https://github.com/roscom/html2md_mcp_client'
11
11
  s.summary = 'Ruby client for the Model Context Protocol (MCP)'
12
12
  s.description = 'Connects to MCP servers over HTTP or stdio. Supports tools, resources, and prompts.'
@@ -1,3 +1,3 @@
1
1
  module Html2mdMcpClient
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.2.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html2md_mcp_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - Searchbird
7
+ - Roscommon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -41,7 +41,7 @@ dependencies:
41
41
  description: Connects to MCP servers over HTTP or stdio. Supports tools, resources,
42
42
  and prompts.
43
43
  email:
44
- - dev@searchbird.io
44
+ - ross@roscommonhq.com
45
45
  executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []