rbpod:轻量级 Ruby 绑定到 libgpod

时间:2021-06-14 17:33:33
【文件属性】:
文件名称:rbpod:轻量级 Ruby 绑定到 libgpod
文件大小:27KB
文件格式:ZIP
更新时间:2021-06-14 17:33:33
C 豆荚 libgpod 库的 Ruby 接口。 安装 将此行添加到应用程序的 Gemfile 中: gem 'rbpod' 然后执行: $ bundle 或者自己安装: $ gem install rbpod 用法 可用于大多数只读目的。 首先,将require 'rbpod'添加到您的脚本中。 RbPod::数据库 从文件系统加载数据库: database = RbPod :: Database . new ( '/mnt/ipod/' ) # => # database . version # => 42 database . mountpoint # => "/mnt/ipod/" database . filename # => "/mnt/ipod/iPod_Control/iTun
【文件预览】:
rbpod-master
----rbpod.gemspec(1KB)
----LICENSE.txt(1KB)
----lib()
--------rbpod.rb(46B)
--------rbpod()
----Gemfile(90B)
----spec()
--------rbpod()
--------spec_helper.rb(255B)
--------support()
----Rakefile(1KB)
----README.md(4KB)
----.rspec(22B)
----ext()
--------rbpod()
----.gitignore(165B)
----bin()
--------rbpod(37B)

网友评论