cloud_powers 0.2.7.10 → 0.2.7.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 157ca237f0e8a7f4a1500700f806c9ff015e26b7
4
- data.tar.gz: 3af6b35eb9f76a8e2c0edb452598fd4f7e552db9
3
+ metadata.gz: 433e7363833584c40d5acfa7fef7df2287a384e5
4
+ data.tar.gz: 152c9ac636ba72ab17e5def02852276bc30b01ab
5
5
  SHA512:
6
- metadata.gz: 2dcb1765d30f70a3f06007a15e44ffadef18997ad5655dc584f6ffe145c66f5b2992b9d9c0b578f9bd71c590c9083ddb84a3c281568926a003eef7b474dbf95a
7
- data.tar.gz: c852d143ae51b4c8666cce7f3dace1747a6119d1ddcf324e4b4f4e6f8ce16f83e16f276b4715c174f1aa9cfc3a150f04cc8c2ea195410568bf2e577b9ce41c44
6
+ metadata.gz: 9df5ddd0962f8c80fe86f6858a9cac3fa6d3e4e79e14a5f7f8b1cff3bf2839dca2408cc6ade744838d39b3d676ac0672030833226b0c0d78bc3305c0c23f7afd
7
+ data.tar.gz: c37a1b305fa7bd31b45ababdfd3c6819a290267822672566fc48ff496c9a0691c4e68c591a6197e0fecd2312db5e307c37caa43549f4ef748accdd0689fc0f73
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gemspec
3
+ gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloud_powers (0.2.7.10)
4
+ cloud_powers (0.2.7.11)
5
5
  activesupport-core-ext (~> 4)
6
6
  aws-sdk (~> 2)
7
7
  dotenv (~> 2.1)
@@ -24,11 +24,6 @@ module Smash
24
24
  # * TODO: use time codes
25
25
  def boot_time
26
26
  begin
27
- ec2(Smash::CloudPowers::AwsStubs.node_stub)
28
- sqs(Smash::CloudPowers::AwsStubs.queue_stub)
29
- sns(Smash::CloudPowers::AwsStubs.broadcast_stub)
30
- kinesis(Smash::CloudPowers::AwsStubs.pipe_stub)
31
-
32
27
  @boot_time ||=
33
28
  ec2.describe_instances(dry_run: zfind(:testing), instance_ids:[instance_id]).
34
29
  reservations[0].instances[0].launch_time.to_i
@@ -1,3 +1,3 @@
1
1
  module CloudPowers
2
- VERSION = "0.2.7.10"
2
+ VERSION = "0.2.7.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_powers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7.10
4
+ version: 0.2.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Phillipps