osuny_api 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59f1b8d157560352eddae3b4b0789d18f1635e5744802a717374aba06ea0c728
4
- data.tar.gz: e15e5b411ea1e5ba835972db77c489e4253c7871d87543c4be219eb4809c6f39
3
+ metadata.gz: 28eb43dd65628aead5168011b84e3ed55c5262650b6ea2af188c32c125725209
4
+ data.tar.gz: 5d8668536fd8e6c5123daa729d30c3e5d6bf8079fd6b643c9cfbf268a83a89fc
5
5
  SHA512:
6
- metadata.gz: 27ee12f06c28e81ec2896ade22829d1e844bc537cf230d75b00dfa37b8015721ef546554495eb79b96047cfc41c7059eb3aa8a6bf86cb78774d9847628ec71df
7
- data.tar.gz: 757db895eec60bc3d015f3ef60fdafc865e07ea0f12601a31f2ee7cffea937d692429afb12f30c4d67f13e3f6458e9e178add7c9904be447f349642311db2a4b
6
+ metadata.gz: b7ce7b556be2ac2d5dac9d384a140a147e3995f721a9e3d2398d0ccaaae7b00320a7dc62742e5afa21157e27f2e7068e0eff75498aedf9e2b8f949c41941ef18
7
+ data.tar.gz: 10ee93ecfb85add5147d3849dce13b4dce40413b89fe5c8f4f7b094509056f71f89116f4ee86be43a295356446f8f0ffe3ff581675fa10497395935e6c3c73bd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- osuny_api (0.2.3)
4
+ osuny_api (0.2.5)
5
5
  httparty
6
6
 
7
7
  GEM
@@ -10,5 +10,9 @@ module OsunyApi
10
10
  def post
11
11
  @post ||= Post.new(client: client, parent: self)
12
12
  end
13
+
14
+ def page
15
+ @page ||= Page.new(client: client, parent: self)
16
+ end
13
17
  end
14
18
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OsunyApi
4
- VERSION = "0.2.3"
4
+ VERSION = "0.2.5"
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
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.3
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Levy