get-your-rep 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/get-your-rep/patches.rb +2 -2
  3. metadata +3 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 377a9223f6574e5f8585202648f52afcb1ee7e0b
4
- data.tar.gz: 0220d9f4d752434531457534dc0fff1614f10283
3
+ metadata.gz: 7d1ef40384a045be1d0c6ca697d7c3cde7c2eba5
4
+ data.tar.gz: 96331c42a4af3b15ac35ff0522362b4f58417388
5
5
  SHA512:
6
- metadata.gz: ebbd293551727d531aa44a6ca1bf23033f058d9731e4c877b2f7c276e4e6281c3cf0d2bcc7b65f5810182cf22b066a0fe80c7fc039c530f827ccc1f3a1ed5324
7
- data.tar.gz: aa05f88a2ead6bc986c9476179ffc327e8776a08236b3975e007c215d02e59b46cfdd06df36558c2647bf8354041446335f105d627a2e72d6e09ffa5bd92c848
6
+ metadata.gz: 341c2fbc9698500464694cd08ac8e4218490de065fd57973600abf114731a943c85e45fe56f132caeb5259d8039156465450b634904c8a7e46b683c5b540e5da
7
+ data.tar.gz: bc33e79c0341bb6adf2e52192723261330c50bc84b854afc9a343126b000752714316ffb524cdf211cbba0de856af3aef695049fb626e611c0bfe0c907c231ac
@@ -1,4 +1,4 @@
1
- # :nodoc
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
- # :nodoc
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.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: Get your rep with Google's Civic Information API using your address and
96
- API key. Check the documentation and README for new features added in this release.
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: []