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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5fbe7c8f325a083b0f2e54e841872fc9d18f63e
4
- data.tar.gz: 4df5989bad6664d9fbe3b54751a6207cfa8645bf
3
+ metadata.gz: 7c744d51f6f971402095d378cde57f0e9a366a46
4
+ data.tar.gz: 473b82346264d34b72c7df609606129419048cb3
5
5
  SHA512:
6
- metadata.gz: 6ea51d2ceee05a918f1d39b281e701517644ce62738fbed5e08e7ecd456d250cc260f6c147f0208135e770a70d7ca73e41797f0403bf8785dcc9f626f8a89b4a
7
- data.tar.gz: c66038bc6ae1382e61ada8cd41cd87f546bbe0601c920fe01ee3ba6b046520c33d144613abc3c78827eca77c50b0771165bafda390da73d5581d018449f9b1f6
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}_#{org}.pem"
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
@@ -1,5 +1,5 @@
1
1
  # simple gem version number tracking
2
2
  module Ogre
3
3
  # version
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
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.2
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-08 00:00:00.000000000 Z
12
+ date: 2015-05-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler