dataMetaProtobuf 1.0.1 → 1.0.2

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: d7c541b0e13336786d8b3bca0ceeb00935449144
4
- data.tar.gz: 5698b0ef6af304a245ca506ef8b1f9966c6d069d
3
+ metadata.gz: b2fa91c715672d9cf66a7eec056bf0dc93cfdb78
4
+ data.tar.gz: a3641e634e0f4c07d9d0d3b88c064b5520a6c2e1
5
5
  SHA512:
6
- metadata.gz: c1f906241b26331399e19d05a5c272568db807bc7eaf9ffb6a32e417a1596dbb1eebacc37fd4ac0d6e6a75e6fc59257ae7a6f29df029630be7b19c9b177aa6f0
7
- data.tar.gz: d901cf6dea9ca507dd810ae95aeb687244e0e69d6c5c21135b5c0021b97e6aa50bc2772cbe87587039fbf09876fdfd6ebea78f3c5783dd999c74d6435d966c26
6
+ metadata.gz: 6dcc61c7901387a6f7f6a2721efc2347635a23f73d4bf931b37243fbf71c9415fa8b7b2799b5bb9076e4cff36a3ee7d3b3a06eba50104a020c3636ad3f931ebc
7
+ data.tar.gz: c7db1f6de4392d2c9c8b00d18580b4fa5f39db784ebe5421d469a3336d8c441c4c1cc7380f8a4c4187036fb2e76b3f9b76f0162ad132ea00685b5abc53502605
data/History.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # `dataMetaProtobuf` Release history:
2
2
 
3
+ ## `1.0.2` released `2017-04-04 Tue`
4
+ * 1 update
5
+ * Upgraded to the core version `1.0.6`
6
+
3
7
  ## `1.0.1` - `2017-02-20 Mon` by [`mub`](https://github.com/mub)
4
8
  * Update:
5
9
  * Bug fix: extraneous output to STDOUT
@@ -12,7 +12,7 @@ DataMetaProtobuf.helpProtobufGen __FILE__, %<"#{@source}" is not a valid file> u
12
12
 
13
13
  @model = DataMetaDom::Model.new
14
14
  begin
15
- @model.parse(@source)
15
+ @model.parse(@source, options={autoVerNs: true})
16
16
  puts DataMetaProtobuf.genSchema(@model)
17
17
  rescue Exception => e
18
18
  $stderr.puts "ERROR #{e.message}; #{@model.diagn}"
@@ -17,7 +17,7 @@ For command line details either check the new method's source or the README, the
17
17
 
18
18
  module DataMetaProtobuf
19
19
  # Current version
20
- VERSION = '1.0.1'
20
+ VERSION = '1.0.2'
21
21
 
22
22
  # First level indent
23
23
  INDENT = ' ' * 4
@@ -23,7 +23,7 @@ class TestNewGem < Test::Unit::TestCase
23
23
  # Smell-check the parsing
24
24
  def test_parsing
25
25
  model = DataMetaDom::Model.new
26
- model.parse(File.join(File.dirname(__FILE__), 'sample.dmDom'), options={autoNsVer: true})
26
+ model.parse(File.join(File.dirname(__FILE__), 'sample.dmDom'), options={autoVerNs: true})
27
27
  L.info(%<Model: #{model}>)
28
28
  FileUtils.rmtree(GEN_TARGET) if File.exist?(GEN_TARGET)
29
29
  FileUtils.mkpath GEN_TARGET
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dataMetaProtobuf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bergens
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-19 00:00:00.000000000 Z
11
+ date: 2017-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dataMetaDom
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '1.0'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.0.1
22
+ version: 1.0.6
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '1.0'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 1.0.1
32
+ version: 1.0.6
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: google-protobuf
35
35
  requirement: !ruby/object:Gem::Requirement