storyboard 0.5.0.pre4 → 0.5.0

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.
@@ -0,0 +1,59 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ storyboard (0.5.0)
5
+ bundler
6
+ levenshtein-ffi
7
+ mime-types (>= 1.19)
8
+ mini_magick
9
+ path (>= 1.3.0)
10
+ prawn
11
+ ruby-progressbar
12
+ rubyzip
13
+ term-ansicolor
14
+
15
+ PATH
16
+ remote: vendor/suby
17
+ specs:
18
+ suby (0.4.0)
19
+ mime-types (>= 1.19)
20
+ path (>= 1.3.0)
21
+ rubyzip
22
+ term-ansicolor
23
+
24
+ GEM
25
+ remote: http://rubygems.org/
26
+ specs:
27
+ Ascii85 (1.0.2)
28
+ afm (0.2.0)
29
+ ffi (1.1.5)
30
+ hashery (2.1.0)
31
+ levenshtein-ffi (1.0.3)
32
+ ffi
33
+ ffi (~> 1.1.5)
34
+ mime-types (1.20.1)
35
+ mini_magick (3.4)
36
+ subexec (~> 0.2.1)
37
+ path (1.3.1)
38
+ pdf-reader (1.3.0)
39
+ Ascii85 (~> 1.0.0)
40
+ afm (~> 0.2.0)
41
+ hashery (~> 2.0)
42
+ ruby-rc4
43
+ ttfunk
44
+ prawn (0.12.0)
45
+ pdf-reader (>= 0.9.0)
46
+ ttfunk (~> 1.0.2)
47
+ ruby-progressbar (1.0.2)
48
+ ruby-rc4 (0.1.5)
49
+ rubyzip (0.9.9)
50
+ subexec (0.2.2)
51
+ term-ansicolor (1.0.7)
52
+ ttfunk (1.0.3)
53
+
54
+ PLATFORMS
55
+ ruby
56
+
57
+ DEPENDENCIES
58
+ storyboard!
59
+ suby!
@@ -24,10 +24,10 @@ class Storyboard
24
24
 
25
25
  def download_file(url, &block)
26
26
  if @data['downloads'][url]
27
- LOG.info("Cached file #{@data['downloads'][url]}")
27
+ LOG.debug("Cached file #{@data['downloads'][url]}")
28
28
  return File.read(@data['downloads'][url])
29
29
  else
30
- LOG.info("Loading file from #{url}")
30
+ LOG.debug("Loading file from #{url}")
31
31
  results = yield
32
32
  subpath = File.join(Dir.tmpdir, "#{@hash}-#{Digest::SHA1.hexdigest(url)}.storyboard")
33
33
  File.open(subpath, 'w') { |f| f.write(results) }
@@ -1,5 +1,4 @@
1
1
  require 'pp'
2
- require 'iconv'
3
2
 
4
3
  class Storyboard
5
4
  def get_subtitles
@@ -1,3 +1,3 @@
1
1
  class Storyboard
2
- VERSION = "0.5.0.pre4"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: storyboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0.pre4
5
- prerelease: 6
4
+ version: 0.5.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark Olson
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-05 00:00:00.000000000 Z
12
+ date: 2013-02-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -168,6 +168,7 @@ files:
168
168
  - .rvmrc
169
169
  - CHANGELOG
170
170
  - Gemfile
171
+ - Gemfile.lock
171
172
  - INSTALL.md
172
173
  - LICENSE
173
174
  - README.md
@@ -229,9 +230,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
229
230
  required_rubygems_version: !ruby/object:Gem::Requirement
230
231
  none: false
231
232
  requirements:
232
- - - ! '>'
233
+ - - ! '>='
233
234
  - !ruby/object:Gem::Version
234
- version: 1.3.1
235
+ version: '0'
235
236
  requirements: []
236
237
  rubyforge_project:
237
238
  rubygems_version: 1.8.25