algorithms 0.6.1 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: algorithms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
5
- prerelease:
4
+ version: 1.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Kanwei Li
9
- autorequire:
8
+ autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-01-22 00:00:00.000000000 Z
11
+ date: 2023-11-11 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Heap, Priority Queue, Deque, Stack, Queue, Red-Black Trees, Splay Trees,
15
14
  sorting algorithms, and more
@@ -23,8 +22,8 @@ extensions:
23
22
  - ext/containers/splaytree_map/extconf.rb
24
23
  extra_rdoc_files: []
25
24
  files:
26
- - Gemfile
27
25
  - CHANGELOG.markdown
26
+ - Gemfile
28
27
  - Manifest
29
28
  - README.markdown
30
29
  - Rakefile
@@ -78,33 +77,31 @@ files:
78
77
  homepage: https://github.com/kanwei/algorithms
79
78
  licenses:
80
79
  - MIT
81
- post_install_message:
80
+ metadata: {}
81
+ post_install_message:
82
82
  rdoc_options:
83
- - --line-numbers
84
- - --inline-source
85
- - --title
83
+ - "--line-numbers"
84
+ - "--inline-source"
85
+ - "--title"
86
86
  - Algorithms
87
- - --main
87
+ - "--main"
88
88
  - README.markdown
89
89
  require_paths:
90
90
  - lib
91
91
  - ext
92
92
  required_ruby_version: !ruby/object:Gem::Requirement
93
- none: false
94
93
  requirements:
95
- - - ! '>='
94
+ - - ">="
96
95
  - !ruby/object:Gem::Version
97
96
  version: '0'
98
97
  required_rubygems_version: !ruby/object:Gem::Requirement
99
- none: false
100
98
  requirements:
101
- - - ! '>='
99
+ - - ">="
102
100
  - !ruby/object:Gem::Version
103
101
  version: '0'
104
102
  requirements: []
105
- rubyforge_project: algorithms
106
- rubygems_version: 1.8.23
107
- signing_key:
108
- specification_version: 3
103
+ rubygems_version: 3.2.32
104
+ signing_key:
105
+ specification_version: 4
109
106
  summary: Useful algorithms and data structures for Ruby. Optional C extensions.
110
107
  test_files: []