srtshifter 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module SrtShifter
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/srtshifter.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["kimobr@gmail.com"]
11
11
  gem.description = %q{Shifts STR Subtitles}
12
12
  gem.summary = %q{It fixes the timing of a given SubRip file}
13
- gem.homepage = ""
13
+ gem.homepage = "http://thiagokimo.github.com/srt-shifter"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
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.0.0
4
+ version: 1.0.1
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-24 00:00:00.000000000 Z
12
+ date: 2012-12-25 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Shifts STR Subtitles
15
15
  email:
@@ -35,7 +35,7 @@ files:
35
35
  - test/lib/srtshifter/version_test.rb
36
36
  - test/samples/test_srt.srt
37
37
  - test/test_helper.rb
38
- homepage: ''
38
+ homepage: http://thiagokimo.github.com/srt-shifter
39
39
  licenses: []
40
40
  post_install_message:
41
41
  rdoc_options: []