gabuzomeu 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +1 -2
- data/README.md +2 -2
- data/lib/gabuzomeu.rb +10 -2
- data/version +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56020aee5c266179281d52a7c1dee92701cb33ad
|
|
4
|
+
data.tar.gz: cbe436762d4352f7a3d69cabfdfa727359670a53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0728b2c0436783164fc6ec805be09a3752837ffd16bd2c7c863e62c3e3b8b7b8f7ced6fbc5afc9f701af062dd2addd2f63391c8db504c6282edf6a58fef17333
|
|
7
|
+
data.tar.gz: 9a6ea97753e8d99b9f93d01bcaaa2254cb92ab1f46679719deac378badd0213ab9336004d05b4d8c96f3f1876943872f673ca47cb91c542e0d46ba3b40353fca
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
�
|
|
2
|
-
�ir`�����[9Tz�$�I�E��X�K���.E|f?�O���%R"�H�m~u)��2�r�1}�X)�=��N�j����?x�����a;�+c�B/>�l��L�T��|s[|\��Y�T8�Qi8S�=N�
|
|
1
|
+
P�����AND5kOO���Ѕ���Y�QD{��"Ѩ�)9��Ռ<Gϯ`�~�3x�=��j���KuJNomK+Y*p#���"'i8�"-ˬ��{F��p�ߴ�1d�k"�3�1� �-�O���M�FV4�(ɓ��+|_U���D�r�O��כk�~�J��|��j�6�ʺ�t���z/%YD�/��W�$F,�G��6��K�,�s�����H��H��̉��ߖ��A�W�������B
|
data/README.md
CHANGED
data/lib/gabuzomeu.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Gabuzomeu
|
|
2
|
-
module
|
|
2
|
+
module Integer
|
|
3
3
|
|
|
4
4
|
GABUZOMEU = %w(ga bu zo meu)
|
|
5
5
|
|
|
@@ -13,6 +13,14 @@ module Gabuzomeu
|
|
|
13
13
|
end
|
|
14
14
|
end
|
|
15
15
|
|
|
16
|
+
class Integer
|
|
17
|
+
prepend Gabuzomeu::Integer
|
|
18
|
+
end
|
|
19
|
+
|
|
16
20
|
class Fixnum
|
|
17
|
-
prepend Gabuzomeu::
|
|
21
|
+
prepend Gabuzomeu::Integer
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
class Bignum
|
|
25
|
+
prepend Gabuzomeu::Integer
|
|
18
26
|
end
|
data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gabuzomeu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nephos (poulet_a)
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
nEDjk/Zf0kkGR7XDwcCyVES8XVWCw2Ss9JgffUJWnPSBvjcH57spLdrD1QJesupQ
|
|
32
32
|
C45BAY2A5p6sdg==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2016-12-
|
|
34
|
+
date: 2016-12-18 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: nomorebeer
|
metadata.gz.sig
CHANGED
|
Binary file
|