sftp_tree 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3acf53451e7f262a3c8341ebefafce4229095fe8
4
- data.tar.gz: 6383b6e9105b7cbfbf26586c51cdac2351bef0d5
3
+ metadata.gz: ab908ad29e8f78912e0f2494f8c6ef34d9110743
4
+ data.tar.gz: 0c5923d9742fd984faca801bbd10397febe3ef37
5
5
  SHA512:
6
- metadata.gz: a409cb51254012193b592a841782b5cd0dd257ae2633f0fb6908359a2005630fd56b008d97afc003fe0fde096a08de3a079dc6dacfd7dc03c812c6e33bb9e70b
7
- data.tar.gz: aec6cb0a4c14c64e3e2536f73a705eb6c9fc2340253ad4ed4cc14f770b0cec0ca57638e18bc42126ad480bef5f89077dbddbab8dc0d11352601acc516afdf7b0
6
+ metadata.gz: 244e8af9aadc1b93f49bf9256329ea5cf4462b21fb5dbd135cdf8ea0acb354b97685da5d7beceecd1ff8d2ad579b8c397e240d12b3026fbd354f19b6f916ad68
7
+ data.tar.gz: f336fe3761aade217b646cdd88ec5d2855d51ad9360be02da3dd64c62b218ba44cf979af71364f409b18a56c563780bdf98dba6d49d2030a20bc767ae9a42bd4
data/README.md CHANGED
@@ -29,7 +29,7 @@ tree = SftpTree::get_core_tree('test.example.com', 'demo', 'password', '/')
29
29
  Result:
30
30
 
31
31
  ```ruby
32
- {:core=>{:data=>{:text=>"/", :children=>[{:text=>"/pub/", :children=>[{:text=>"/pub/example/", :children=>["ConsoleClient.png", "ConsoleClientSmall.png", "FtpDownloader.png", "imap-console-client.png", "KeyGenerator.png", "KeyGeneratorSmall.png", "mail-editor.png", "mail-send-winforms.png", "mime-explorer.png", "pocketftp.png", "pocketftpSmall.png", "pop3-browser.png", "pop3-console-client.png", "readme.txt", "ResumableTransfer.png", "winceclient.png", "winceclientSmall.png", "WinFormClient.png", "WinFormClientSmall.png"]}]}, "readme.txt"]}}}
32
+ {:data=>{:text=>"/", :children=>[{:text=>"/pub/", :children=>[{:text=>"/pub/example/", :children=>["ConsoleClient.png", "ConsoleClientSmall.png", "FtpDownloader.png", "imap-console-client.png", "KeyGenerator.png", "KeyGeneratorSmall.png", "mail-editor.png", "mail-send-winforms.png", "mime-explorer.png", "pocketftp.png", "pocketftpSmall.png", "pop3-browser.png", "pop3-console-client.png", "readme.txt", "ResumableTransfer.png", "winceclient.png", "winceclientSmall.png", "WinFormClient.png", "WinFormClientSmall.png"]}]}, "readme.txt"]}}
33
33
  ```
34
34
 
35
35
  ## Development
@@ -29,8 +29,7 @@ module SftpTree
29
29
  def self.get_core_tree(host, username, password, path)
30
30
  data = self.get_tree(host,username,password,path)
31
31
  root_data = { :data => data }
32
- core_data = { :core => root_data }
33
- return core_data
32
+ return root_data
34
33
  end
35
34
 
36
35
  end
@@ -1,3 +1,3 @@
1
1
  module SftpTree
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sftp_tree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Little
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-22 00:00:00.000000000 Z
11
+ date: 2015-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler