capistrano-semver-git-tags 0.0.1 → 0.0.2

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: b00c7dece9c253012e955002da882943175483fa
4
- data.tar.gz: bce1079541f1bb2dcdfc1872acbbfb6b245f72ed
3
+ metadata.gz: ec22b1730befbe253a4d600f88055cdb90384b5e
4
+ data.tar.gz: 6b7b146081e1f1b0d214667d547b228992713864
5
5
  SHA512:
6
- metadata.gz: de5f7f25afab24a4b6442583ef153d7edb38357c1c5970e91d5c537808d98cac3524c38a615fbfa5b6c87f2e4945613a43f6a9af5bd2deb650c9546c8c05c925
7
- data.tar.gz: a760287592e8f8ae82e5a50680e1d3c482f8a97e3ccec8a4b2986fe0cbdf6cf5f59e0d7d143e6e95edd61883817172a64c6d63b469f8b863a6bf7ca44e2c2d45
6
+ metadata.gz: 949d60583f4d4feac4bfc8fcbc6f39c9cc49c3289f5647e17606bff9351cee6087743dd6ca569d300e19080efe917e4a7c6d2d20568d385fd1aa56e6447275c2
7
+ data.tar.gz: 369ad417ec7db12ca64b45cb52fad984b8c717466b5ace247f1b2adb56f54df2d7e0302b6ae62ccc21425c95917520af372cdb0ee313ca20d9a0c4134fc5d018
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Capistrano Semantic Version Git Tags
2
2
 
3
- A Capistrano plugin for adding a semantic version Git tag at each deployment, automatically.
3
+ A Capistrano tasks for generating a semantic version Git tag at each deployment.
4
4
 
5
5
  ### Usage
6
6
 
@@ -0,0 +1,2 @@
1
+ # Load extra tasks into the deploy namespace
2
+ load File.expand_path("../tasks/semver-tag.rake", __FILE__)
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-semver-git-tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - AbdulRazzak Alkel
7
+ - Abdul Razzak Alkel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -33,9 +33,11 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - LICENSE
35
35
  - README.md
36
- - lib/capistrano/semver-tag.rake
36
+ - lib/capistrano/semver-tag.rb
37
+ - lib/capistrano/tasks/semver-tag.rake
37
38
  homepage: https://github.com/Abdulrazak-Alkl/capistrano-semver-git-tags
38
- licenses: []
39
+ licenses:
40
+ - MIT
39
41
  metadata: {}
40
42
  post_install_message:
41
43
  rdoc_options: []
@@ -45,7 +47,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
45
47
  requirements:
46
48
  - - ">="
47
49
  - !ruby/object:Gem::Version
48
- version: '0'
50
+ version: 2.2.2
49
51
  required_rubygems_version: !ruby/object:Gem::Requirement
50
52
  requirements:
51
53
  - - ">="
@@ -56,5 +58,5 @@ rubyforge_project:
56
58
  rubygems_version: 2.5.2.1
57
59
  signing_key:
58
60
  specification_version: 4
59
- summary: Tag your deployed commit to git with semantic versioning
61
+ summary: Capistrano tasks to generate semantic version as a deploy git tag
60
62
  test_files: []