opensubtitles 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 56636430f2a77e1d25513363f97d20621023c537
4
- data.tar.gz: 879215ec0a742848a2c1c43b32684742f7761f1c
3
+ metadata.gz: 9e6b145344db3108eef621f8f097ec015e86e71e
4
+ data.tar.gz: a69c6bae0e9566fb8500f0006736c7f890d87aa8
5
5
  SHA512:
6
- metadata.gz: 971eeb7d6fb8b304b6e687bfe24e39a19d3b463d242b2bd50e7138670a5c72c85c09b674ba39bf012bc392224f038b81f673fcf0956e5c28168064de78837101
7
- data.tar.gz: 1c93a7f15b5f4eb5639eadf77a23c9c64e2c57507542af3609dbfcb822a1bc93e3bec4d8b2d385fc8aab0b32c648adcec51f94d898d6881bc822056c954916ea
6
+ metadata.gz: 1649904ee8867998d626c84a22307e63bf93c019ba663b46d3eac314ddf75e9ece5365c4a53204c0644a336504342bc5a16524611181f3e01b15f0e8143dab42
7
+ data.tar.gz: a51ec2911304d88af9ba97fe7e853ff52d12418eb6f2c7fc49b1f69932965d5ca323b60a54e268f0dbcc3d034eabc76c65239a5aca66e094263e8f83805dc2ec
data/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # Opensubtitles
2
2
 
3
3
  Client library for the [Opensubtitles protocol](http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC).
4
- Currently the implentation is limited to movie identification and subtitles search
4
+ Currently the implentation is limited to movie identification and subtitles search.
5
5
 
6
6
  [![Build Status](https://secure.travis-ci.org/evandrojr/opensubtitles.png)](http://travis-ci.org/evandrojr/opensubtitles)
7
+ [![Gem Version](https://badge.fury.io/rb/opensubtitles.svg)](https://badge.fury.io/rb/opensubtitles)
7
8
 
8
9
  ## Examples
9
10
 
@@ -1,3 +1,3 @@
1
1
  module Opensubtitles
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Evandro Jr"]
9
9
  s.email = ["evandrojr@gmail.com"]
10
10
  s.homepage = %q{http://github.com/evandrojr/opensubtitles}
11
- s.summary = %q{Ruby library to access Opensubtitles services like OpenSubtitles.org}
11
+ s.summary = %q{Ruby library to access subtitles services like OpenSubtitles.org}
12
12
 
13
13
  s.rubyforge_project = "opensubtitles"
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opensubtitles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evandro Jr
@@ -155,5 +155,5 @@ rubyforge_project: opensubtitles
155
155
  rubygems_version: 2.4.8
156
156
  signing_key:
157
157
  specification_version: 4
158
- summary: Ruby library to access Opensubtitles services like OpenSubtitles.org
158
+ summary: Ruby library to access subtitles services like OpenSubtitles.org
159
159
  test_files: []