sounddrop 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/lib/sounddrop/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzhkNmQ0OGRkODRhMGNjZDk1ZDQ5Y2Q0NWNjZDJjOTU0ZGNjZjQ0MQ==
4
+ OWQ1ZWY0NTlkOGFiNGY1ZjdjYmFiNmIwZDM4ZWRmOTVkMzRlNjczNA==
5
5
  data.tar.gz: !binary |-
6
- YzA1ZWFjMmY2YWJiODU3ZmVkYjBiZWUzYzAwYWU0NjBhOGNhMjIzNg==
6
+ NzcxMGExNmE2NTVjY2E4NDU4NjY4MDQ2ZjMwMmQ5ZDczOTJkZWQ2ZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZGQ3ODUwODM5Yjg4MzcwNDA2ZjRiNzdhM2I4ODZiNzE4N2MzY2M5YWMwOWFj
10
- N2FiNzdlY2NiYjY4YTJiNzY2MmU3MmU5ZmM0NmI2M2EzNjJhMjYzODE2NTFj
11
- N2U1N2Q0ZWJmNGNkZDYwMzBmMTg4OTQ1YTgxZjczZmQ4NTljMTI=
9
+ NGRkOTViZGU0YWExZjk5NDU3OGU0YWVkNTliNGMwYjQ1MzczMzBiYmFhOWM2
10
+ MzY1ZmM4YTc1ZGExOTgyYTRiZjNhMThlNDk3OTIwN2I0OTQ2NGNhMDRmN2Jh
11
+ N2MxNGMzYWNkNzU5MTM1MDc5ZjdlZTVhMWE5Y2Y3YTY2Y2VhYjA=
12
12
  data.tar.gz: !binary |-
13
- MjRhMDZkOTVhMjJmNjRmN2Q5ZWFjOGM3MTQ3YTlhYmQ4NGMzYTFhYTM2NGQ4
14
- NTM4NDFmNmY5MWE1ZTAxZjg4NTI2YTcwN2Q4MWM1MjRkNjg2NjQ1OTg3MDhm
15
- ODlhZGQ2YzdlZjJmZjRlMTRlZmJmMWUyZDlkYzVkNmU1OWQxN2Q=
13
+ NWEzMzc0NWMzNDlhNmM2ZTA2YmVkYTQ3YzI5NDg5Yjc2N2VjOGU0NWE0YWZi
14
+ MWRiYmVkN2JhMjE4OGQ1NzY3NDg1NGYwZTMyNDI1M2QxOGI4NjA4ZWFjYWE4
15
+ ZTVjYzYyMmYwMDNhYmQ3NGU4ZWYzODA2NGZmN2JkMTkzNTkzNWQ=
@@ -1,3 +1,3 @@
1
1
  module Sounddrop
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sounddrop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Bezobchuk
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ~>
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.10'
83
- description: A gem that provides audio and track information about a soundcloud song
83
+ description: A gem that provides audio and track information about a Soundcloud song
84
84
  given a URL
85
85
  email:
86
86
  - abezobchuk@gmail.com
@@ -117,5 +117,5 @@ rubyforge_project:
117
117
  rubygems_version: 2.4.2
118
118
  signing_key:
119
119
  specification_version: 4
120
- summary: Provides audio and track information about a soundcloud song given a URL
120
+ summary: Provides audio and track information about a Soundcloud song given a URL
121
121
  test_files: []