srtshifter 1.1.1 → 1.1.2
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/README.md +2 -0
- data/lib/srtshifter/version.rb +1 -1
- data/srtshifter.gemspec +2 -0
- metadata +4 -3
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# SRT Shifter
|
|
2
2
|
|
|
3
|
+
[](https://travis-ci.org/thiagokimo/srt-shifter)
|
|
4
|
+
|
|
3
5
|
How many times you downloaded a movie that you couldn't find a perfect synchronized subtitle to watch it?
|
|
4
6
|
|
|
5
7
|
SRT Shifter is an open-source command-line tool that fixes the timming of your SubRip files!
|
data/lib/srtshifter/version.rb
CHANGED
data/srtshifter.gemspec
CHANGED
|
@@ -12,6 +12,8 @@ Gem::Specification.new do |gem|
|
|
|
12
12
|
gem.summary = %q{It fixes the timing of a given SubRip file}
|
|
13
13
|
gem.homepage = "http://thiagokimo.github.com/srt-shifter"
|
|
14
14
|
|
|
15
|
+
gem.license = 'MIT'
|
|
16
|
+
|
|
15
17
|
gem.files = `git ls-files`.split($/)
|
|
16
18
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
17
19
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: srtshifter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
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: 2012-12-
|
|
12
|
+
date: 2012-12-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -53,7 +53,8 @@ files:
|
|
|
53
53
|
- test/samples/test_srt.srt
|
|
54
54
|
- test/test_helper.rb
|
|
55
55
|
homepage: http://thiagokimo.github.com/srt-shifter
|
|
56
|
-
licenses:
|
|
56
|
+
licenses:
|
|
57
|
+
- MIT
|
|
57
58
|
post_install_message:
|
|
58
59
|
rdoc_options: []
|
|
59
60
|
require_paths:
|