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 +4 -4
- data/Gemfile.lock +1 -1
- data/LICENSE.txt +1 -1
- data/lib/osuny_api/version.rb +1 -1
- data/lib/osuny_api.rb +1 -0
- data/osuny_api.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ed260f04e5eca15b884c10ba5408976863e0ad31d079475ed2d176331d89cd3
|
4
|
+
data.tar.gz: cc800b6573d6048472386a76337aa29580c53fa1a873b8a64592005829a73224
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71b11f605dc58e3ee6417421fc7b2a0ba844677dd496b8935addef134ed002794bb22573f16b7a775410eb11e5ece896a1d89ba62e2ee0c7935b80f57a19ab32
|
7
|
+
data.tar.gz: 806d04e50ac945fd843d23ff623c05fd73243f597acd6b4a7304963f885f4c99a0dcf4b38ec128f23daab184d4562615c5668b9677414d4bf8a3d64911c61017
|
data/Gemfile.lock
CHANGED
data/LICENSE.txt
CHANGED
data/lib/osuny_api/version.rb
CHANGED
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/
|
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/
|
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
|
+
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:
|
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/
|
51
|
+
homepage: https://www.github.com/osunyorg/api
|
52
52
|
licenses:
|
53
53
|
- MIT
|
54
54
|
metadata:
|
55
|
-
homepage_uri: https://www.github.com/
|
56
|
-
source_code_uri: https://www.github.com/
|
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.
|
72
|
+
rubygems_version: 3.4.10
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Gem Ruby pour l'API Osuny
|