multi_ec2_kiq 0.0.4 → 0.0.5

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: fd81d8f6c468c6f119f2f912456b95f163ea02fd
4
- data.tar.gz: d86dd543db73a65065b9161c655dbb7f950f71dc
3
+ metadata.gz: 6452abba38d41e893d04740ca804ff08938f4308
4
+ data.tar.gz: d4f49a75dc010dcf95159209e55b8a43b8900820
5
5
  SHA512:
6
- metadata.gz: 0a1a15d922de7e59f24827d2bdb49f604e185ee2fab9052c1374af32b4375b5b1ae85760cc566304d6149e2537d9b439d0a163c55814becee13ab1b62a7d0cb9
7
- data.tar.gz: 8d54b40d37ecb310034204158dfba648b780001cc1b42d7438923804209f5b1c2501f3929306943d81dc9ee50199c49bb2d607cde3490834b3efa0802de526be
6
+ metadata.gz: c95fc7548bb8916564884312b6db6391dd201487b5b231cf049aa5a703781f55a2f705e7e8062c79009d7bfc1f687d3b717df74192c972e798053d45af297287
7
+ data.tar.gz: ef40cb0aa78ec928a52c7d4896ec4db4414b8563f295d375764638a270c009c1e112b63ba9ee32300516a16cee7deb16cf39b2fe4bde55f7f567e4bc48a4dbe3
data/README.md CHANGED
@@ -43,6 +43,7 @@ To create ec2-status-table on DynamoDB, you have to call create_status_table met
43
43
 
44
44
  include MultiEc2Kiq
45
45
 
46
+ MultiEc2Kiq.config_path = File.expand_path("your configuration file path", __FILE__)
46
47
  MultiEc2Kiq.create_status_table
47
48
  ```
48
49
 
@@ -1,3 +1,3 @@
1
1
  module MultiEc2Kiq
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_ec2_kiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - SrcHndWng
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-03 00:00:00.000000000 Z
11
+ date: 2015-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler