adsense_helper 0.0.4 → 0.1.0

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
- SHA1:
3
- metadata.gz: fd3f816e06e2ab365b35d6d8b042ba401825cc35
4
- data.tar.gz: 6bf8e8adde6624f77791a4067e84deaca023193c
2
+ SHA256:
3
+ metadata.gz: 77458759b5e11b12cf362e157e1413a6e00067d300a7ad6b7e158b8582e41e79
4
+ data.tar.gz: 7714ddff5ccc3b33a1d1e0185e51a25f92e53b7308f3aedff4fdff7f36aa4939
5
5
  SHA512:
6
- metadata.gz: 11afa16bdb92c83bd45a383f2f7d4f5eb6320e3f61168df45b32892226ca02af5733125092296e56c6af28d90f588272099080a5e495f944fdb1fc00acfffcff
7
- data.tar.gz: 1040cd16180140683cfe3392179ab816be503b844d08a769d4ca6e51424f95e208663e9da8da63e9241b132e2a714f9ba1f5dbadead759e8ddfbb4d028e133a5
6
+ metadata.gz: db0eaad847cd53db912380b7646beed9d8264720404e00ae2134cdbf7249366464bd63ea6f81b11cf18bf56c3e623d2cde7f9c6fb8d3c77d929de959d7da10ed
7
+ data.tar.gz: 8688216c2c6d1929bf6f209de7bce3850844f7623b7e52c14215773ecff21276efe3ea77bae2af6272f7d773e37509fd26acd03bfbb199362ba9c81ceb61dfcd
data/README.md CHANGED
@@ -22,9 +22,9 @@ gem 'adsense_helper'
22
22
  adsense_tag(client: 0000000000000000, slot: 1111111111, dimension: '336x280')
23
23
  ```
24
24
 
25
- ## Credits
25
+ ## Sponsors
26
26
 
27
- * [swordray](https://github.com/swordray) @[ihaveu](http://www.ihaveu.com/home) @[shuhai](http://tw.shuhai.org/) @[leaf](http://leaf.iacger.com)
27
+ * [BaiLu ShuYuan](https://bailushuyuan.org)
28
28
 
29
29
  ## License
30
30
 
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.author = ["Jianqiu Xiao"]
9
9
  s.email = ["swordray@gmail.com"]
10
- s.homepage = "https://github.com/swordray/adsense_helper"
10
+ s.homepage = "https://bailushuyuan.org"
11
11
  s.summary = "Helper for Google Adsense Content"
12
12
  s.description = "An elegant way to write Google Adsense Code."
13
13
  s.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module AdsenseHelper #:nodoc:
2
- VERSION = '0.0.4'
2
+ VERSION = '0.1.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adsense_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jianqiu Xiao
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-31 00:00:00.000000000 Z
11
+ date: 2022-01-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: An elegant way to write Google Adsense Code.
14
14
  email:
@@ -29,11 +29,11 @@ files:
29
29
  - lib/adsense_helper/adsense_helper.rb
30
30
  - lib/adsense_helper/railtie.rb
31
31
  - lib/adsense_helper/version.rb
32
- homepage: https://github.com/swordray/adsense_helper
32
+ homepage: https://bailushuyuan.org
33
33
  licenses:
34
34
  - MIT
35
35
  metadata: {}
36
- post_install_message:
36
+ post_install_message:
37
37
  rdoc_options: []
38
38
  require_paths:
39
39
  - lib
@@ -48,9 +48,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  requirements: []
51
- rubyforge_project:
52
- rubygems_version: 2.2.2
53
- signing_key:
51
+ rubygems_version: 3.3.3
52
+ signing_key:
54
53
  specification_version: 4
55
54
  summary: Helper for Google Adsense Content
56
55
  test_files: []