smooster 0.4.2 → 0.4.3

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
  SHA1:
3
- metadata.gz: 8a20fe62a1bbfd74278fa7d59b3039ad468453ce
4
- data.tar.gz: aa5e06e14aebc6b643ca085d97a26a08fa8b988c
3
+ metadata.gz: 3ff0daa16680678a1d3d4a14fa20596234788a37
4
+ data.tar.gz: d90c5e02741328ea7e0b1fc1951b8d0ca64b48fc
5
5
  SHA512:
6
- metadata.gz: 1ff1e2b8cfa6b70d1315184e27c15516f65ea8b6900b7ba3fd42a49f4632f17d661de1829c58a99b5f379817bdbcc8fea252ffa94191c8baec2dcb0452ac0b9f
7
- data.tar.gz: f05da62d75ce563341fb3f7573f1da9a807f050317587bd02cc6e6721077402b7817e29de7aa915f4c18f917427d94779d2eacf159e319e77fc89bc873863729
6
+ metadata.gz: 90deb506cf459a089b3da47d3918bdb6fef6fe9c579eec263126f1e2e798e2e7da98afd036fa59133834750ffb031a358304960a9166f7f3daf9462720e421cb
7
+ data.tar.gz: 2f2c3be4f51fa81bceed8377ee8212f896f59edaa8a9100b11bf8ded52f7b1e849c48a99add71b0e9ba501eeae32ffb053482e41f7e7d983df044c9555146eec
data/README.md CHANGED
@@ -74,6 +74,9 @@ This is a ruby gem
74
74
 
75
75
  ## Changelog
76
76
 
77
+ ###0.4.3
78
+ * Bugfix: Purging the assets locally produced errors with the new cdn77
79
+
77
80
  ###0.4.2
78
81
  * Bugfix: Checking folder names for unsupported characters before upload
79
82
  * Bugfix: Checking page titles for unsupported characters before upload
@@ -75,7 +75,7 @@ module Smooster
75
75
 
76
76
  if response.present?
77
77
  data = JSON.parse(response)
78
- RestClient.purge data['file']['url'] if self.smo_id.present? && Smooster::Application.instance.api_url() != "http://127.0.0.1/api"
78
+ #RestClient.purge data['file']['url'] if self.smo_id.present? && Smooster::Application.instance.api_url() != "http://127.0.0.1/api"
79
79
  self.smo_id = data['smo_id']
80
80
  self.save
81
81
  end
@@ -1,3 +1,3 @@
1
1
  module Smooster
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smooster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Maier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-17 00:00:00.000000000 Z
11
+ date: 2018-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor