semantic_pen 1.0.0 → 1.0.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: 1b2846b64e0b8d626bf54c2da6590fd0aa0d18151be75064e6965d5b16184937
4
- data.tar.gz: 88366157f967caa712db22d45cab9c6096484b01f4837be3a28e1fec6ebb130e
3
+ metadata.gz: 3b4923e3ff14dcb0ec1be78db5cb5ea6f9c06afbf7d58519533f3b0277a2a75b
4
+ data.tar.gz: f66098c1fab49d331ade5efe38b62c9ab0bea560b7e287de9fdf14e59612af2e
5
5
  SHA512:
6
- metadata.gz: cbcd7a114c6b0a453e6dbe3c13e0bb4f503fb2c547245844108b95591e6dc4a25e61d1f45ca641951358cef2a293a64a18c53ff4a5dbe525934fdcdfdc5a4b58
7
- data.tar.gz: db7bd1a601fda864616da2f1ea51a057e01909d934f4084c3a8f8790b419b6ff82b5270e5f773656ff18e2c5e0d144141cc3332dc4b2643414c5a908e9fc6f54
6
+ metadata.gz: 8372d5ee7b770fc0f126d14b61ac65f98695dbabcdb32a6a18c58bfef5555e3d962cfa54a3b63315376ba18d145d0451c9d4b817a8257015c4ec74649abfbc56
7
+ data.tar.gz: cbfb7f53ed774b330055243e0a69c748492de4601fec7f294bd3f1dfce245aa36ef07cbed506ed6c5de06edd011189fa136bb325cc2b0470ad4ea27815173093
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SemanticPen
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
data/semantic_pen.gemspec CHANGED
@@ -9,13 +9,15 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['support@semanticpen.com']
10
10
 
11
11
  spec.summary = 'Official Ruby SDK for SemanticPen API - AI-powered content generation'
12
- spec.description = 'A Ruby SDK for SemanticPen API that provides AI-powered content generation capabilities with a simple and intuitive interface.'
12
+ spec.description = 'A Ruby SDK for SemanticPen API (https://www.semanticpen.com) that provides AI-powered content generation capabilities with a simple and intuitive interface. Generate high-quality articles and content using advanced AI technology.'
13
13
  spec.homepage = 'https://www.semanticpen.com'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.metadata['homepage_uri'] = spec.homepage
17
17
  spec.metadata['source_code_uri'] = 'https://github.com/pushkarsingh32/semanticpen-ruby-sdk'
18
18
  spec.metadata['changelog_uri'] = 'https://github.com/pushkarsingh32/semanticpen-ruby-sdk/blob/main/CHANGELOG.md'
19
+ spec.metadata['documentation_uri'] = 'https://github.com/pushkarsingh32/semanticpen-ruby-sdk#readme'
20
+ spec.metadata['bug_tracker_uri'] = 'https://github.com/pushkarsingh32/semanticpen-ruby-sdk/issues'
19
21
 
20
22
  spec.files = Dir['lib/**/*', 'examples/**/*', 'README.md', 'LICENSE', 'semantic_pen.gemspec']
21
23
  spec.bindir = 'exe'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic_pen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - SemanticPen Team
@@ -80,8 +80,9 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.0'
83
- description: A Ruby SDK for SemanticPen API that provides AI-powered content generation
84
- capabilities with a simple and intuitive interface.
83
+ description: A Ruby SDK for SemanticPen API (https://www.semanticpen.com) that provides
84
+ AI-powered content generation capabilities with a simple and intuitive interface.
85
+ Generate high-quality articles and content using advanced AI technology.
85
86
  email:
86
87
  - support@semanticpen.com
87
88
  executables: []
@@ -108,6 +109,8 @@ metadata:
108
109
  homepage_uri: https://www.semanticpen.com
109
110
  source_code_uri: https://github.com/pushkarsingh32/semanticpen-ruby-sdk
110
111
  changelog_uri: https://github.com/pushkarsingh32/semanticpen-ruby-sdk/blob/main/CHANGELOG.md
112
+ documentation_uri: https://github.com/pushkarsingh32/semanticpen-ruby-sdk#readme
113
+ bug_tracker_uri: https://github.com/pushkarsingh32/semanticpen-ruby-sdk/issues
111
114
  post_install_message:
112
115
  rdoc_options: []
113
116
  require_paths: