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 +1 -1
- data/bin/herokuise +1 -1
- data/herokise.gemspec +1 -16
- data/herokuise.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
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/"
|
|
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.
|
|
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.
|
|
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-
|
|
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:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: "0.
|
|
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-
|
|
17
|
+
date: 2010-09-04 00:00:00 +01:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|