capistrano-gity 0.4.0 → 0.5.1

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 ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ N2I2ZTA0OTg3NWRiYzMxYjNhYmE2ZTRhNDhmODhiMzY5YTFlYjg1Zg==
5
+ data.tar.gz: !binary |-
6
+ ZmJmN2I0YjVkYTcyNGYyNjY5NTEzN2RlZGI2MDlhNmZlMzBlYzk5Yg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZDczNDYxY2UzNGUwNzhmZTRmMGIxYjJhZDUzYTY5OTI1NjhkZmIxMWQxMTU0
10
+ NGEwM2UzYjBiZTA3Zjc5NGUyZDkyOTcyMDMxNGI4MGY3MTNmMTVhMWQxMzRh
11
+ MWU5YmE4OWQxNmExNzQ0MjMzZjA5OGYxY2Q0MzQwNDBmZTQzNjQ=
12
+ data.tar.gz: !binary |-
13
+ MmExZTA1NWY1ZTgwOTZkY2Q2NThhNGNiNWZiN2I2OGZhZGZiYTQwZDBmOWRi
14
+ YmQ2Y2UwYWE2M2Q1MjIzNDM5N2VlZDUxYTU4MzZmYWY3YmI1Nzg2NmY5YTE0
15
+ Y2I3ZDZmZmQ2MjZmY2I3N2U3MDgzYWFlZGE3ZjViZmU2MThkOWM=
@@ -1,11 +1,8 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
1
  # -*- encoding: utf-8 -*-
5
2
 
6
3
  Gem::Specification.new do |s|
7
4
  s.name = "capistrano-gity"
8
- s.version = "0.4.0"
5
+ s.version = "0.5.1"
9
6
 
10
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
8
  s.authors = ["Skroutz.gr Team"]
@@ -18,8 +15,6 @@ Gem::Specification.new do |s|
18
15
  s.files = [
19
16
  "LICENSE",
20
17
  "README.rdoc",
21
- "Rakefile",
22
- "VERSION",
23
18
  "capistrano-gity.gemspec",
24
19
  "lib/capistrano-gity.rb"
25
20
  ]
@@ -86,7 +86,7 @@ Capistrano::Configuration.instance.load do
86
86
  This means that a subsequent deploy might not include your work.
87
87
  Consider pushing to master now or later.
88
88
  MSG
89
- answer = Capistrano::CLI.ui.ask("Do you want to coninue? (y/n)")
89
+ answer = Capistrano::CLI.ui.ask("Do you want to continue? (y/n)")
90
90
  return !answer.downcase.start_with?('y')
91
91
  end
92
92
  return false
@@ -94,7 +94,7 @@ Capistrano::Configuration.instance.load do
94
94
 
95
95
  task :prepare_deploy do
96
96
  sync
97
- exit if quit?
97
+ exit 127 if quit?
98
98
  push
99
99
  uptip
100
100
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-gity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
5
- prerelease:
4
+ version: 0.5.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Skroutz.gr Team
@@ -21,32 +20,30 @@ extra_rdoc_files:
21
20
  files:
22
21
  - LICENSE
23
22
  - README.rdoc
24
- - Rakefile
25
- - VERSION
26
23
  - capistrano-gity.gemspec
27
24
  - lib/capistrano-gity.rb
28
25
  homepage: http://github.com/ctrochalakis/capistrano-gity
29
26
  licenses: []
27
+ metadata: {}
30
28
  post_install_message:
31
29
  rdoc_options: []
32
30
  require_paths:
33
31
  - lib
34
32
  required_ruby_version: !ruby/object:Gem::Requirement
35
- none: false
36
33
  requirements:
37
34
  - - ! '>='
38
35
  - !ruby/object:Gem::Version
39
36
  version: '0'
40
37
  required_rubygems_version: !ruby/object:Gem::Requirement
41
- none: false
42
38
  requirements:
43
39
  - - ! '>='
44
40
  - !ruby/object:Gem::Version
45
41
  version: '0'
46
42
  requirements: []
47
43
  rubyforge_project:
48
- rubygems_version: 1.8.11
44
+ rubygems_version: 2.1.11
49
45
  signing_key:
50
46
  specification_version: 3
51
47
  summary: Git helpers for capistrano deployments
52
48
  test_files: []
49
+ has_rdoc:
data/Rakefile DELETED
@@ -1,16 +0,0 @@
1
- require 'rubygems'
2
- require 'rake'
3
-
4
- begin
5
- require 'jeweler'
6
- Jeweler::Tasks.new do |gem|
7
- gem.name = "capistrano-gity"
8
- gem.summary = "Git helpers for capistrano deployments"
9
- gem.email = "yatiohi@ideopolis.gr"
10
- gem.homepage = "http://github.com/ctrochalakis/capistrano-gity"
11
- gem.authors = ["Skroutz.gr Team"]
12
- end
13
- Jeweler::GemcutterTasks.new
14
- rescue LoadError
15
- puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
16
- end
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.4.0