vj-sdk 0.7.6 → 0.7.7
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.
- data/VERSION.yml +1 -1
- data/lib/videojuicer/presentation.rb +1 -1
- data/spec/presentation_spec.rb +5 -0
- data/vj-sdk.gemspec +2 -2
- metadata +4 -4
data/VERSION.yml
CHANGED
data/spec/presentation_spec.rb
CHANGED
|
@@ -111,6 +111,11 @@ describe Videojuicer::Presentation do
|
|
|
111
111
|
@presentation.has_default_content?.should == false
|
|
112
112
|
end
|
|
113
113
|
|
|
114
|
+
it "should return false if the document_content is nil" do
|
|
115
|
+
@presentation.document_content = nil
|
|
116
|
+
@presentation.has_default_content?.should == false
|
|
117
|
+
end
|
|
118
|
+
|
|
114
119
|
end
|
|
115
120
|
|
|
116
121
|
end
|
data/vj-sdk.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{vj-sdk}
|
|
8
|
-
s.version = "0.7.
|
|
8
|
+
s.version = "0.7.7"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["danski", "thejohnny", "knowtheory", "sixones", "btab", "lamp"]
|
|
12
|
-
s.date = %q{2011-03-
|
|
12
|
+
s.date = %q{2011-03-30}
|
|
13
13
|
s.email = %q{dan@videojuicer.com}
|
|
14
14
|
s.extra_rdoc_files = [
|
|
15
15
|
"LICENSE",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vj-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 0.7.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.7.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- danski
|
|
@@ -20,7 +20,7 @@ autorequire:
|
|
|
20
20
|
bindir: bin
|
|
21
21
|
cert_chain: []
|
|
22
22
|
|
|
23
|
-
date: 2011-03-
|
|
23
|
+
date: 2011-03-30 00:00:00 +01:00
|
|
24
24
|
default_executable:
|
|
25
25
|
dependencies:
|
|
26
26
|
- !ruby/object:Gem::Dependency
|