discourse_api 0.39.0 → 0.39.1

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: 949fba1e4447d9615d8d3457b79328a866cfe61f325c3cd4f6a2cf3083ad9322
4
- data.tar.gz: 2cc4f93ec719eb99e0bbd02caeecc02c3ed36bcd33b4b6435b9cb56835e622ae
3
+ metadata.gz: 128109226f42a857d74e61679ed74fb6eb4e9c3a8c938ba1f5a685cad11ecf0a
4
+ data.tar.gz: bbab1382be81617af81a4075941a04b70f3267719e7b07e46e72805a36a84b70
5
5
  SHA512:
6
- metadata.gz: 781247a4d7644d9f58609f221da038f8f59e58114ba2450c63c1ef8e7adfda029c775e8b58b0237220c76d3db1d95232249a6d04ff9138da2aa759eaa6938fa2
7
- data.tar.gz: 995b7de67aef36acab3ef778201032aa9c2e9c9762a02d80e6cfeeacccd8dac64c433fc5cda75bfca6fbbcade605ea3917fd6c92283253c7a79618b24d2b644d
6
+ metadata.gz: b8656dd74847877ecc5c6b651c21ab1056604787f1ab02b2b38a355adc9db686e0c9740c49b4919491d8effc1e644a239abf679b4a09e9abb0fbd6720c14c5ea
7
+ data.tar.gz: 914bb2a70cb794d7f80619a4545d4b9bea0fa80d328509554d52cdcbc208463080044e7f56d05d4d04942bba51e2fc1003219b2c196368657fde0100c0b3b3d0
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [0.39.1] - 2020-03-27
6
+ ### Fixed
7
+ - Ensure released gem version matches this commit
8
+
5
9
  ## [0.39.0] - 2020-03-27
6
10
  ### Added
7
11
  - Get latest posts across topics via posts.json
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module DiscourseApi
3
- VERSION = "0.39.0"
3
+ VERSION = "0.39.1"
4
4
  end
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.39.0
4
+ version: 0.39.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Saffron