theroku 0.1.4 → 0.1.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 +4 -4
- data/.theroku +1 -1
- data/README.md +4 -8
- data/bin/theroku +4 -1
- data/lib/theroku/destroy_command.rb +0 -1
- data/theroku.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 531e433d7e66ed7a2d6d1e3f4e0cfb626bcac3e7
|
|
4
|
+
data.tar.gz: 700b37bcdc6c05f53aa7eb0cffa503a32794bfad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7db665ea98342a4559964385f86371f294ec92ae7f3b5371254946117a744e5e816dd07cbcc6686d9abae01976b39a517a0954eab2683067de6cd8809ecbb1f
|
|
7
|
+
data.tar.gz: 2ee7f7541c05b5a5cd021d4c709aa92da4a3d2595236b6ad84393bf8c213679f561bc5ec31c9dc745756275f74ad7d0e29f0256fd061747b3100e9f9001046c2
|
data/.theroku
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9ns1vrphTyHa_ocO1eijlQ
|
data/README.md
CHANGED
|
@@ -4,19 +4,15 @@ TODO: Write a gem description
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Install the theroku gem
|
|
8
8
|
|
|
9
9
|
```ruby
|
|
10
|
-
gem
|
|
10
|
+
gem install theroku
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
And then execute:
|
|
14
14
|
|
|
15
|
-
$
|
|
16
|
-
|
|
17
|
-
Or install it yourself as:
|
|
18
|
-
|
|
19
|
-
$ gem install theroku
|
|
15
|
+
$ theroku --help
|
|
20
16
|
|
|
21
17
|
## Usage
|
|
22
18
|
|
|
@@ -24,7 +20,7 @@ TODO: Write usage instructions here
|
|
|
24
20
|
|
|
25
21
|
## Contributing
|
|
26
22
|
|
|
27
|
-
1. Fork it ( https://github.com/
|
|
23
|
+
1. Fork it ( https://github.com/therokubalance/theroku/fork )
|
|
28
24
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
29
25
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
30
26
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/bin/theroku
CHANGED
|
@@ -4,7 +4,10 @@ require 'theroku'
|
|
|
4
4
|
# :name is optional, otherwise uses the basename of this executable
|
|
5
5
|
program :name, 'Theroku'
|
|
6
6
|
program :version, '0.0.2'
|
|
7
|
-
program :description,
|
|
7
|
+
program :description, %Q(
|
|
8
|
+
Awesome gem to stay free and 24/7 available using the heroku free tier.
|
|
9
|
+
Request an account at http://therokubalance.com
|
|
10
|
+
)
|
|
8
11
|
|
|
9
12
|
command :login do |c|
|
|
10
13
|
c.syntax = 'theroku login'
|
data/theroku.gemspec
CHANGED
|
@@ -5,11 +5,11 @@ require 'theroku/version'
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "theroku"
|
|
8
|
-
spec.version = "0.1.
|
|
8
|
+
spec.version = "0.1.5"
|
|
9
9
|
spec.authors = ["alejoescobar", "simon0191", "jasmo2"]
|
|
10
10
|
spec.email = ["alejoescobac@gmail.com"]
|
|
11
11
|
spec.summary = "Awesome Heroku load balancer."
|
|
12
|
-
spec.description = "Gem to
|
|
12
|
+
spec.description = "Gem to stay free and 24/7 available using the heroku free tier.\nRequest an account at http://therokubalance.com"
|
|
13
13
|
spec.homepage = "https://github.com/alejoescobar/theroku"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: theroku
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- alejoescobar
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2015-05-
|
|
13
|
+
date: 2015-05-18 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rdoc
|
|
@@ -110,7 +110,9 @@ dependencies:
|
|
|
110
110
|
- - "~>"
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
112
|
version: '10.0'
|
|
113
|
-
description:
|
|
113
|
+
description: |-
|
|
114
|
+
Gem to stay free and 24/7 available using the heroku free tier.
|
|
115
|
+
Request an account at http://therokubalance.com
|
|
114
116
|
email:
|
|
115
117
|
- alejoescobac@gmail.com
|
|
116
118
|
executables:
|