twitter-text 1.14.2 → 1.14.5
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 +4 -4
- data/lib/assets/tld_lib.yml +5 -0
- data/twitter-text.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4ed1fcad7b3649d4d4a48f469862efb99f5f7b8
|
|
4
|
+
data.tar.gz: 2b13a1f288436a18d6c1ea13d6dc28776b5317e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f37499e79b8b607b0db9ede9f5f6de14e8b57714107227d25f341e9c22e2915497c4f92fc42495782f93e663ebaba11e5d0eec62e90034c97bd1fed66c4de984
|
|
7
|
+
data.tar.gz: 73ba93bd617c5cfc049631bad8f0c37fc059b71cfe7730626448d8ef63b89c0e5a1093d3ffa6e6d68daf094db7ec9cfcbc27165920a9eabb2d516fe06a668ef1
|
data/lib/assets/tld_lib.yml
CHANGED
|
@@ -767,6 +767,7 @@ generic:
|
|
|
767
767
|
- photos
|
|
768
768
|
- photography
|
|
769
769
|
- photo
|
|
770
|
+
- phone
|
|
770
771
|
- philips
|
|
771
772
|
- pharmacy
|
|
772
773
|
- pfizer
|
|
@@ -874,6 +875,7 @@ generic:
|
|
|
874
875
|
- moe
|
|
875
876
|
- moda
|
|
876
877
|
- mobily
|
|
878
|
+
- mobile
|
|
877
879
|
- mobi
|
|
878
880
|
- mma
|
|
879
881
|
- mls
|
|
@@ -1061,6 +1063,7 @@ generic:
|
|
|
1061
1063
|
- hot
|
|
1062
1064
|
- hosting
|
|
1063
1065
|
- host
|
|
1066
|
+
- hospital
|
|
1064
1067
|
- horse
|
|
1065
1068
|
- honeywell
|
|
1066
1069
|
- honda
|
|
@@ -1146,6 +1149,7 @@ generic:
|
|
|
1146
1149
|
- futbol
|
|
1147
1150
|
- furniture
|
|
1148
1151
|
- fund
|
|
1152
|
+
- fun
|
|
1149
1153
|
- fujixerox
|
|
1150
1154
|
- fujitsu
|
|
1151
1155
|
- ftr
|
|
@@ -1280,6 +1284,7 @@ generic:
|
|
|
1280
1284
|
- datsun
|
|
1281
1285
|
- dating
|
|
1282
1286
|
- date
|
|
1287
|
+
- data
|
|
1283
1288
|
- dance
|
|
1284
1289
|
- dad
|
|
1285
1290
|
- dabur
|
data/twitter-text.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "twitter-text"
|
|
5
|
-
s.version = "1.14.
|
|
5
|
+
s.version = "1.14.5"
|
|
6
6
|
s.authors = ["Matt Sanford", "Patrick Ewing", "Ben Cherry", "Britt Selvitelle",
|
|
7
7
|
"Raffi Krikorian", "J.P. Cummins", "Yoshimasa Niwa", "Keita Fujii", "James Koval"]
|
|
8
8
|
s.email = ["matt@twitter.com", "patrick.henry.ewing@gmail.com", "bcherry@gmail.com", "bs@brittspace.com",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twitter-text
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.14.
|
|
4
|
+
version: 1.14.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Sanford
|
|
@@ -16,7 +16,7 @@ authors:
|
|
|
16
16
|
autorequire:
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
|
-
date:
|
|
19
|
+
date: 2017-01-11 00:00:00.000000000 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: multi_json
|
|
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
184
184
|
version: '0'
|
|
185
185
|
requirements: []
|
|
186
186
|
rubyforge_project:
|
|
187
|
-
rubygems_version: 2.
|
|
187
|
+
rubygems_version: 2.4.5
|
|
188
188
|
signing_key:
|
|
189
189
|
specification_version: 4
|
|
190
190
|
summary: Twitter text handling library
|