kodipity 0.2.1 → 0.2.2

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: 744adb20a50285bcdc400bc491667f999c29a046
4
- data.tar.gz: af980f7653a5b69822270111252501dd00b5f8e7
3
+ metadata.gz: 1dab5adf063c81816e667c0dc384bc7ce7288f90
4
+ data.tar.gz: 8a6dab072bb5ea9f53338118aee9581695a16bc5
5
5
  SHA512:
6
- metadata.gz: 22f45b42299efff030a6c8ac5602e536e60831c61104fdc58a9a772a727d79d9937a54b0dd4c98260a1b175a247f0a963cf4920aaaebcfbad69f1c075e4ab283
7
- data.tar.gz: 36cc57cd5450731c5cb46c314b04ab9a3aa153184af71c1f43429d0ef300bbda8fa1e64313bfbe36c7cbe6ee389d7088a460cd5f44b0366e7339b12de87654c3
6
+ metadata.gz: fb661532353416f7a9eb0a6091f74b266054cc9911d947da3882914921df4f0a854d7af351be59121d6cf2062a8a8e0f59c17e1574c766c760434edfcfcb5a76
7
+ data.tar.gz: ddfcfcf5aaf81d2d663ae18792e36b53c3d1e5083fd6d9edbd6ad0a0f6b41e074560d594f37142122a8526a8d595afd858a366f165d57364dac7134c7f0d4a96
@@ -39,6 +39,10 @@ module Kodipity
39
39
  @json[:params] = {item: {recordingid: @id}}
40
40
  HTTParty.post(@url, headers: @headers, body: @json.to_json)
41
41
  end
42
+
43
+ def name
44
+ @file.scan(/\/\/\/(...*), TV/)[0][0]
45
+ end
42
46
  end
43
47
 
44
48
  class Channel
@@ -1,3 +1,3 @@
1
1
  module Kodipity
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kodipity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Kirby
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-29 00:00:00.000000000 Z
11
+ date: 2017-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty