sabetsuka 1.3.0 → 1.3.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: 11cbea208b2c026463cc403f9279511eb5d450cc56739d4c415b4de8b3f62c65
4
- data.tar.gz: 3d31e797bd9f87769fc07de0db696595d203a0d38f6450af71854f1597d03c10
3
+ metadata.gz: 831b39ba2334e74224fcce34bc1ff2586aca6ccf9d1430e6c9619dbeb922df50
4
+ data.tar.gz: d618da801add60109b4858a9dadf762a815e3c101416e2da091493d9ae541539
5
5
  SHA512:
6
- metadata.gz: fd60c04e8e8f4a59383cd8968cd819f92320588acfd9f96cec9b9391d37a2ab18d712eac38a83a83a54ca27a7f42d1121b694f7838d645e40843fc6d4c50da2b
7
- data.tar.gz: '049faa8306b43739d68269a7eeee7d53ff7b5666cd6344f97cc2d5d441add352f9649a7f1f5e7b870a76d6405eb8b08b897e6b49016b3d89f1a729622ccd2931'
6
+ metadata.gz: 558364259d01564f4d745f8f967c7b617387840850cd8fe73263ccc598904c12cedf29108799e9d9b5dbd6876dea7e72327716fb7afac3920a76b0a1d58108ea
7
+ data.tar.gz: 87a047b06216d4ff2081f6cf86c4b5672b51474f6d9a76aa76edcf062c608b41ebca8c2645c86846750817e18f8d544fa9105a91adf2aac5d85bd11309c29f84
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### v1.3.1 (03.05.2023)
2
+ - update summary
3
+
1
4
  ### v1.3.0 (03.05.2023)
2
5
  - update incorrect tests
3
6
  - update readme
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Sabetsuka
4
4
  # The version of Sabetsuka you are using
5
- VERSION = "1.3.0"
5
+ VERSION = "1.3.1"
6
6
  end
data/sabetsuka.gemspec CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
5
5
  spec.name = 'sabetsuka'
6
6
  spec.version = Sabetsuka::VERSION
7
7
  spec.authors = ['johtai', 'Tempire', 'ompus']
8
- spec.summary = 'differentiate polynomials'
8
+ spec.summary = 'A gem for differentiating polynomials'
9
9
  spec.description = 'Sabetsuka (差別化) makes it easy and painless to differentiate polynomials'
10
10
  spec.homepage = 'https://github.com/johtai/sabetsuka'
11
11
  spec.license = 'MIT'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sabetsuka
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - johtai
@@ -53,5 +53,5 @@ requirements: []
53
53
  rubygems_version: 3.4.10
54
54
  signing_key:
55
55
  specification_version: 4
56
- summary: differentiate polynomials
56
+ summary: A gem for differentiating polynomials
57
57
  test_files: []