ogre 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/ogre/skeletons/code_generator/templates/default/knife.rb.erb +1 -1
- data/lib/ogre/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c744d51f6f971402095d378cde57f0e9a366a46
|
4
|
+
data.tar.gz: 473b82346264d34b72c7df609606129419048cb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9d34805f236e05384dc96dc6b13535706ce055c7ea14a377a8a8db6e4e4cda7030e37ae903e79fd3d4afcf45ea6eedc862b0cc9081206e1e8198a3ce693a6d5
|
7
|
+
data.tar.gz: 58572da39784ffc9504f12cdc9e6818648125da2f981860b2481e7a680e6145e4b2a4c636ae241ef664f982df44f5d7b56e458695b72526ca4ebb124de55c672
|
data/README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1
|
+
[![Stories in Ready](https://badge.waffle.io/activenetwork-automation/ogre.svg?label=ready&title=Ready)](http://waffle.io/activenetwork-automation/ogre)
|
2
|
+
|
1
3
|
[![Build Status](https://travis-ci.org/activenetwork-automation/ogre.svg)](https://travis-ci.org/activenetwork-automation/ogre)
|
2
4
|
[![Coverage Status](https://coveralls.io/repos/activenetwork-automation/ogre/badge.svg)](https://coveralls.io/r/activenetwork-automation/ogre)
|
3
5
|
[![Dependency Status](https://gemnasium.com/activenetwork-automation/ogre.svg)](https://gemnasium.com/activenetwork-automation/ogre)
|
4
6
|
[![Inline docs](http://inch-ci.org/github/activenetwork-automation/ogre.png?branch=master)](http://inch-ci.org/github/activenetwork-automation/ogre)
|
7
|
+
[![Gem Version](https://badge.fury.io/rb/ogre.svg)](http://badge.fury.io/rb/ogre)
|
5
8
|
|
6
9
|
# Ogre
|
7
10
|
|
@@ -28,7 +28,7 @@ log_location STDOUT
|
|
28
28
|
# USERNAME is UPPERCASE in Windows, but lowercase in the Chef server,
|
29
29
|
# so `downcase` it.
|
30
30
|
node_name ( ENV['USER'] || ENV['USERNAME'] ).downcase
|
31
|
-
client_key "#{home_dir}/.chef/#{node_name}
|
31
|
+
client_key "#{home_dir}/.chef/#{node_name}.pem"
|
32
32
|
cache_type 'BasicFile'
|
33
33
|
cache_options( :path => "#{home_dir}/.chef/checksums" )
|
34
34
|
|
data/lib/ogre/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ogre
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "'Joe"
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-05-
|
12
|
+
date: 2015-05-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|