openstudio-aws 0.1.3 → 0.1.4
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/Rakefile +1 -1
- data/lib/openstudio/aws/version.rb +1 -1
- data/spec/openstudio-aws/config_spec.rb +11 -0
- metadata +3 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e36c488685c10033112a3e941993b1a4ebce8fd
|
4
|
+
data.tar.gz: f25d3cd05276db081cc5cc14ea3f5d3f284dd72a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86a91c67e79a4d43e78f2e8e6a679df85da4ba4c2a193ea023de314c6bc1e4ac3e1a0e421fc240a4dee868c3300227b07d65cb155eb6c171aa04e99cf534f1a5
|
7
|
+
data.tar.gz: 4c250bbdf7919ea609f470281a8dc1e368aff9621c1cf596eb4aeba312a373cfa1504907ef7d5431d48cef49f07e000f1274b85e3db8df44f257c9fe4c42bdf0
|
data/Rakefile
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstudio-aws
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicholas Long
|
@@ -38,20 +38,6 @@ dependencies:
|
|
38
38
|
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: aws-sdk
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - ~>
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: 1.26.0
|
48
|
-
type: :runtime
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - ~>
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: 1.26.0
|
55
41
|
description: Custom classes for configuring clusters for OpenStudio & EnergyPlus analyses
|
56
42
|
email:
|
57
43
|
- Nicholas.Long@nrel.gov
|
@@ -71,6 +57,7 @@ files:
|
|
71
57
|
- README.md
|
72
58
|
- Rakefile
|
73
59
|
- spec/openstudio-aws/aws_spec.rb
|
60
|
+
- spec/openstudio-aws/config_spec.rb
|
74
61
|
- spec/spec_helper.rb
|
75
62
|
homepage: http://openstudio.nrel.gov
|
76
63
|
licenses:
|
@@ -98,4 +85,5 @@ specification_version: 4
|
|
98
85
|
summary: Start AWS EC2 instances for running distributed OpenStudio-based analyses
|
99
86
|
test_files:
|
100
87
|
- spec/openstudio-aws/aws_spec.rb
|
88
|
+
- spec/openstudio-aws/config_spec.rb
|
101
89
|
- spec/spec_helper.rb
|