songstats-api 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/lib/songstats/api/version.rb +1 -1
- data/songstats-api.gemspec +2 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fa3797433bca0a8a69163fa716f8fdb6dc6d69d5fb9e2e1bbffbf83e93ec0b9
|
4
|
+
data.tar.gz: 6edbac0da2a2d988d180a496049fd7438b6d0a69c3142d4a59be633ccb6cc27c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9be0af756f135448cc120f51fd0806f4a346bd2b5abe2451730aad83806fedf20983c085faf7d210f7a0227ec4257142b6c74313e8f973b3b69450c54f024794
|
7
|
+
data.tar.gz: 1626fc5ce83eae810ed746aa1b38f19a43ea1a9faa6510ea6cd517313cafa51feb64f2a06a4461cb92196eafed265773008766d0059b11b3c3830b7c8d058e61
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# Songstats::Api
|
2
2
|
|
3
|
-
|
3
|
+
The Songstats API Gem is a lightweight tool for developers to interact with the Songstats REST API. With this gem, you can integrate Songstats' music data into your Ruby applications, making it easy to access information about tracks, artists, and more.
|
4
4
|
|
5
|
-
|
5
|
+
To experiment with that code, run `bin/console` for an interactive prompt.
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
@@ -32,8 +32,8 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
32
32
|
|
33
33
|
## Contributing
|
34
34
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/songtradr/songstats-api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/songtradr/songstats-api/blob/main/CODE_OF_CONDUCT.md).
|
36
36
|
|
37
37
|
## Code of Conduct
|
38
38
|
|
39
|
-
Everyone interacting in the Songstats::Api project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
39
|
+
Everyone interacting in the Songstats::Api project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/songtradr/songstats-api/blob/main/CODE_OF_CONDUCT.md).
|
data/songstats-api.gemspec
CHANGED
@@ -10,13 +10,14 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = "A simple API wrapper for the Songstats API"
|
12
12
|
spec.description = "A simple API wrapper for the Songstats API"
|
13
|
-
spec.homepage = "
|
13
|
+
spec.homepage = "https://github.com/songtradr/songstats-api"
|
14
14
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
15
15
|
|
16
16
|
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
17
17
|
|
18
18
|
spec.metadata["homepage_uri"] = spec.homepage
|
19
19
|
spec.metadata["source_code_uri"] = "https://github.com/songtradr/songstats-api"
|
20
|
+
spec.metadata["github_repo"] = spec.metadata["source_code_uri"]
|
20
21
|
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
21
22
|
|
22
23
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: songstats-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daryl Findlay
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -51,11 +51,12 @@ files:
|
|
51
51
|
- lib/songstats/api/track.rb
|
52
52
|
- lib/songstats/api/version.rb
|
53
53
|
- songstats-api.gemspec
|
54
|
-
homepage:
|
54
|
+
homepage: https://github.com/songtradr/songstats-api
|
55
55
|
licenses: []
|
56
56
|
metadata:
|
57
|
-
homepage_uri:
|
57
|
+
homepage_uri: https://github.com/songtradr/songstats-api
|
58
58
|
source_code_uri: https://github.com/songtradr/songstats-api
|
59
|
+
github_repo: https://github.com/songtradr/songstats-api
|
59
60
|
post_install_message:
|
60
61
|
rdoc_options: []
|
61
62
|
require_paths:
|