ogre 0.1.1 → 0.1.2

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: c124a4b58df67cabea9dbe32464b61113e51b2da
4
- data.tar.gz: a48528a3b7fc22cd2cc8ae7f942e6d38eeaf385c
3
+ metadata.gz: c5fbe7c8f325a083b0f2e54e841872fc9d18f63e
4
+ data.tar.gz: 4df5989bad6664d9fbe3b54751a6207cfa8645bf
5
5
  SHA512:
6
- metadata.gz: 08b04ae1e79d127834fe58d2840c61dad8ac1df5bc7e664f255a1214614654e5842d970dd73324f2cb814a49aadcff502c4c0693331ff8faa7d60a41e9d3f9c3
7
- data.tar.gz: 396986b8bed452f9fcee3f1a4bb51efd1718255d29f8913bb7ee0b506a5030f77c82830bb670796c463ddc5617e7125dd241d600920e62708afae3f062c06bb9
6
+ metadata.gz: 6ea51d2ceee05a918f1d39b281e701517644ce62738fbed5e08e7ecd456d250cc260f6c147f0208135e770a70d7ca73e41797f0403bf8785dcc9f626f8a89b4a
7
+ data.tar.gz: c66038bc6ae1382e61ada8cd41cd87f546bbe0601c920fe01ee3ba6b046520c33d144613abc3c78827eca77c50b0771165bafda390da73d5581d018449f9b1f6
@@ -16,6 +16,6 @@
16
16
  "chef_type": "environment",
17
17
  "json_class": "Chef::Environment",
18
18
  "cookbook_versions": {},
19
- "description": "Chef-Zero Development Environment",
19
+ "description": "Chef Development Environment",
20
20
  "name": "dev"
21
21
  }
@@ -16,6 +16,6 @@
16
16
  "chef_type": "environment",
17
17
  "json_class": "Chef::Environment",
18
18
  "cookbook_versions": {},
19
- "description": "Chef-Zero Integration Environment",
19
+ "description": "Chef Integration Environment",
20
20
  "name": "int"
21
21
  }
@@ -16,6 +16,6 @@
16
16
  "chef_type": "environment",
17
17
  "json_class": "Chef::Environment",
18
18
  "cookbook_versions": {},
19
- "description": "Chef-Zero Production Environment",
19
+ "description": "Chef Production Environment",
20
20
  "name": "prod"
21
21
  }
@@ -16,6 +16,6 @@
16
16
  "chef_type": "environment",
17
17
  "json_class": "Chef::Environment",
18
18
  "cookbook_versions": {},
19
- "description": "Chef-Zero QA Environment",
19
+ "description": "Chef QA Environment",
20
20
  "name": "qa"
21
21
  }
@@ -16,6 +16,6 @@
16
16
  "chef_type": "environment",
17
17
  "json_class": "Chef::Environment",
18
18
  "cookbook_versions": {},
19
- "description": "Chef-Zero Staging Environment",
19
+ "description": "Chef Staging Environment",
20
20
  "name": "stage"
21
21
  }
@@ -1,5 +1,5 @@
1
1
  # simple gem version number tracking
2
2
  module Ogre
3
3
  # version
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
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.1
4
+ version: 0.1.2
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-06 00:00:00.000000000 Z
12
+ date: 2015-05-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler