range_math 0.6.1 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- checksums.yaml.gz.sig +0 -0
- data/lib/range_math.rb +4 -0
- data/range_math.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NTMwZmUzNjcxM2NkYjEzYjZjMGUwMzQyYmJlNWM2ZGI5NTUxN2NmMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Y2I0YjdkNzkzNDI4YWRiNDM1ZGJiMmJkZjIyOWU1OGMzZmJjYWQ2ZQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzkzOWNjNmM2OGZkZTQ3ZGYyNjcyOTIwNTk3MjljNDk1OTBiYmQ1ZjY0Mjk5
|
10
|
+
ODE2YzA1MWJjNDIxZmRmNmRjOTAzOTMxY2IwNDhhZjc3MTc5NGQwNDgwY2U0
|
11
|
+
Mjk3NDMzZjBjNTk0MWZjNzJiZmU0ZWM3OTgzM2YzZjNmYWNmMDI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MTZlOWFkNzgzZjNlZDg5ZGI4MjE0MzA0NjY3ZjgwOTRmNzhlYmQ3NTg0NmM5
|
14
|
+
NmY4YTU1OTVjMmM5YzliYWJiNDYzNjYwZmYxOTliMWZlYTQ0NmI1MWFmN2Fi
|
15
|
+
M2QwODY0YjQ4YTgwNDY2ZTM2ZGFmMmFmNmMxZDZkYWQ4MzBmMzY=
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/range_math.rb
CHANGED
data/range_math.gemspec
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: range_math
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- muflax
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
Y1MyUGlRZS91RjRXaEZxd3BMNURLbEtzYi9JY3hPNUIKL2RYeElGbVlVaWFv
|
36
36
|
RzYyOWlKVGdMaTFLcXFZSXFsVG5hRUZaeG1MSmZsZjNqL0Q4Z1NxeHVVSVBh
|
37
37
|
amk1cS93eAotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
|
38
|
-
date: 2013-
|
38
|
+
date: 2013-09-08 00:00:00.000000000 Z
|
39
39
|
dependencies: []
|
40
40
|
description: use ranges in math expression
|
41
41
|
email: mail@muflax.com
|
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
version: '0'
|
72
72
|
requirements: []
|
73
73
|
rubyforge_project:
|
74
|
-
rubygems_version: 2.0.
|
74
|
+
rubygems_version: 2.0.6
|
75
75
|
signing_key:
|
76
76
|
specification_version: 4
|
77
77
|
summary: do math on ranges
|
metadata.gz.sig
CHANGED
Binary file
|