songdrop 0.1.5 → 0.1.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/songdrop/objects/base.rb +1 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 043920c658cc312bec4202618892106d3be596b8
4
- data.tar.gz: 42d9d244baaf31ae58b3dc2af50deddea4774363
3
+ metadata.gz: 47d48248c1c2945482c9daba56b6dc3719150842
4
+ data.tar.gz: c5f5a1615f65eab071cc0c5f2c302de719745dea
5
5
  SHA512:
6
- metadata.gz: c709964286027646fa394e024d25e4856db28efd5073215e7fd084b5dfaf4d518b58087a0cc246cfd9c1356aee0b56b7578b677c6eb903870f6e77cfe3c5b2c9
7
- data.tar.gz: 01390ffa64aff696d8a6565580cad23a52e33f8cc805c74d5c938f048ba4571796314051abacc226cb8dd35a180b16eee5d6904ce7a91c2cd401dc736fe5e325
6
+ metadata.gz: 2e1450e1b68274070a6877f32366147d3d264f24e2d49c9b0f026c432cef6d69ab569fbc7fcaa2d85c2f9e6dc836512b039347b0c21cc4ba9679f84a8dd523a9
7
+ data.tar.gz: 3af936f35cae30ee10c5673bfc8d067b914fe4d13c4f209be43dc26b46e2ee2f45eb58391fc6bff2b41cf0710b3f87ed7dda280c2496251e94c194c51209f5da
@@ -9,8 +9,7 @@ module Songdrop
9
9
  def method_missing(method, *args, &block)
10
10
  method = $1 if method =~ /(\S+)\?/
11
11
  method = method.to_sym
12
- return @_properties[method] if @_properties.has_key?(method)
13
- super
12
+ @_properties[method]
14
13
  end
15
14
 
16
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: songdrop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Taylor
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-13 00:00:00.000000000 Z
11
+ date: 2013-07-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: songdrop is a Ruby & RubyMotion client for the Songdrop.com API.
14
14
  email: moomerman@gmail.com