lacerda 0.10.0 → 0.10.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bac13852d23c73fe1faa29c127a89a300d325a32
4
- data.tar.gz: 1b17e5c36381824700205c5ec968e4166a6dbc6b
3
+ metadata.gz: 550936c551bd765ba5b199bfe6beb3fa2966e0eb
4
+ data.tar.gz: a7372456d4e8e4dc037818021d418e1932f56ec9
5
5
  SHA512:
6
- metadata.gz: fd6b92110ed068699c0a120e9a5c23cdc466defa92c036a7d84c4c8ba61153dca13a466b9cc634207a5634a89db742221ba4870d6d4a2b5c960177f862c235e2
7
- data.tar.gz: 6458552ee1163c8fe5d5c2f4b6a5e2e4a4945c6dd74d89688670dca00df2f70aba1104ffc7d8485c64ebf9f1d71d32f75d15972944f9d01811e573b38ecfc59f
6
+ metadata.gz: 0c30762c452624929eaa7b949933cdcce4cd125c053d3dac7ae63a6c3f1c1113969c74e04f9f6763454cb9d1ab3abd1e87a504ca87d7ac29b3843be08d91037e
7
+ data.tar.gz: 5e925bebc841005fa09f4cf86626aa6a5a3c2bdaa6e41257f2a9c30d2446bbec728fc27f4b7e156171f50aab795f4037e401149c72edc17d528b7efea0531c7a
@@ -1,3 +1,6 @@
1
+ # 0.10.1 (03-Nov-15)
2
+ - Use `# Data Structures` with an s
3
+
1
4
  # 0.10.0 (03-Nov-15)
2
5
  - Make `# Data Structure` header for specifications optional
3
6
 
@@ -118,7 +118,7 @@ module Lacerda
118
118
  # Add Data Structure section automatically
119
119
  mson = open(input).read
120
120
  unless mson[/^\#[ ]*data[ ]+structure/i]
121
- mson = "# Data Structure\n#{mson}"
121
+ mson = "# Data Structures\n#{mson}"
122
122
  end
123
123
 
124
124
  parse_result = FFI::MemoryPointer.new :pointer
@@ -1,3 +1,3 @@
1
1
  module Lacerda
2
- VERSION = '0.10.0'
2
+ VERSION = '0.10.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lacerda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jannis Hermanns