junoser 0.3.13 → 0.4.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.
@@ -1,3 +1,3 @@
1
1
  module Junoser
2
- VERSION = "0.3.13"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: junoser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.13
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shintaro Kojima
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-20 00:00:00.000000000 Z
11
+ date: 2021-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parslet
@@ -101,6 +101,7 @@ files:
101
101
  - bin/setup
102
102
  - example/get-schema.xml
103
103
  - example/junos-18.1R3-S9.rb
104
+ - example/mx-19.3R3-S1.3.rb
104
105
  - example/vmx-17.2R1.13.rb
105
106
  - example/vsrx-12.1.x47.rb
106
107
  - example/vsrx-18.3R1.9.rb
@@ -137,7 +138,7 @@ files:
137
138
  homepage: https://github.com/codeout/junoser
138
139
  licenses: []
139
140
  metadata: {}
140
- post_install_message:
141
+ post_install_message:
141
142
  rdoc_options: []
142
143
  require_paths:
143
144
  - lib
@@ -152,8 +153,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
153
  - !ruby/object:Gem::Version
153
154
  version: '0'
154
155
  requirements: []
155
- rubygems_version: 3.1.2
156
- signing_key:
156
+ rubygems_version: 3.2.15
157
+ signing_key:
157
158
  specification_version: 4
158
159
  summary: PEG parser for JUNOS configuration.
159
160
  test_files: []