capistrano-inspeqtor 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4256c6a275e8adbec71d901899eabcc24ffd4e5
4
- data.tar.gz: c62b3bbad953caa63b0a06cc1d31d1d58a923655
3
+ metadata.gz: beb4ededf528b1d7d59abbda5746bbafd9939bb4
4
+ data.tar.gz: 1e8aa571d34cd44b6722d7c1efdc887add839368
5
5
  SHA512:
6
- metadata.gz: e5dfc5bc81e8b8b1da4120743574a64a9bd77df19a9728b5f76a7fd806f3c47186a9c55a4df238b34a278246b3207726eaa8b15fd45ffaf0880eede3ed0644ce
7
- data.tar.gz: 212c43acf4a9785ba512df2703a0e3332224b5eee1927647a01393d0ed48b76f6a1da58a08aca476debf63f5a7e5081fd84cff845b64be9f4a81fb6db4a64faa
6
+ metadata.gz: b764d069f75bbb9b76f99c8d8768e6643c5472ac4ac7addd6035ccbc2d3938fbaa3331f1e33172ad61a699610e5d390ccb09eff1d49a5e435d9afbf8d8bb0573
7
+ data.tar.gz: ba9d2dabeb79520ea8ce80959c49804e6a3a6da0c16a978f434f0f2ad5fea4b4505b1395abced9861580d5b9c7bcdc913c2ee152d8bc12e3010475bc9f7a74fa
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'capistrano-inspeqtor'
10
+ gem 'capistrano-inspeqtor', require: false
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -1,6 +1,6 @@
1
1
  module Capistrano
2
2
  #:nodoc:#
3
3
  module Inspeqtor
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
6
6
  end
@@ -1 +1 @@
1
- load File.expand_path('../tasks/inspeqtor.cap', __FILE__)
1
+ load File.expand_path('../tasks/inspeqtor.rake', __FILE__)
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-inspeqtor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-09 00:00:00.000000000 Z
11
+ date: 2015-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -37,9 +37,10 @@ files:
37
37
  - README.md
38
38
  - Rakefile
39
39
  - capistrano-inspeqtor.gemspec
40
+ - lib/capistrano-inspeqtor.rb
40
41
  - lib/capistrano/inspeqtor.rb
41
42
  - lib/capistrano/inspeqtor/version.rb
42
- - lib/capistrano/tasks/inspeqtor.cap
43
+ - lib/capistrano/tasks/inspeqtor.rake
43
44
  homepage: https://github.com/seuros/capistrano-inspeqtor
44
45
  licenses:
45
46
  - LGPLv3
@@ -60,9 +61,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
61
  version: '0'
61
62
  requirements: []
62
63
  rubyforge_project:
63
- rubygems_version: 2.4.5
64
+ rubygems_version: 2.4.8
64
65
  signing_key:
65
66
  specification_version: 4
66
67
  summary: Inspeqtor integration for Capistrano
67
68
  test_files: []
68
- has_rdoc: