tcms 0.9.8 → 0.9.9

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: d5e2b4cdbe8e1b9be8bad138c08801dca7e08a31
4
- data.tar.gz: 47dbc893dd7a1ce7af1dfbf824316c9edb24a2b3
3
+ metadata.gz: 58431c09cdfdb841c4d83136c81e23e91587dc51
4
+ data.tar.gz: fd447b50e74022c29ade287867b9825febfe1563
5
5
  SHA512:
6
- metadata.gz: 384fb49c2ace92fc45503fa793d7f0ac1d3e5bd8a3cf08f5cee811518d7fb82e831fc935f79b32b5294cedf9df63871c768d024def7a7df6d06c3e27acba9327
7
- data.tar.gz: b57897fcfd0539da52bd7c44eac2397e6703a8fcbcd92714574e1dd114db32fd9c20d81f7e89bd4fabc15b377367c531cf5e117b20cbf968ef197adac1fd5cb2
6
+ metadata.gz: 68bd4b04ea3d6f055e20cf536295dc84eafd7912c8c532eac03b4a29c168b72a392805293dff2786e406239cc2deae5f01f0a125a11923e513cb8c14704086e8
7
+ data.tar.gz: c945b9d4720b58c1deb0d22b6a7a0a3a7e2767e8ff09313f095d596e71eeec3e23ee5202837df154b49b55ca111fe85942ffb1f0fb873fb0ce6c3abeaecbd7aa
@@ -64,7 +64,7 @@ module Tcms
64
64
  site = assets["site"]
65
65
  domain = 'qq.com'
66
66
  remote_path = assets["remotepath"]
67
- if site.match 'mat1' then domain = "gtimg.cn/#{assets["channel"]}" end
67
+ if site.match 'mat1' then domain = "gtimg.com/#{assets["channel"]}" end
68
68
  if site.match 'pingjs' then site = 'rss' end
69
69
  url = "http://#{site}.#{domain}/#{remote_path}"
70
70
 
@@ -1,3 +1,3 @@
1
1
  module Tcms
2
- VERSION = "0.9.8"
2
+ VERSION = "0.9.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tcms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
4
+ version: 0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'bertwang'"