article_json 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7f9acdba2ed14993cb2ce87317b205c65992e79ed5662d79d6d3fb357908ff1
4
- data.tar.gz: b7638f1a409aa31a52a911001684eeda751f254ecb357b4907710f24b97cbf95
3
+ metadata.gz: 2820900cbe5eeba0352a764674bf7dbc1a5a1d2353c0fe5fcacea19799891378
4
+ data.tar.gz: 95c0cba7f4896556710fa621ea07576979b98ec62b7975e5ef330883f66b98b1
5
5
  SHA512:
6
- metadata.gz: 297a7a8f4445d1525803cb3c57cad514e43cedc2c3c354d1c98d5fce603c78908dd7f3173f3879ab2f00cbce6c06b2c71c5a1261a046613a25f59fbfeb8cd6c4
7
- data.tar.gz: af71578a715e7245563d3e204e9c767c45adbe56e5697ab320b7c736ad18259bb7111a90453a63d1ac8bd75b7139616823a35d6a039f16777435cb17aa848696
6
+ metadata.gz: 0bd444a45513d39b0499188b7ade246cfde9e215df63b9652dc16435bde2570c51a4ed9cb5124c24a0848b63df3eacd3a2538bcb8ba5829b96b4afc7e5f93ff7
7
+ data.tar.gz: 4effc300873b4203bbc4e9594cc49ae871275e3d5c0e92940b10fad380e7c06acd1b42b14b869d00f28385102bb2c7646eca0424f4e9ca4957c7796fa497aaa1
@@ -1,10 +1,13 @@
1
1
  # Changelog
2
+ ## 0.3.7 - 2019/8/21
3
+ - **Fix:** Only use https for soundcloud oembed api
4
+
2
5
  ## 0.3.6 - 2019/8/6
3
- - **Improvement** Added tags support in text_box element.
6
+ - **Improvement** Add tags support in text_box element.
4
7
 
5
8
  ## 0.3.5 - 2018/12/12
6
9
  - **Improvements** to import and export image links from Google Docs
7
- - Import image `href`` from caption text using a custom tag
10
+ - Import image `href` from caption text using a custom tag
8
11
  - Export the image element href attribute as a link
9
12
 
10
13
  ## 0.3.4 - 2018/5/10
@@ -11,7 +11,7 @@ module ArticleJSON
11
11
  # The URL for the oembed API call
12
12
  # @return [String]
13
13
  def oembed_url
14
- "http://soundcloud.com/oembed?url=#{source_url}&format=json"
14
+ "https://soundcloud.com/oembed?url=#{source_url}&format=json"
15
15
  end
16
16
 
17
17
  # The URL of the element
@@ -1,3 +1,3 @@
1
1
  module ArticleJSON
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: article_json
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Sager
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-08-06 00:00:00.000000000 Z
13
+ date: 2019-08-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri