osuny_api 0.2.5 → 0.2.6

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: 28eb43dd65628aead5168011b84e3ed55c5262650b6ea2af188c32c125725209
4
- data.tar.gz: 5d8668536fd8e6c5123daa729d30c3e5d6bf8079fd6b643c9cfbf268a83a89fc
3
+ metadata.gz: 0ed260f04e5eca15b884c10ba5408976863e0ad31d079475ed2d176331d89cd3
4
+ data.tar.gz: cc800b6573d6048472386a76337aa29580c53fa1a873b8a64592005829a73224
5
5
  SHA512:
6
- metadata.gz: b7ce7b556be2ac2d5dac9d384a140a147e3995f721a9e3d2398d0ccaaae7b00320a7dc62742e5afa21157e27f2e7068e0eff75498aedf9e2b8f949c41941ef18
7
- data.tar.gz: 10ee93ecfb85add5147d3849dce13b4dce40413b89fe5c8f4f7b094509056f71f89116f4ee86be43a295356446f8f0ffe3ff581675fa10497395935e6c3c73bd
6
+ metadata.gz: 71b11f605dc58e3ee6417421fc7b2a0ba844677dd496b8935addef134ed002794bb22573f16b7a775410eb11e5ece896a1d89ba62e2ee0c7935b80f57a19ab32
7
+ data.tar.gz: 806d04e50ac945fd843d23ff623c05fd73243f597acd6b4a7304963f885f4c99a0dcf4b38ec128f23daab184d4562615c5668b9677414d4bf8a3d64911c61017
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- osuny_api (0.2.5)
4
+ osuny_api (0.2.6)
5
5
  httparty
6
6
 
7
7
  GEM
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Arnaud Levy
3
+ Copyright (c) 2023 noesya
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OsunyApi
4
- VERSION = "0.2.5"
4
+ VERSION = "0.2.6"
5
5
  end
data/osuny_api.gemspec CHANGED
@@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["contact@arnaudlevy.com", "sebastien.gaya@gmail.com"]
10
10
 
11
11
  spec.summary = "Gem Ruby pour l'API Osuny"
12
- spec.homepage = "https://www.github.com/noesya/osuny_api"
12
+ spec.homepage = "https://www.github.com/osunyorg/api"
13
13
  spec.license = "MIT"
14
14
  spec.required_ruby_version = ">= 2.6.0"
15
15
 
16
16
  spec.metadata["homepage_uri"] = spec.homepage
17
- spec.metadata["source_code_uri"] = "https://www.github.com/noesya/osuny_api"
17
+ spec.metadata["source_code_uri"] = "https://www.github.com/osunyorg/api"
18
18
 
19
19
  # Specify which files should be added to the gem when it is released.
20
20
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osuny_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Levy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-10-18 00:00:00.000000000 Z
12
+ date: 2024-03-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -48,12 +48,12 @@ files:
48
48
  - lib/osuny_api/resource.rb
49
49
  - lib/osuny_api/version.rb
50
50
  - osuny_api.gemspec
51
- homepage: https://www.github.com/noesya/osuny_api
51
+ homepage: https://www.github.com/osunyorg/api
52
52
  licenses:
53
53
  - MIT
54
54
  metadata:
55
- homepage_uri: https://www.github.com/noesya/osuny_api
56
- source_code_uri: https://www.github.com/noesya/osuny_api
55
+ homepage_uri: https://www.github.com/osunyorg/api
56
+ source_code_uri: https://www.github.com/osunyorg/api
57
57
  post_install_message:
58
58
  rdoc_options: []
59
59
  require_paths:
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.4.6
72
+ rubygems_version: 3.4.10
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Gem Ruby pour l'API Osuny