rudash 4.0.3 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rudash/ends_with.rb +15 -0
- data/lib/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e1a3756c5c0da2f62b41c21db89066c281e113aa3d5d5912a9cc681b3ce76b5
|
4
|
+
data.tar.gz: 2fce4770db4a43a545e1e4ff972d42861922ab89b3d49bc986e5a076f57b4a02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4983d6e92e35ebd46955e8dcbc77c3ce0fc56f6407d176bfb8a00a6a4c63ac5f607520798d06cd1af3834ec754fba001c5e0f4797d248b398676da8b92d4bcb
|
7
|
+
data.tar.gz: 4a772ab232c51fcbf8c0656265c973598da22a9213adda6d361def5e32e0ae3aac9c98242d52d74c30a3f82defab8157e5d67e7d8d430b4a239ce766fe65b1f6
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rudash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0
|
4
|
+
version: 4.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Islam Attrash
|
@@ -29,6 +29,7 @@ files:
|
|
29
29
|
- lib/rudash/each.rb
|
30
30
|
- lib/rudash/each_right.rb
|
31
31
|
- lib/rudash/empty.rb
|
32
|
+
- lib/rudash/ends_with.rb
|
32
33
|
- lib/rudash/eq.rb
|
33
34
|
- lib/rudash/equal.rb
|
34
35
|
- lib/rudash/every.rb
|