junoser 0.1.3 → 0.1.4

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: a9c221f14ae96fa75f0cb0cef9eca2b74e3ab9cc
4
- data.tar.gz: 9ce5519b55e8b50cc19a9b0bcf7ed695b67041dd
3
+ metadata.gz: f29184c4caf9cd9f2c631ff9ee28907990156b3e
4
+ data.tar.gz: bb538d39ba3f589fe3184e2e6ed814c390d63925
5
5
  SHA512:
6
- metadata.gz: 56ed9aae415fc5d7b924fb2ffd9a49a48e2236f3d7b68d276b91b4694a568fadf0f547bf57e63ec99e7a976493eede87af7be5f96028bf3c226a550f22a814f0
7
- data.tar.gz: e31f213acb6846bac6d0747f491426fa4e5c38a3a4243e3e7d93b3bcc1fa6fded76cece689e231fb023dbb5c90c0dec1604b70856aeefe5c4c052c5a2cd653ca
6
+ metadata.gz: b21fda5df6cda0df055fe002bc84ed424fa56aeff2209856421a28f7c557915792636c6856fa71fbf2b6fc77d02fb80069fc6c84d658f26230b06566ba0222a7
7
+ data.tar.gz: 85bf0ed80ef26bbd3834f000685a35ea683c62ceaf04896090dd8286aa87205df54cc3e282d829b5a0b0ed68d8ae5dead4bba82ae73bee116bc5a3e7bc2fe196
data/CHANGELOG.md ADDED
@@ -0,0 +1,32 @@
1
+ ## 0.1.4 / 2015-09-11
2
+
3
+ * Bug fix
4
+ * missing community operator in policy-statement didn't fail
5
+
6
+ ## 0.1.3 / 2015-07-26
7
+
8
+ * Newly supported syntax
9
+ * "chassis ... sampling-instance"
10
+ * "forwarding-options sampling instance"
11
+ * "chassis forwarding-options"
12
+ * "protocols layer2-control"
13
+ * Cosmetic changes on structured config translation
14
+ * Bug fix
15
+ * "confederation-as" statement
16
+ * "next-hop" statement
17
+ * "junoser -v" didn't work
18
+ * comment line handling
19
+ * Add tests
20
+
21
+ ## 0.1.2 / 2015-07-14
22
+
23
+ * Bug fix
24
+
25
+ ## 0.1.1 / 2015-07-14
26
+
27
+ * Now "commit_check" method returns boolean
28
+ * Bug fixes
29
+
30
+ ## 0.1.0 / 2015-07-14
31
+
32
+ * First release
@@ -18712,7 +18712,7 @@ module Junoser
18712
18712
  end
18713
18713
 
18714
18714
  rule(:juniper_policy_options) do
18715
- sc(
18715
+ c(
18716
18716
  b(a(str("prefix-list"), arg),
18717
18717
  sc(
18718
18718
  prefix_list_items,
@@ -1,3 +1,3 @@
1
1
  module Junoser
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
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.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shintaro Kojima
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-26 00:00:00.000000000 Z
11
+ date: 2015-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parslet
@@ -103,6 +103,7 @@ extensions: []
103
103
  extra_rdoc_files: []
104
104
  files:
105
105
  - ".gitignore"
106
+ - CHANGELOG.md
106
107
  - Gemfile
107
108
  - LICENSE.txt
108
109
  - README.md