openstudio-aws 0.5.0.rc6 → 0.5.0.rc7

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: 5f6838f02185ad387d6186a5481a99e554a02a7f
4
- data.tar.gz: bcda6e2a0b05edbd16f314ad335349b3bc630d54
3
+ metadata.gz: 8c56f844bacb2308e531213197e4e7729d3b391e
4
+ data.tar.gz: 6824dea5c6a6c7e55639a489e28f272964ce97fe
5
5
  SHA512:
6
- metadata.gz: ae0589ff30102b12750e416fd4b926994728465fbb5dfa80e645432ab1a7e730258fdc3def379cf548e6abf2dfe420da60c1feda01d6066ff6fd122c918ca2d3
7
- data.tar.gz: 06480558fdab4b236af544c5f37adc21b0ff71ed6a9c9db8e365ffe6c2a4a27f399e9e32908146428cf25b660af4b2a399493682510cdeb2332d97c24c9a896b
6
+ metadata.gz: bc235d3a3c3208a5cf4d2bf56037ca44ba85b2a48efb54806918e9e43a74f3d91dd2cc1503b641a1d34231563daa8451518512f01aaf4cbfb2de29d09388619b
7
+ data.tar.gz: e02a635802d21e7cec5e1deeacb176aaa642b81655a9e85a794786b91820c155ffedfa7e9797ac77736677898f89c4c2185621c017259f876cd85fe186031816
@@ -1,5 +1,5 @@
1
1
  module OpenStudio
2
2
  module Aws
3
- VERSION = '0.5.0.rc6'
3
+ VERSION = '0.5.0.rc7'
4
4
  end
5
5
  end
@@ -101,6 +101,7 @@ class OpenStudioAwsWrapper
101
101
  { ip_protocol: 'tcp', from_port: 80, to_port: 80, ip_ranges: [cidr_ip: '0.0.0.0/0'] },
102
102
  { ip_protocol: 'tcp', from_port: 443, to_port: 443, ip_ranges: [cidr_ip: '0.0.0.0/0'] },
103
103
  { ip_protocol: 'tcp', from_port: 0, to_port: 65535, user_id_group_pairs: [{ group_name: tmp_name }] }, # allow all machines in the security group talk to each other openly
104
+ { ip_protocol: 'udp', from_port: 0, to_port: 65535, user_id_group_pairs: [{ group_name: tmp_name }] }, # allow all machines in the security group talk to each other openly
104
105
  { ip_protocol: 'icmp', from_port: -1, to_port: -1, ip_ranges: [cidr_ip: '0.0.0.0/0'] }
105
106
  ]
106
107
  )
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstudio-aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0.rc6
4
+ version: 0.5.0.rc7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Long
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-17 00:00:00.000000000 Z
11
+ date: 2017-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-scp