social_parser 1.0.0 → 1.0.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
  SHA1:
3
- metadata.gz: 1a618bb6a7babe7d50e706484b86710031402339
4
- data.tar.gz: a4ab008d5797a3db34626c50d9535c8dc418117b
3
+ metadata.gz: 7b253dedbc1832f7dd7a833511bab59708583c81
4
+ data.tar.gz: f50110e1a0e01cdce5e61ea535a14568ab5b1e94
5
5
  SHA512:
6
- metadata.gz: 47f493a6042826145f021114a59e1fc67afa39eaed096e1bc1c274be7e453e29e5a9f6ce16fb7941eed6746cab75f7b4b088724b6283cb031ad0c56ae86f4b9a
7
- data.tar.gz: b4a96da1125289a00b27a6ce0a712467747b6119812a01abef1f84e9e9010886ed83e10cb9194fb7f51c2268dcbe02b3fb20334250f8b0f4764ae21b77346dd6
6
+ metadata.gz: bf26870ac66803c3907e942e03643114419ab0edf1462f7ae60cbb5476fb998d68ef43cd718f78048f6ebe842c7bc63cc42f7e6dc992647fd353b76b7fb4122d
7
+ data.tar.gz: 740eaab5a0dd40f582c03c9c67e8fca67fa0aceeb8f3df1ec514e1aac6316d940601b9040cd1c67deb33a1204509cc4b57126449e61477b76e804b30bbb2ae87
@@ -1,3 +1,3 @@
1
1
  module SocialParser
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Parse social media attributes from url or construct url from attributes}
13
13
  spec.description = %q{Parse social media attributes from url or construct url from attributes}
14
- spec.homepage = 'https://github.com/hyde2able'
14
+ spec.homepage = 'https://github.com/hyde2able/SocialParser'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - pokohide
@@ -100,7 +100,7 @@ files:
100
100
  - lib/social_parser/provider/youtube.rb
101
101
  - lib/social_parser/version.rb
102
102
  - social_parser.gemspec
103
- homepage: https://github.com/hyde2able
103
+ homepage: https://github.com/hyde2able/SocialParser
104
104
  licenses:
105
105
  - MIT
106
106
  metadata: {}