simple_perf 0.0.13 → 0.0.14

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.
@@ -262,7 +262,8 @@
262
262
  " --access-key=", { "Ref": "UserKey" },
263
263
  " --secret-key=", { "Fn::GetAtt": ["UserKey", "SecretAccessKey"] }, "\n",
264
264
 
265
- "runuser -c \"~/sync_test_files.sh\" ec2-user", "\n",
265
+ "runuser -c \"yum -y install java-1.7.0-openjdk\" root", "\n",
266
+ "runuser -c \"alternatives --set java /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java\" root", "\n",
266
267
 
267
268
  "/opt/aws/bin/cfn-signal -e ",
268
269
  { "Fn::FindInMap": [ "BootstrapSettingMap", "abort", { "Ref": "Abort" } ] },
@@ -1,3 +1,3 @@
1
1
  module SimplePerf
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_perf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-28 00:00:00.000000000 Z
12
+ date: 2014-01-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake