more_math 0.3.3 → 1.0.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: more_math
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-04 00:00:00.000000000 Z
11
+ date: 2023-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gem_hadar
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.9.1
19
+ version: 1.12.0
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.9.1
26
+ version: 1.12.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -67,7 +67,21 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
- name: codeclimate-test-reporter
70
+ name: debug
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: all_images
71
85
  requirement: !ruby/object:Gem::Requirement
72
86
  requirements:
73
87
  - - ">="
@@ -114,7 +128,7 @@ email: flori@ping.de
114
128
  executables: []
115
129
  extensions: []
116
130
  extra_rdoc_files:
117
- - README.rdoc
131
+ - README.md
118
132
  - lib/more_math.rb
119
133
  - lib/more_math/cantor_pairing_function.rb
120
134
  - lib/more_math/constants/functions_constants.rb
@@ -136,16 +150,11 @@ extra_rdoc_files:
136
150
  - lib/more_math/subset.rb
137
151
  - lib/more_math/version.rb
138
152
  files:
139
- - ".codeclimate.yml"
140
- - ".gitignore"
141
- - ".rubocop.yml"
142
- - ".travis.yml"
143
153
  - CHANGES
144
154
  - Gemfile
145
155
  - LICENSE
146
- - README.rdoc
156
+ - README.md
147
157
  - Rakefile
148
- - VERSION
149
158
  - lib/more_math.rb
150
159
  - lib/more_math/cantor_pairing_function.rb
151
160
  - lib/more_math/constants/functions_constants.rb
@@ -176,6 +185,7 @@ files:
176
185
  - tests/newton_bisection_test.rb
177
186
  - tests/numberify_string_function_test.rb
178
187
  - tests/permutation_test.rb
188
+ - tests/sequence/refinement_test.rb
179
189
  - tests/sequence_moving_average_test.rb
180
190
  - tests/sequence_test.rb
181
191
  - tests/string_numeral_test.rb
@@ -185,12 +195,12 @@ homepage: http://flori.github.com/more_math
185
195
  licenses:
186
196
  - MIT
187
197
  metadata: {}
188
- post_install_message:
198
+ post_install_message:
189
199
  rdoc_options:
190
200
  - "--title"
191
201
  - MoreMath -- More Math in Ruby
192
202
  - "--main"
193
- - README.rdoc
203
+ - README.md
194
204
  require_paths:
195
205
  - lib
196
206
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -204,9 +214,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
214
  - !ruby/object:Gem::Version
205
215
  version: '0'
206
216
  requirements: []
207
- rubyforge_project:
208
- rubygems_version: 2.6.11
209
- signing_key:
217
+ rubygems_version: 3.3.26
218
+ signing_key:
210
219
  specification_version: 4
211
220
  summary: Library that provides more mathematics.
212
221
  test_files:
@@ -219,6 +228,7 @@ test_files:
219
228
  - tests/newton_bisection_test.rb
220
229
  - tests/numberify_string_function_test.rb
221
230
  - tests/permutation_test.rb
231
+ - tests/sequence/refinement_test.rb
222
232
  - tests/sequence_moving_average_test.rb
223
233
  - tests/sequence_test.rb
224
234
  - tests/string_numeral_test.rb
data/.codeclimate.yml DELETED
@@ -1,16 +0,0 @@
1
- ---
2
- engines:
3
- duplication:
4
- enabled: true
5
- config:
6
- languages:
7
- - ruby
8
- fixme:
9
- enabled: true
10
- rubocop:
11
- enabled: true
12
- ratings:
13
- paths:
14
- - "**.rb"
15
- exclude_paths:
16
- - tests/
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- .*.sw[pon]
2
- .AppleDouble
3
- .DS_Store
4
- .byebug_history
5
- .rvmrc
6
- Gemfile.lock
7
- coverage
8
- pkg
9
- tags