herokuise 0.6 → 0.8

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.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('herokuise', '0.6') do |p|
5
+ Echoe.new('herokuise', '0.8') do |p|
6
6
  p.description = "automate getting a site on heroku and git"
7
7
  p.url = "http://github.com/orta/herokuise"
8
8
  p.author = "orta therox"
data/bin/herokuise CHANGED
@@ -20,7 +20,7 @@ if github_user == ""
20
20
  Process.exit
21
21
  end
22
22
 
23
- if open("http://#{appname}.heroku.com/", "User-Agent" => "Ruby/#{RUBY_VERSION}").include? "No such app"
23
+ if open("http://#{appname}.heroku.com/").include? "No such app"
24
24
  puts "Heroku app http://#{appname}.heroku.com already exists"
25
25
  Process.exit
26
26
  end
data/herokise.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{herokise}
5
- s.version = "0.6.1"
5
+ s.version = "0.5"
6
6
 
7
7
  s.default_executable
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
@@ -18,22 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.rubygems_version = %q{1.3.7}
19
19
  s.summary = %q{automate getting a site on heroku and git}
20
20
  s.executables = "herokise"
21
- s.post_install_message = %q{
22
- ========================================================================
23
-
24
21
 
25
- Awesome beanz!
26
-
27
- To create a new site, find your way to the parent directory and run
28
-
29
- herokuise [name]
30
-
31
- This will create a repo in your github account, and create a heroku
32
- app, make sure both of the gems are setup
33
-
34
-
35
- ========================================================================
36
- }
37
22
  if s.respond_to? :specification_version then
38
23
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
39
24
  s.specification_version = 3
data/herokuise.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{herokuise}
5
- s.version = "0.6"
5
+ s.version = "0.8"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["orta therox"]
9
- s.date = %q{2010-09-05}
9
+ s.date = %q{2010-09-04}
10
10
  s.default_executable = %q{herokuise}
11
11
  s.description = %q{automate getting a site on heroku and git}
12
12
  s.email = %q{orta.therox@gmail.com}
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: herokuise
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 6
9
- version: "0.6"
8
+ - 8
9
+ version: "0.8"
10
10
  platform: ruby
11
11
  authors:
12
12
  - orta therox
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-09-05 00:00:00 +01:00
17
+ date: 2010-09-04 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency