reviewed_braai 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
|
|
1
1
|
module ReviewedBraai
|
2
2
|
module Matchers
|
3
3
|
module Attachment
|
4
|
-
Braai::Template.map(/({{\s*attachments\((\w+)\))/i, ReviewedBraai::Handlers::AttachmentsById)
|
4
|
+
Braai::Template.map(/({{\s*attachments\((\w+)\)\s*}})/i, ReviewedBraai::Handlers::AttachmentsById)
|
5
5
|
Braai::Template.map(/({{\s*attachments\[['|"]([^\]\}]+)['|"]\]\s*}})/i, ReviewedBraai::Handlers::AttachmentsByName)
|
6
6
|
end
|
7
7
|
end
|
@@ -0,0 +1 @@
|
|
1
|
+
<iframe width="640" height="360" src="http://www.youtube.com/embed/n_i0EQSYsfI" frameborder="0" allowfullscreen></iframe>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: reviewed_braai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: braai
|
@@ -66,6 +66,7 @@ files:
|
|
66
66
|
- lib/reviewed_braai/matchers.rb
|
67
67
|
- lib/reviewed_braai/templates/brightcove_video.html
|
68
68
|
- lib/reviewed_braai/templates/image.html
|
69
|
+
- lib/reviewed_braai/templates/youtube_video.html
|
69
70
|
- lib/reviewed_braai/version.rb
|
70
71
|
- lib/reviewed_braai.rb
|
71
72
|
- lib/tasks/reviewed_braai_tasks.rake
|
@@ -86,7 +87,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
87
|
version: '0'
|
87
88
|
segments:
|
88
89
|
- 0
|
89
|
-
hash:
|
90
|
+
hash: -1707343016657672626
|
90
91
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
92
|
none: false
|
92
93
|
requirements:
|
@@ -95,10 +96,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
96
|
version: '0'
|
96
97
|
segments:
|
97
98
|
- 0
|
98
|
-
hash:
|
99
|
+
hash: -1707343016657672626
|
99
100
|
requirements: []
|
100
101
|
rubyforge_project:
|
101
|
-
rubygems_version: 1.8.
|
102
|
+
rubygems_version: 1.8.25
|
102
103
|
signing_key:
|
103
104
|
specification_version: 3
|
104
105
|
summary: Braai matchers for Reviewed.com
|