discourse_api 0.43.0 → 0.43.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/discourse_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5b33f1f16a6fe2c48d58ec9b08ed6146789653b4a6c055a1ec7e61d3ec7fee0
|
4
|
+
data.tar.gz: e483916abc304970ac78192ecb0cc1c1ca2b58f1fdac0ea06eec4cdaa624e4ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 118c45cb081fa47d0fd3120c6dfa10b35b169d6620ea3875481a3f4c390ae269cc82b6b234fbe1ef1e7250dd2e7d9a7ab5023e2b3046b22a41de8249fb04607d
|
7
|
+
data.tar.gz: 1ba2f1ee7853b5a65406863bd404d04ef4866a3e7e5164c393f91ef1a7e02a9e1828fc7606957eb18b13db6f58ea3fff59e4e23cf89d44d8c7c7c590ba90a3fd
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.43.1] - 2020-11-04
|
10
|
+
### Fixed
|
11
|
+
- tagged verion 0.43.0 got pushed without commmit due to new master branch
|
12
|
+
protections in github. No, code changes here just making sure tags align with
|
13
|
+
commits.
|
14
|
+
|
9
15
|
## [0.43.0] - 2020-11-04
|
10
16
|
### Added
|
11
17
|
- Add pagination to list groups endpoint
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: discourse_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.43.
|
4
|
+
version: 0.43.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam Saffron
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2020-11-
|
14
|
+
date: 2020-11-05 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: faraday
|