bbc-cosmos-tools 0.3.0 → 0.3.1
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 +4 -4
- data/bbc-cosmos-tools.gemspec +1 -0
- data/lib/bbc/cosmos/tools/version.rb +1 -1
- metadata +17 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f480d30ff3c7c874e62527ae5cc5a87e0dc33aba
|
|
4
|
+
data.tar.gz: 767d42b73f3de1212cecfff750efcfd43f1f2db7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 462b70abdd71a6bdc81e3dd7658a0000cfdb9524ba131eae420279aeaf3e4dc1a6b68fd4291c06059c2f0c370d01116810f2a9e1f10023e0a37603b26444c64e
|
|
7
|
+
data.tar.gz: ea96eaaee94d9c15014caabd1a6ea4b501c1eaec6d821f4fefec8126b2b10bc0f1ae62cd4157e19bfd09d9749ba4ae0983797e83482e7329adfa64d64120de1b
|
data/bbc-cosmos-tools.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bbc-cosmos-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Jack
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
11
|
+
date: 2014-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -80,6 +80,20 @@ dependencies:
|
|
|
80
80
|
- - '>='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: aws-sdk
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - '>='
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0'
|
|
90
|
+
type: :runtime
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - '>='
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0'
|
|
83
97
|
description: Tool for interacting with BBC Cosmos platform
|
|
84
98
|
email:
|
|
85
99
|
- stevenmajack@gmail.com
|
|
@@ -127,9 +141,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
127
141
|
version: '0'
|
|
128
142
|
requirements: []
|
|
129
143
|
rubyforge_project:
|
|
130
|
-
rubygems_version: 2.
|
|
144
|
+
rubygems_version: 2.2.2
|
|
131
145
|
signing_key:
|
|
132
146
|
specification_version: 4
|
|
133
147
|
summary: Tool for pusing config to cosmos and controlling cloudformation templates
|
|
134
148
|
test_files: []
|
|
135
|
-
has_rdoc:
|