get-your-rep 2.0.0 → 2.0.1
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
- data/lib/get-your-rep/patches.rb +2 -2
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d1ef40384a045be1d0c6ca697d7c3cde7c2eba5
|
|
4
|
+
data.tar.gz: 96331c42a4af3b15ac35ff0522362b4f58417388
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 341c2fbc9698500464694cd08ac8e4218490de065fd57973600abf114731a943c85e45fe56f132caeb5259d8039156465450b634904c8a7e46b683c5b540e5da
|
|
7
|
+
data.tar.gz: bc33e79c0341bb6adf2e52192723261330c50bc84b854afc9a343126b000752714316ffb524cdf211cbba0de856af3aef695049fb626e611c0bfe0c907c231ac
|
data/lib/get-your-rep/patches.rb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Custom methods for Array and its descendants.
|
|
2
2
|
class Array
|
|
3
3
|
# Converts an Array to a Delegation
|
|
4
4
|
def to_del
|
|
@@ -11,7 +11,7 @@ class Array
|
|
|
11
11
|
end
|
|
12
12
|
end
|
|
13
13
|
|
|
14
|
-
#
|
|
14
|
+
# Custom methods for Hash and its descendants.
|
|
15
15
|
class Hash
|
|
16
16
|
# Wraps a Hash in a Delegation
|
|
17
17
|
def to_del
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: get-your-rep
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- msimonborg
|
|
@@ -92,10 +92,8 @@ dependencies:
|
|
|
92
92
|
- - "~>"
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: '10'
|
|
95
|
-
description:
|
|
96
|
-
|
|
97
|
-
There is slight backwards incompatibility with version 1.x in the data structure
|
|
98
|
-
of a rep.
|
|
95
|
+
description: Renamed get_your_rep. Reversioned. Big changes to API and extensibility,
|
|
96
|
+
documentation coming soon. https://github.com/msimonborg/get_your_rep
|
|
99
97
|
email: msimonborg@gmail.com
|
|
100
98
|
executables: []
|
|
101
99
|
extensions: []
|