osuny_api 0.2.4 → 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: 9013ec7cd58d18c931e61128f11b2d63a32c51cf71e741435b8be7e11e256535
4
- data.tar.gz: edc6a1ddc13a4255e710da940bd0416be691aa959e70c5d4ea89ebdcd068ead3
3
+ metadata.gz: 0ed260f04e5eca15b884c10ba5408976863e0ad31d079475ed2d176331d89cd3
4
+ data.tar.gz: cc800b6573d6048472386a76337aa29580c53fa1a873b8a64592005829a73224
5
5
  SHA512:
6
- metadata.gz: 6023621499ba35d0e7f69bc878adcd3d77fec36514e3c5bd8e75f67630b4419791434fd236e30f7acd696d4cf87d947915565213965a4cf24342baa3036d89c0
7
- data.tar.gz: c57f20a733ca600cc816789514a4dbb491e201acc655d90f8159e3b5484b8c5363cce9c09b5253aabd19159decc3c7c5e8d5782e8e0e0185df9d86bce55ce2d3
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.4)
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.4"
4
+ VERSION = "0.2.6"
5
5
  end
data/lib/osuny_api.rb CHANGED
@@ -7,6 +7,7 @@ require_relative "osuny_api/version"
7
7
  require_relative "osuny_api/resource"
8
8
  require_relative "osuny_api/communication"
9
9
  require_relative "osuny_api/communication/website"
10
+ require_relative "osuny_api/communication/website/page"
10
11
  require_relative "osuny_api/communication/website/post"
11
12
 
12
13
  module OsunyApi
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.4
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