文件名称:gnista:用于Spotify的Sparkey的Ruby包装器
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-18 10:31:43
C
尼斯塔 Gnista是为Ruby编写的数据库/哈希的包装。 Gnista将Sparkey的所有本机功能打包到一个闪亮的红色包中,易于使用。 设置 显然,您将需要Sparkey。 真的很容易安装。 转到并安装它,我将等待。 现在,将此行添加到应用程序的Gemfile中: gem 'gnista' 然后执行: $ bundle 或将其自己安装为: $ gem install gnista 用法 您可以阅读有关Sparkey的。 require 'gnista' logwriter = Gnista :: Logwriter . new "mylog.log" # no compression logwriter = Gnista :: Logwriter . new "mylog.log" , 4000 # 4k compression block size logwriter =
【文件预览】:
gnista-master
----LICENSE.txt(1KB)
----lib()
--------gnista.rb(1KB)
--------gnista()
----Gemfile(39B)
----Rakefile(417B)
----test()
--------test_gnista.rb(2KB)
--------test_commands.rb(7KB)
----HISTORY.md(2KB)
----README.md(3KB)
----gnista.gemspec(1KB)
----ext()
--------gnista()
----.gitignore(188B)