multi_range 0.0.3 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_range
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - khiav reoy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-02 00:00:00.000000000 Z
11
+ date: 2020-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,8 +86,8 @@ dependencies:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
88
  version: 1.1.1
89
- description: Provides cross-rails methods for you to upgrade rails, backport features,
90
- create easy-to-maintain gems, and so on.
89
+ description: Allow you to manipulate a group of ranges. Such as merging overlapping
90
+ ranges, doing ranges union and difference.
91
91
  email:
92
92
  - mrtmrt15xn@yahoo.com.tw
93
93
  executables: []
@@ -136,6 +136,6 @@ requirements: []
136
136
  rubygems_version: 3.0.3
137
137
  signing_key:
138
138
  specification_version: 4
139
- summary: Provides cross-rails methods for you to upgrade rails, backport features,
140
- create easy-to-maintain gems, and so on.
139
+ summary: Allow you to manipulate a group of ranges. Such as merging overlapping ranges,
140
+ doing ranges union and difference.
141
141
  test_files: []