Skip to content

Commit

Permalink
Karenswry external readmes (#587)
Browse files Browse the repository at this point in the history
* Initial touch up, needs further clarification

* New updated s.description. Not verified yet

* Changed needed to necessary, removed redundant words

Had a lengthy conversation with native English speaking tech writers about "needed vs necessary" recently. It's much better to use "necessary" in such situations as it is as a legit adjective and "needed" is perceived as a verb forced to act as an adjective in their eyes. That's not a set-in-stone rule, but "necessary" is just better here.

* Update themis.podspec

* Update rbthemis.gemspec

* Update rbthemis.gemspec

* Added the missing dot (in addition to description update)

* Updated the description, fixed missing dot, added Python

* Shortened and humanised a bit

* Apply suggestions from code review

rm "wrappers"

Co-authored-by: vixentael <[email protected]>
  • Loading branch information
karenswry and vixentael committed Jan 31, 2020
1 parent 1d8c669 commit 4050709
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.
A clear and concise description of the bug.

**To Reproduce**
Steps to reproduce the behavior:
Expand All @@ -31,4 +31,4 @@ A clear and concise description of what you expected to happen.
- [ ] built from source

**Additional context**
Add any other context about the problem here. Example project, if you can make and share it.
Add any other relevant context for the problem here. Share an example project, if you can.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [ ] Benchmark results are attached (if applicable)
- [ ] The [coding guidelines] are followed
- [ ] Public API has proper documentation
- [ ] Example projects and code samples are updated if needed (in case of API changes)
- [ ] Changelog is updated if needed (in case of notable or breaking changes)
- [ ] Example projects and code samples are up-to-date (in case of API changes)
- [ ] Changelog is updated (in case of notable or breaking changes)

[coding guidelines]: https://github.com/cossacklabs/themis/blob/master/CONTRIBUTING.md
2 changes: 1 addition & 1 deletion src/wrappers/themis/ruby/rbthemis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.version = '0.12.0'
s.date = '2019-09-26'
s.summary = 'Data security library for network communication and data storage for Ruby'
s.description = 'Themis is a data security library, providing users with high-quality security services for secure messaging of any kinds and flexible data storage. Themis is aimed at modern developers, with high level OOP wrappers for Ruby, Python, PHP, Java / Android and iOS / OSX. It is designed with ease of use in mind, high security and cross-platform availability.'
s.description = 'Themis is a convenient cryptographic library for data protection. It provides secure messaging with forward secrecy and secure data storage. Themis is aimed at modern development practices and has a unified API across 12 platforms, including Ruby, JavaScript, iOS/macOS, Python, and Java/Android.'
s.authors = ['CossackLabs']
s.email = '[email protected]'
s.files = ['lib/rbthemis.rb']
Expand Down
2 changes: 1 addition & 1 deletion themis.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "themis"
s.version = "0.12.2"
s.summary = "Data security library for network communication and data storage for iOS and mac OS"
s.description = "Themis is a data security library, providing users with high-quality security services for secure messaging of any kinds and flexible data storage. Themis is aimed at modern development practices, with high level OOP wrappers for iOS / macOS, node,js, Go, Ruby, Python, PHP and Java / Android. It is designed with ease of use in mind, high security and cross-platform availability."
s.description = "Themis is a convenient cryptographic library for data protection. It provides secure messaging with forward secrecy and secure data storage. Themis is aimed at modern development practices and has a unified API across 12 platforms, including iOS/macOS, Ruby, JavaScript, Python, and Java/Android."
s.homepage = "https://cossacklabs.com"
s.license = { :type => 'Apache 2.0'}

Expand Down

0 comments on commit 4050709

Please sign in to comment.