epitools 0.5.131 → 0.5.133

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 467e7148825ac612d6b8acc25da6c09e89521d734c38f64568b189f4c7df8b6e
4
- data.tar.gz: 3319cb92d01f19e597cc00c4b30eb0b847e652e2fa53f8e63a96fff2dc6f2bc5
3
+ metadata.gz: db1a5a887e1a937b76e39d061a8865503f7bfeb33f03094f5d7b8ce3749420e7
4
+ data.tar.gz: b5075843f8bd030de2e5313e9af3f53f97cae26fc0b52a609a06137fc015324c
5
5
  SHA512:
6
- metadata.gz: 518b4e0a4014fa2a0dbdeed3d2a3656887035526398062c29acfaf62b3acaf8a3fba81b55a15dc33efdc77818d359bf63c2dcb1cc1ecec0f14772052fadb25a2
7
- data.tar.gz: f888b96dd3f917eb45977567bcd66b1a9972bae7ccaf3a8d82902964b7af569e1474dccbaade2379fa2ebb6e4073b74114e1c6b548a826481e6462de6979607a
6
+ metadata.gz: 0f13ae895b759edc3612970e335b743301bd102a4c73f619c16028acab0792a1d229d65ff40626d6c11334f95b020b055f9a18e6afc70a37ae74824b439c2f24
7
+ data.tar.gz: 8bac272ee77ee4bd4c493b2b6f6c394e1143bd57e73b77196f9798326e73749b1c940622e22ea792875718b59e7a01380d2766296df5c19a3a259a3f7e34fcd3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.131
1
+ 0.5.133
@@ -130,10 +130,9 @@ class String
130
130
  #
131
131
  # Is there anything in the string? (ignoring whitespace/newlines)
132
132
  #
133
- def any?
133
+ def present?
134
134
  not blank?
135
135
  end
136
- alias_method :present?, :any?
137
136
 
138
137
  #
139
138
  # Does this string contain something that means roughly "true"?
@@ -13,7 +13,7 @@ class URI::Generic
13
13
  # Set the query string
14
14
  #
15
15
  def query=(new_query)
16
- @params = new_query.to_params
16
+ @params = new_query&.to_params
17
17
  @query = new_query
18
18
  end
19
19
 
@@ -24,7 +24,7 @@ class Numeric
24
24
 
25
25
  # 20-90
26
26
  NAMES_MEDIUM = [
27
- "twenty", "thirty", "fourty", "fifty", "sixty", "seventy", "eighty", "ninety"
27
+ "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety"
28
28
  ]
29
29
 
30
30
  # >= 100
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epitools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.131
4
+ version: 0.5.133
5
5
  platform: ruby
6
6
  authors:
7
7
  - epitron
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-24 00:00:00.000000000 Z
11
+ date: 2021-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  - !ruby/object:Gem::Version
143
143
  version: '0'
144
144
  requirements: []
145
- rubygems_version: 3.1.4
145
+ rubygems_version: 3.2.15
146
146
  signing_key:
147
147
  specification_version: 3
148
148
  summary: Not utils... METILS!