elch_scan 0.1.0 → 0.1.1
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 +4 -4
- data/VERSION +1 -1
- data/elch_scan.gemspec +3 -3
- data/lib/elch_scan/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df31e8053ac11b855133e883b59fbd94b31a783f
|
|
4
|
+
data.tar.gz: e82ffcd31713fd2104d778a9e114deae3308243e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80ca6f04d2f75accbb68c26906a8041d0bf6817d70393468c1a6a4d06379000db5af1bb4769eef498dfd10fb9f19299f4f393f92746b9efae03c4d4c38dc7334
|
|
7
|
+
data.tar.gz: ef2357cff04247da706c6c52e56ad51c3b3b55420a8c2080ac224bb618a764a803dbe6f24427e98447652aad1437ad34ccb7c5cda7131d9ff2ba653c8d0176e8
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/elch_scan.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = ElchScan::VERSION
|
|
9
9
|
spec.authors = ["Sven Pachnit"]
|
|
10
10
|
spec.email = ["sven@bmonkeys.net"]
|
|
11
|
-
spec.summary = %q{
|
|
12
|
-
spec.description = %q{
|
|
13
|
-
spec.homepage = ""
|
|
11
|
+
spec.summary = %q{Query your MediaElch/XBMC library with Ruby!}
|
|
12
|
+
spec.description = %q{Query your MediaElch/XBMC library with Ruby! Easy and powerful search for your media chaos.}
|
|
13
|
+
spec.homepage = "https://github.com/2called-chaos/elch_scan"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/elch_scan/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elch_scan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sven Pachnit
|
|
@@ -108,7 +108,8 @@ dependencies:
|
|
|
108
108
|
- - '>='
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
|
-
description:
|
|
111
|
+
description: Query your MediaElch/XBMC library with Ruby! Easy and powerful search
|
|
112
|
+
for your media chaos.
|
|
112
113
|
email:
|
|
113
114
|
- sven@bmonkeys.net
|
|
114
115
|
executables:
|
|
@@ -141,7 +142,7 @@ files:
|
|
|
141
142
|
- lib/elch_scan/formatter/plain.rb
|
|
142
143
|
- lib/elch_scan/movie.rb
|
|
143
144
|
- lib/elch_scan/version.rb
|
|
144
|
-
homepage:
|
|
145
|
+
homepage: https://github.com/2called-chaos/elch_scan
|
|
145
146
|
licenses:
|
|
146
147
|
- MIT
|
|
147
148
|
metadata: {}
|
|
@@ -164,6 +165,6 @@ rubyforge_project:
|
|
|
164
165
|
rubygems_version: 2.0.3
|
|
165
166
|
signing_key:
|
|
166
167
|
specification_version: 4
|
|
167
|
-
summary:
|
|
168
|
+
summary: Query your MediaElch/XBMC library with Ruby!
|
|
168
169
|
test_files: []
|
|
169
170
|
has_rdoc:
|