rmpv 0.0.2 → 0.0.3

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: 3e749ef729ff826d7619f7dba19220b20b257d35
4
- data.tar.gz: c4f686a938899270db536d7797e5f63404d41735
3
+ metadata.gz: e064f67ff45fbc53240620ea6b1509591f702747
4
+ data.tar.gz: 99ec3eb3273f276ff2d610840ae62520a3aa3030
5
5
  SHA512:
6
- metadata.gz: 9cf04f10cd7ac59177a6d85abd5f8a5e33d4ce7fb3446f66c558525db80d6b98c3ed2be56184c5b9923adb04b2c534cda36fd4989e259a0abf4a99fa0485d638
7
- data.tar.gz: b20eb1590c872925cd45c2fd2517fc27c0e7865f82d1dcdf1970370839956fc668ab64998b63edaab375d672a04a4e5235ada0b3261ed84ba1777896b037d27b
6
+ metadata.gz: a0488148f25a707d0c297ed5b9c196cceab367b4a1c098ac32a63b5f1773be2a5809a64f670703697a1836bfc03c4eb9b9fbc47ca9a9107b4b17b36b797aace6
7
+ data.tar.gz: 16805bc17e681bb43f763b405bd2e50971f74b425887831188bc6bf424a915458ea69e5f905c69c603ac232f4f92c24bc8c5630ce60e3d14f038f153424d4db3
data/.gitignore CHANGED
@@ -16,3 +16,4 @@ test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
18
  tags
19
+ .gemrelease
data/README.md CHANGED
@@ -3,6 +3,8 @@ rmpv
3
3
 
4
4
  Ruby wrapper around [mpv](http://mpv.io/) with [trakt](http://trakt.tv) and [myanimelist](http://myanimelist.net) scrobble support.
5
5
 
6
+ [![Gem Version](https://badge.fury.io/rb/rmpv.png)](http://badge.fury.io/rb/rmpv)
7
+
6
8
  ## Installation
7
9
 
8
10
  Add this line to your application's Gemfile:
data/lib/rmpv/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rmpv
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/rmpv.gemspec CHANGED
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = "http://github.com/rejuvyesh/rmpv"
14
14
  spec.license = "MIT"
15
15
 
16
+ spec.rdoc_options = ['--charset=UTF-8']
17
+ spec.extra_rdoc_files = %w[README.md]
16
18
  spec.files = `git ls-files`.split($/)
17
19
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
20
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmpv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - rejuvyesh
@@ -72,7 +72,8 @@ email:
72
72
  executables:
73
73
  - rmpv
74
74
  extensions: []
75
- extra_rdoc_files: []
75
+ extra_rdoc_files:
76
+ - README.md
76
77
  files:
77
78
  - ".gitignore"
78
79
  - Gemfile
@@ -91,7 +92,8 @@ licenses:
91
92
  - MIT
92
93
  metadata: {}
93
94
  post_install_message:
94
- rdoc_options: []
95
+ rdoc_options:
96
+ - "--charset=UTF-8"
95
97
  require_paths:
96
98
  - lib
97
99
  required_ruby_version: !ruby/object:Gem::Requirement