obbistrano 1.0.78 → 1.0.79

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.
@@ -75,7 +75,7 @@ Capistrano::Configuration.instance(:must_exist).load do
75
75
  end
76
76
 
77
77
  task :setup do
78
- github:init
78
+ init
79
79
  params = {
80
80
  :name =>"#{application}",
81
81
  :body =>"Project for #{application}",
@@ -91,7 +91,7 @@ Capistrano::Configuration.instance(:must_exist).load do
91
91
  end
92
92
 
93
93
  task :key do
94
- github:init
94
+ init
95
95
  app:ssh_key
96
96
  server_ssh_key = capture("cat .ssh/id_rsa.pub")
97
97
  server_ssh_key
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{obbistrano}
5
- s.version = "1.0.78"
5
+ s.version = "1.0.79"
6
6
  s.authors = ["Ross Riley", "One Black Bear"]
7
7
  s.date = Time.now
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obbistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.78
4
+ version: 1.0.79
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Riley