junos-ez-stdlib 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +9 -1
- data/examples/re_utils.rb +2 -0
- data/lib/junos-ez/facts/personality.rb +2 -2
- data/lib/junos-ez/provider.rb +1 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
@@ -43,4 +43,12 @@
|
|
43
43
|
|
44
44
|
FS::Utils - updated docs. fixed methods so that all "error" scenarios raise IOError excaptions.
|
45
45
|
|
46
|
-
|
46
|
+
0.1.0: 2013-05-06
|
47
|
+
|
48
|
+
All docs and code _finished_ for the inital release of code. Always more to do, but at this
|
49
|
+
point, declaring the framework "good for early adopter testing". Looking forward to bug-reports,
|
50
|
+
please open issues against this repo. Thank you!
|
51
|
+
|
52
|
+
0.1.1: 2013-05-29
|
53
|
+
|
54
|
+
Fixed a small bug in fact gathering for hardwaremodel
|
data/examples/re_utils.rb
CHANGED
data/lib/junos-ez/provider.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: junos-ez-stdlib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05-
|
12
|
+
date: 2013-05-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: netconf
|