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 +4 -4
- data/lib/semantic_pen/version.rb +1 -1
- data/semantic_pen.gemspec +3 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b4923e3ff14dcb0ec1be78db5cb5ea6f9c06afbf7d58519533f3b0277a2a75b
|
4
|
+
data.tar.gz: f66098c1fab49d331ade5efe38b62c9ab0bea560b7e287de9fdf14e59612af2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8372d5ee7b770fc0f126d14b61ac65f98695dbabcdb32a6a18c58bfef5555e3d962cfa54a3b63315376ba18d145d0451c9d4b817a8257015c4ec74649abfbc56
|
7
|
+
data.tar.gz: cbfb7f53ed774b330055243e0a69c748492de4601fec7f294bd3f1dfce245aa36ef07cbed506ed6c5de06edd011189fa136bb325cc2b0470ad4ea27815173093
|
data/lib/semantic_pen/version.rb
CHANGED
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.
|
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
|
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:
|