libfst 0.1.0

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7529404a8983e707cd755d0974a57f3665480c37be21d63080b68fe9c60ec235
4
+ data.tar.gz: c7646354b7acd47c8e23b43d27b461c2a39576fb664dde38d65fca2bc71140b3
5
+ SHA512:
6
+ metadata.gz: 2bea4da34addd887adf0d844ccb1ec14f0158d0cbda41bbadf728cb60288c90bdc5aac52b979fedf4ad96812fea4bfb17ae15cd6e1e3421bf1e75418e2ddb79a
7
+ data.tar.gz: e055c5a92fb328f7f0e105ee9a9f653e74c64c618b17848f22fa7006e22099a7973175aac16299e2bae10fc90b600c8472f6910c794847f7db9b4b5f4be1c76f
data/.yardopts ADDED
@@ -0,0 +1,11 @@
1
+ --readme README.md
2
+ --title 'libfst.rb: Fast Signal Trace binding for Ruby'
3
+ --verbose
4
+ --charset utf-8
5
+ --markup markdown
6
+ #--markup-provider redcarpet
7
+ #--plugin coderay
8
+ --protected
9
+ --asset samples
10
+ 'lib/**/*.rb'
11
+ 'ext/libfst_rb.c'