import_remotecontrol 1.0.1 → 1.0.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.
Files changed (3) hide show
  1. data/lib/import_code.rb +3 -2
  2. metadata +7 -4
  3. checksums.yaml +0 -15
data/lib/import_code.rb CHANGED
@@ -29,11 +29,12 @@ module ImportCode
29
29
  "频道+"=>"channel_up","频道-"=>"channel_down","上一页"=>"previous_page",
30
30
  "下一页"=>"next_page","返回"=>"return","快进"=>"fast_forward",
31
31
  "快退"=>"rew","播放/暂停"=>"play","停止播放"=>"stop","回看"=>"look_back",
32
- "删除"=>"delete","TV/AV"=>"tv_av","-/--"=>"switch","确认"=>"sure","确定"=>"sure"}
32
+ "删除"=>"delete","TV/AV"=>"tv_av","-/--"=>"switch","确认"=>"sure","确定"=>"sure",
33
+ "电源"=>"POWER","退出"=>"BACK","翻页+"=>"PREVIOUS_PAGE","翻页-"=>"NEXT_PAGE"}
33
34
 
34
35
 
35
36
  #需要将属性值进行转换的
36
- DEFAULT_VALUE = { "电视"=>"tv","机顶盒"=>"stb","itv"=>"stb","遥控器"=>"tv"}
37
+ DEFAULT_VALUE = { "电视"=>"tv","机顶盒"=>"stb","itv"=>"stb","遥控器"=>"tv","ITV"=>"stb"}
37
38
 
38
39
  BRAND ="Brand"
39
40
  MODEL = "model"
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: import_remotecontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - zql
@@ -22,25 +23,27 @@ files:
22
23
  - lib/import_remotecontrol.rb
23
24
  homepage: https://github.com/hahazql/import_remote_codes
24
25
  licenses: []
25
- metadata: {}
26
26
  post_install_message:
27
27
  rdoc_options: []
28
28
  require_paths:
29
29
  - lib
30
30
  required_ruby_version: !ruby/object:Gem::Requirement
31
+ none: false
31
32
  requirements:
32
33
  - - ! '>='
33
34
  - !ruby/object:Gem::Version
34
35
  version: '0'
35
36
  required_rubygems_version: !ruby/object:Gem::Requirement
37
+ none: false
36
38
  requirements:
37
39
  - - ! '>='
38
40
  - !ruby/object:Gem::Version
39
41
  version: '0'
40
42
  requirements: []
41
43
  rubyforge_project:
42
- rubygems_version: 2.0.0
44
+ rubygems_version: 1.8.25
43
45
  signing_key:
44
- specification_version: 4
46
+ specification_version: 3
45
47
  summary: only use import remote control code
46
48
  test_files: []
49
+ has_rdoc:
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ODM0ZjFkNDI2ZTliYmUxMTEzOTk4ZGQ0NTRkN2E5NDc2NWFjYTdhZg==
5
- data.tar.gz: !binary |-
6
- MDBiNjYzYTZjMmE2YTAyNGFkNWFjMDcxYzIxYjk5NmFkYmQ5NGZkNA==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- ZWZiMjYxNDgyZTkyNmVkNWNkNjQ2MjRkZjM3YWM5ODA3NDEzMjFmZWUyOGQy
10
- NDM5ZTM1MTJkMGEyOTFhNjQ4ZWJhNmYxNTQ0Mzk2NjI4OWExNWUzZmMzMjNk
11
- MTE1NTI1NGY4YjkzN2MzMGI4YTNmZWUwODg3NjVmN2U2NjgyNjE=
12
- data.tar.gz: !binary |-
13
- NTY5Njk3MmI1N2FkYTYxZTdiYTQxOTkxNmJkMTAyZGRmZTRkZDIxZjk1YTcw
14
- NDhmYmZmNWExZmYxZWVlMjdkNjJmNWEwMDFmMmJmYTg0MDNmN2Q1MzdhMDY4
15
- YzdiYjQyNjFmYTUyMjJjZjZkY2FjZTQ3NDYxZDU2ZDUxNDI5NGM=