songdrop 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcd1d7531ad8c8af6585eb4450d222ce6f4ee428
4
- data.tar.gz: ebb350a68b4f0115ddd99c95c5adba4d7221e3ce
3
+ metadata.gz: 92532eb8b2390ee5d6d0b851710c68ee0ee99a63
4
+ data.tar.gz: 3993966de74f124dae889714e14b7785bcad94c1
5
5
  SHA512:
6
- metadata.gz: 223a43cdad7bb3be2aa8291df8af96c6f18caa06147e432c201d4d66b23310bc35cc7b1d164d7c4da3d4228caffd58cc49a8c2e1e14647880d5316850be1cf77
7
- data.tar.gz: 8e2a1d7a612d1bb82d78096fca8bd6edd83888f48ac419c15d17807acd8e84325d6739cd528fdc7c7af40fead84e55e40a9990e29b0b89eeec248f708e576302
6
+ metadata.gz: dbaa754abc921c3af9241fdcec39da114a4c4f6db7a36d2d44d638c5dc3e4fa611c84a67e3720e9859e9f883330fbf9f5692fe0f6630fb4ca226fcedad173a1b
7
+ data.tar.gz: 7fc463fb2032cfb4d0cf58cbb80ee32588cb1b4db89b77ce59286e9c607a8c93dd7fd925bb559336653f755c8bfc145dc56d43a14e92fda88d3d625aa2b0a956
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) Richard Taylor
1
+ Copyright (c) 2013 Richard Taylor
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: songdrop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Taylor
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-07-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: songdrop is a Ruby client for the Songdrop.com API.
13
+ description: songdrop is a Ruby & RubyMotion client for the Songdrop.com API.
14
14
  email: moomerman@gmail.com
15
15
  executables: []
16
16
  extensions: []
@@ -34,8 +34,9 @@ files:
34
34
  - lib/songdrop/objects/mix.rb
35
35
  - lib/songdrop/objects/song.rb
36
36
  - lib/songdrop/objects/user.rb
37
- homepage: https://api.songdrop.com/
38
- licenses: []
37
+ homepage: https://songdrop.com/
38
+ licenses:
39
+ - MIT
39
40
  metadata: {}
40
41
  post_install_message:
41
42
  rdoc_options:
@@ -58,5 +59,5 @@ rubyforge_project: songdrop
58
59
  rubygems_version: 2.0.0
59
60
  signing_key:
60
61
  specification_version: 4
61
- summary: songdrop is a Ruby client for the Songdrop.com API.
62
+ summary: songdrop is a Ruby & RubyMotion client for the Songdrop.com API.
62
63
  test_files: []