multi_ec2_kiq 0.0.1 → 0.0.2
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/README.md +4 -0
- data/lib/multi_ec2_kiq/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa8f523926f920f85e754e199b9904a3eacc70d6
|
4
|
+
data.tar.gz: 7d0a24414b0e95dd0de15ed6ca7c82e811b10479
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6968fbbb2c98b5395afb1aa3b5280b18d6a74f3525c9208b43ecfa675f48cd670b149a066a5bacf2664b873c670007a8aea88ca2c8055fa4d4409cfa6b81adb5
|
7
|
+
data.tar.gz: 29812526672914724243477ea0b3b27e3caa3fa2799fe4f45a85f20cfd84c073423721b638b86c5047740c26f6ae23bda40bd0f02d483df4726e526ffc0eca18
|
data/README.md
CHANGED
@@ -39,6 +39,8 @@ Or install it yourself as:
|
|
39
39
|
|
40
40
|
3. Then, call methods.
|
41
41
|
```ruby
|
42
|
+
require "multi_ec2_kiq"
|
43
|
+
|
42
44
|
include MultiEc2Kiq
|
43
45
|
|
44
46
|
MultiEc2Kiq.config_path = File.expand_path("your configuration file path", __FILE__)
|
@@ -46,6 +48,8 @@ Or install it yourself as:
|
|
46
48
|
```
|
47
49
|
|
48
50
|
```ruby
|
51
|
+
require "multi_ec2_kiq"
|
52
|
+
|
49
53
|
include MultiEc2Kiq
|
50
54
|
|
51
55
|
MultiEc2Kiq.config_path = File.expand_path("your configuration file path", __FILE__)
|