import_remotecontrol 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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/lib/import_remotecontrol.rb +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzFmOTBlMThmZTM3NDkxYTljMjc0ZWU2MmIxYjI1ZjcxNWRmNmIzMg==
4
+ YjM3ZDUwZTVhZWVkMTFiZmIwNzA1MTNhYWE3YTEwYTJlMzZhNDFlZA==
5
5
  data.tar.gz: !binary |-
6
- ODFjZDM5Y2QyMzFmMGZjNTZhNzkxZjE4Yjc2MGVmMzAwMzI3OGJhNw==
6
+ MDYwM2RmMjE0NTJhNTllMTZmMGRhYTI2NDA1MWY4NTI2NDBjZTE4Nw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YTY4NDFlZWQ4MDAyYzE1Y2YzODcyMzZkYzBjMGM3OTU5YmNmMGYwNTY4Zjg5
10
- ODY2MjMyN2E0YjcyYTU5YTEwYmU3MzQ1OTg5ZGQwZjRlMjdmNTU1NzI3YTQz
11
- NDZmNzJkNmQyZDQ4NTQwMmZlMDFiZjQ4ZTQ4N2Q4OWJiN2UzNTI=
9
+ NWI0OTkwMmZkNTkxMzI1MjQyODZkNTIzMmZkZGE5MTU4MzYwMDU4Y2U3MDI0
10
+ NTc0MzZjODUyNmQ0YTRlYzA0OTA5MGNkZGZkZWU5NGEwNDBmZDM0OTE0ZGNm
11
+ NWJjODYyZTgyM2MyYmNjMjk0NTUxNDI1NGY0Y2FlZTA1ZGZkMTc=
12
12
  data.tar.gz: !binary |-
13
- MjhkMTk3MDU2YTA1M2I0NzMzMDAzNDVjMTgwYWFhMGEzOGRlZGE2OTAzZjFj
14
- MGQyOTliNzc5OGVlMTZiNGIzNTgwODMyZjY4ZTdiNzBmN2I3NDBjYWRhNWVm
15
- ZjZlZjQzZWE3YTY4MTc3MmY3NDEzODg5ZTdhMmIwYTZmNzJjNjk=
13
+ ODA1YjY5ZDMwYzdmZmIxMTRlNWU5MzdhZmVlN2JiNjljOGE1Y2I1MmRlNDgz
14
+ MjQwNDdkZmY2Y2E5MzUyYWZhNDkwNzAzNWU5YjBlMzVlNWE3ZGNjMzc5MTJh
15
+ MmMwZjY5MjQ5YWQ2NDE1MWE4NGFkMmY1OGYyZjI3NDA5NzU5Yzg=
@@ -1,5 +1,6 @@
1
1
  #encoding:utf-8
2
2
  require 'find'
3
+ require 'import_code'
3
4
  module ImportRemotecontrol
4
5
  class ImportRemote
5
6
  attr_accessor :file_path_array
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: import_remotecontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - zql