numerictth2 0.1.1 → 0.1.2

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: 17a23a1469bb9f27ba7a0a54d6fd79bf566005b8b7584c0eab2aeeeeb5556d31
4
- data.tar.gz: a384618d5d2d962f3b17465b1bfcd6a16a96b1e08e58f1ba24f080d2a1766f78
3
+ metadata.gz: ad91370edee12dcbc9e647994da75f2c7a9d1c7a3bc4e4e6cfe909c0d3f82a84
4
+ data.tar.gz: 88b2f76029d69dc8c60f4e4453e914f588eddb12343ab6f080176ddb4db9be1d
5
5
  SHA512:
6
- metadata.gz: 52773fec81dbc2f28ce305941d05929ad9341c3f23a2f3476ba0be3a4708c8efb438e561597f35d67d2e9f004bc149eacb7e17922e25c363454212cfe6077309
7
- data.tar.gz: f3f369555508ffd3f2be100ecd5c754408c0dedaacda212721858335fbe4e678322614d263bf2f19c0f31aaaec11090043925856c3e900bc59b4bd2b7cba501b
6
+ metadata.gz: ea0a96cfc3a31bf5790f21bbea6f7b446a20acbdc7318c5e0fd179afa054eb329af96e8c718727bb3ee561b5f71b5d702d09969916a0ee0f3255da9d61fadebc
7
+ data.tar.gz: 40c29d0ba784907c4ec337acfaec08b2f219cb9d8f0b84abe8b8ff230bb25f68b13a5746467409f11c488106dda945618ccc1782a57c89ab1811e5c78dd74abf
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  # bundle gem isim
6
6
  # gem build numerictth2.gemspec
7
7
  # gem install numerictth2-0.1.0.gem
8
- # gem push numerictth2-0.1.0.gem
8
+ # gem push numerictth2-0.1.1.gem
9
9
  # irb >> require 'numerictth2' >>> include Numerictth2
10
10
  # 'test'.numerictth2(10,'-')
11
11
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/numerictth2`. To experiment with that code, run `bin/console` for an interactive prompt.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Numerictth2
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
data/lib/numerictth2.rb CHANGED
@@ -18,4 +18,4 @@ class Array
18
18
  end
19
19
  end
20
20
 
21
- #even, odd = [1,2,3,4].split_by_partiy // even // odd
21
+ #even, odd = [1,2,3,4,6,7].split_by_partiy // even // odd
data/numerictth2.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["sadikizgi@gmail.com"]
10
10
 
11
11
  spec.summary = "numeric"
12
- spec.description = "numeric someting"
12
+ spec.description = "Edit the contents in the array"
13
13
  spec.homepage = "https://rubygems.org/"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: numerictth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sadikizgi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-07 00:00:00.000000000 Z
11
+ date: 2023-09-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: numeric someting
13
+ description: Edit the contents in the array
14
14
  email:
15
15
  - sadikizgi@gmail.com
16
16
  executables: []