subtitle_it 2.0.1 → 2.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6618182f0ae7b04e5195693c1c65f7898b0d80b0
4
- data.tar.gz: 4721ff41267fbb1c970e6b92c80e082357a37cfb
3
+ metadata.gz: 4ba994bab78c7d2abcca319da9a1aeea70054119
4
+ data.tar.gz: 61b309ea11dd3a8280020f9730936a7eb4ec9e50
5
5
  SHA512:
6
- metadata.gz: 65330e0721ba021eef2d7dd7446e09eb87c9da729af85c8f9da2128fced8a51e4983343cc8060cae0ee9cc6d552d05e7923b479df4a432b40df9a0c798f8ed3f
7
- data.tar.gz: fbcebf4d10dd6194956d4e47d580c01ac22f909fea474deb357140f74e5c796801b510ee1a24adba8fb4e67ad71fbe99be373c438e9d6bdb9618027aa786c72a
6
+ metadata.gz: cf011b00c3682d28a8756b07ae1e91871cb120d43c1a6cd567e0b63e96a31ebf8af46cddd5ae71964ce35888d5e2cb19dae39ded26e60c7ab3f538dc67c897dc
7
+ data.tar.gz: 3dd03b48ac2bf130f72159ff9fa1d6f7358eb4ad424a1e819ba0490f2fc43ea51cf4372cc9f9da99273c928473986110fa9b48f86d9b94fa7f2fbf65c35e1784
data/README.md CHANGED
@@ -33,15 +33,15 @@ This will search all languages for the video.
33
33
  ```
34
34
  Found 88 results:
35
35
 
36
- 1. Finnish | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 1 CDs | 2015-05-18
37
- 2. English | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 1 CDs | 2015-05-18
38
- 3. Romanian | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 1 CDs | 2015-05-18
39
- 4. Polish | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 1 CDs | 2015-05-18
40
- 5. Italian | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 1 CDs | 2015-05-18
41
- 6. Portugues | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 1 CDs | 2015-05-18
42
- 7. Bulgarian | SRT | Movie / 2015 | 0.0 | FPS 0.000 | 1 CDs | 2015-05-18
43
- 8. Romanian | SRT | Movie / 2015 | 0.0 | FPS 25.000 | 1 CDs | 2015-05-18
44
- 9. Japanese | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 1 CDs | 2015-05-18
36
+ 1. Finnish | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 2015-05-18
37
+ 2. English | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 2015-05-18
38
+ 3. Romanian | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 2015-05-18
39
+ 4. Polish | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 2015-05-18
40
+ 5. Italian | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 2015-05-18
41
+ 6. Portugues | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 2015-05-18
42
+ 7. Bulgarian | SRT | Movie / 2015 | 0.0 | FPS 0.000 | 2015-05-18
43
+ 8. Romanian | SRT | Movie / 2015 | 0.0 | FPS 25.000 | 2015-05-18
44
+ 9. Japanese | SRT | Movie / 2015 | 0.0 | FPS 23.976 | 2015-05-18
45
45
 
46
46
  You can choose multiple ones separated with spaces: 1 3 5
47
47
  Or a range separated with a hifen: 3-5
@@ -57,7 +57,7 @@ module SubtitleIt
57
57
  " #{r['LanguageName'][0, 9].rjust(10, ' ').green}"\
58
58
  " | #{r['SubFormat'].upcase.blue} | #{r['MovieName'][0, 20].cyan}"\
59
59
  " / #{r['MovieYear'].cyan} | #{r['SubRating'].yellow}"\
60
- " | FPS #{r['MovieFPS']} | #{r['SubSumCD']} CDs | #{date}"
60
+ " | FPS #{r['MovieFPS']} | #{date}"
61
61
  end
62
62
 
63
63
  def parse_input(input)
@@ -1,3 +1,3 @@
1
1
  module SubtitleIt
2
- VERSION = '2.0.1'
2
+ VERSION = '2.1.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subtitle_it
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Piccinini
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-30 00:00:00.000000000 Z
11
+ date: 2017-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project:
140
- rubygems_version: 2.4.5.1
140
+ rubygems_version: 2.6.8
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: Download, edit and create subtitles.