theroku 0.1.4 → 0.1.5

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: d92f3fdb7d078f8e2b58d0188718620342c0eb5c
4
- data.tar.gz: ff7fee83abbb587f895f1be6249773631631c2cc
3
+ metadata.gz: 531e433d7e66ed7a2d6d1e3f4e0cfb626bcac3e7
4
+ data.tar.gz: 700b37bcdc6c05f53aa7eb0cffa503a32794bfad
5
5
  SHA512:
6
- metadata.gz: 9748c98fbda16e4af0e1b17c1eb1e2196e1821d5fdf934f46096bb9ae86466b02b7da2cbd5ee4f44e032f39c658054dc35119bc248b2a00e4ca6f8d89f594876
7
- data.tar.gz: 0420a6e6ef881f4bd32babc21e32cbe669789e290d489e51b8f42dc957d54fde7259ee3f3e48c08f0f74827237521be76d2a5fb62f2fc733062adb486997c483
6
+ metadata.gz: e7db665ea98342a4559964385f86371f294ec92ae7f3b5371254946117a744e5e816dd07cbcc6686d9abae01976b39a517a0954eab2683067de6cd8809ecbb1f
7
+ data.tar.gz: 2ee7f7541c05b5a5cd021d4c709aa92da4a3d2595236b6ad84393bf8c213679f561bc5ec31c9dc745756275f74ad7d0e29f0256fd061747b3100e9f9001046c2
data/.theroku CHANGED
@@ -1 +1 @@
1
- fJyK8p_JqTeq5FXH8P75KA
1
+ 9ns1vrphTyHa_ocO1eijlQ
data/README.md CHANGED
@@ -4,19 +4,15 @@ TODO: Write a gem description
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your application's Gemfile:
7
+ Install the theroku gem
8
8
 
9
9
  ```ruby
10
- gem 'theroku'
10
+ gem install theroku
11
11
  ```
12
12
 
13
13
  And then execute:
14
14
 
15
- $ bundle
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/[my-github-username]/theroku/fork )
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`)
@@ -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, "Awesome gem that'll bring you to balance."
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'
@@ -1,5 +1,4 @@
1
1
  class DestroyCommand
2
- require 'httparty'
3
2
  def execute(subdomain)
4
3
  if File.exists?('.theroku')
5
4
  puts "Deleting #{subdomain}..."
@@ -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.4"
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 balance heroku servers."
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
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-17 00:00:00.000000000 Z
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: Gem to balance heroku servers.
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: