onebox 1.4.0 → 1.4.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: f0dc0faa3bd78567b23b49b33550523cf5b5fe65
4
- data.tar.gz: 39d1c601c8017617467f1defa511ef1437c3c8be
3
+ metadata.gz: 2a57e64719752c5f37c373c5de10832688988c1b
4
+ data.tar.gz: ac2227a49b1a2b27349cb7324c9020bfc417b101
5
5
  SHA512:
6
- metadata.gz: 4fbb87a7e1221145904ee46f54db1a728d341ff3d48a1f7b87b6bd87aa6f1d0bf9165d3623c7e2c6698447a1e7fe609ac76d8f9e206e269fa6d366c901f8ac8d
7
- data.tar.gz: 7367e93f6e31d830220fb80a744a5e1e08d935f3abc7d279feb9d8aebb4db07028db39c4a556e1f2716a4a7db33975da9053bc94161dd3452f31e214c241e5b8
6
+ metadata.gz: 634011fea302f056ee7c51c91f6094b7dac783d502f3ad687b649d9c702d4f0699c0ae4a1635c3de0404498753266f4df65317e6a4cd1cf100f3e44dcb3d8706
7
+ data.tar.gz: ff0c8fc0b1466a0e4c6e12ec152d594e1ec0571c451f39a069eb8db6a0c5db7107ec09f9a054abd004d484b5fa935e5a14525c1c66282db7c4dad14979c54213
@@ -1,3 +1,4 @@
1
+ require "openssl"
1
2
  require "open-uri"
2
3
  require "multi_json"
3
4
  require "nokogiri"
@@ -14,7 +14,8 @@ module Onebox
14
14
  end
15
15
 
16
16
  def self.default_whitelist
17
- %w(500px.com
17
+ %w(23hq.com
18
+ 500px.com
18
19
  about.com
19
20
  answers.com
20
21
  ask.com
@@ -63,6 +64,7 @@ module Onebox
63
64
  instagr.am
64
65
  instagram.com
65
66
  itunes.apple.com
67
+ justin.tv
66
68
  khanacademy.org
67
69
  kickstarter.com
68
70
  kinomap.com
@@ -70,6 +72,7 @@ module Onebox
70
72
  lessonplanet.com
71
73
  mashable.com
72
74
  meetup.com
75
+ mixcloud.com
73
76
  mlb.com
74
77
  myspace.com
75
78
  nba.com
@@ -85,6 +88,7 @@ module Onebox
85
88
  slideshare.net
86
89
  soundcloud.com
87
90
  sourceforge.net
91
+ speakerdeck.com
88
92
  spotify.com
89
93
  squidoo.com
90
94
  techcrunch.com
@@ -100,6 +104,7 @@ module Onebox
100
104
  tumblr.com
101
105
  twitpic.com
102
106
  usatoday.com
107
+ videojug.com
103
108
  vimeo.com
104
109
  walmart.com
105
110
  washingtonpost.com
@@ -1,3 +1,3 @@
1
1
  module Onebox
2
- VERSION = "1.4.0"
2
+ VERSION = "1.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onebox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joanna Zeta
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-06-23 00:00:00.000000000 Z
13
+ date: 2014-06-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multi_json