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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18a1fa39cd9519d995d56a68bef88761686877d10e12965197af73f778303d23
4
- data.tar.gz: c11fe9d0f6b1e9b4839a889f24351fbd538824fb9f311328b7377bb4ea45b1e7
3
+ metadata.gz: 9fa3797433bca0a8a69163fa716f8fdb6dc6d69d5fb9e2e1bbffbf83e93ec0b9
4
+ data.tar.gz: 6edbac0da2a2d988d180a496049fd7438b6d0a69c3142d4a59be633ccb6cc27c
5
5
  SHA512:
6
- metadata.gz: da9f560f692d94336deaebacab3cceea1deebfa03cc0a497f94a72340c67501d7b6543ca675458a2c4210f8d5b8beaab89be8f881a6678de26a0087deb742f40
7
- data.tar.gz: 93f714653c05e04490b1eb08849e14903047fb0016c5ddafdff8497bfd9d8d2e2bd1a8070c7672c268793fe748b57a8044b13edd149d79b2694b8a9c7239b1b3
6
+ metadata.gz: 9be0af756f135448cc120f51fd0806f4a346bd2b5abe2451730aad83806fedf20983c085faf7d210f7a0227ec4257142b6c74313e8f973b3b69450c54f024794
7
+ data.tar.gz: 1626fc5ce83eae810ed746aa1b38f19a43ea1a9faa6510ea6cd517313cafa51feb64f2a06a4461cb92196eafed265773008766d0059b11b3c3830b7c8d058e61
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- songstats-api (0.1.1)
4
+ songstats-api (0.1.2)
5
5
  httparty
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Songstats::Api
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/songstats/api`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- TODO: Delete this and the text above, and describe your gem
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/[USERNAME]/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/[USERNAME]/songstats-api/blob/master/CODE_OF_CONDUCT.md).
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/[USERNAME]/songstats-api/blob/master/CODE_OF_CONDUCT.md).
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).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Songstats
4
4
  module Api
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
@@ -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 = "http://www.songtradr.com"
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.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 00:00:00.000000000 Z
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: http://www.songtradr.com
54
+ homepage: https://github.com/songtradr/songstats-api
55
55
  licenses: []
56
56
  metadata:
57
- homepage_uri: http://www.songtradr.com
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: