git-tagging 0.2.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2b4f4895f54e6fd754873181f92a93fb475146c
4
- data.tar.gz: 999b014c0f37bf2789474fdd696737c6422a563f
3
+ metadata.gz: e0d8d26818a87c72f9389c335c7c452e0ba1b0ba
4
+ data.tar.gz: 4676788be3f7ce367e04e1636be858b77b81c182
5
5
  SHA512:
6
- metadata.gz: 51e7b395587476a23d0c6f2b2b0ab00d52d2d7792d47e4c21372e8fd5752a193609461ae401f5f9b239c7b5aba06e43b8eaeb5be19dcea895bc4c06e373e0e34
7
- data.tar.gz: bf7e39c6922a0c1ce29ea0e6f337f42520f8f5b060837c17eb9b039b0eea88c2c02cc7cc603185c3c2d4b2b04ccf5ccb7fd4e5a329f6d07fbc5f083395e89af0
6
+ metadata.gz: 4a73ae10dab616226de128f73443b6f61a35ace619932cd09f6b7c6bb64ae08e50d9d68842bb829d54403cd544d538d5b08f0a5e5e7d0d955ca50d15a82e2169
7
+ data.tar.gz: 2fb17d113fc7a7c311e137688811bc97e3161ea005215435ce14c9d8eaf8e3ce85d2ba066175658ecae92eab2b3096cbf10047285ca62ea8969cf127dc060bf6
@@ -1,12 +1,38 @@
1
- = git-tagging
1
+ git-tagging
2
+ ===========
2
3
 
3
4
  Adds a tag to the repository being deploy (with Capistrano) with the format: `#{stage}-week#{Date.today.cweek-1}.#{release_timestamp}`
4
5
 
5
- == Developing
6
+ Instructions
7
+ ------------
8
+
9
+ Add the gem to your Gemfile:
10
+
11
+ ```
12
+ gem 'git-tagging'
13
+ ```
14
+
15
+ In your Capfile add
16
+
17
+ ```
18
+ require 'capistrano/git-tagging'
19
+ ```
20
+
21
+ In your deploy.rb add
22
+
23
+ ```
24
+ after 'deploy:restart', 'git:push_deploy_tag'
25
+ ```
26
+
27
+ And add the git role to all stages you want git tags to be creted
28
+
29
+ Developing
30
+ ----------
6
31
 
7
32
  This project was made using the Jeweler (https://https://github.com/technicalpickles/jeweler) Gem.
8
33
 
9
- == Contributing to git-tagging
34
+ Contributing to git-tagging
35
+ ---------------------------
10
36
 
11
37
  * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
12
38
  * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
@@ -16,7 +42,8 @@ This project was made using the Jeweler (https://https://github.com/technicalpic
16
42
  * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
17
43
  * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
18
44
 
19
- == Copyright
45
+ Copyright
46
+ ---------
20
47
 
21
48
  Copyright (c) 2014 Mario Lavandero. See LICENSE.txt for
22
49
  further details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 1.0.0
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: git-tagging 0.2.0 ruby lib
5
+ # stub: git-tagging 1.0.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "git-tagging"
9
- s.version = "0.2.0"
9
+ s.version = "1.0.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -16,14 +16,14 @@ Gem::Specification.new do |s|
16
16
  s.email = "plataforma@comparaonline.com"
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE.txt",
19
- "README.rdoc"
19
+ "README.md"
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
23
23
  "Gemfile",
24
24
  "Gemfile.lock",
25
25
  "LICENSE.txt",
26
- "README.rdoc",
26
+ "README.md",
27
27
  "Rakefile",
28
28
  "VERSION",
29
29
  "git-tagging.gemspec",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-tagging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Lavandero
@@ -88,13 +88,13 @@ executables: []
88
88
  extensions: []
89
89
  extra_rdoc_files:
90
90
  - LICENSE.txt
91
- - README.rdoc
91
+ - README.md
92
92
  files:
93
93
  - ".document"
94
94
  - Gemfile
95
95
  - Gemfile.lock
96
96
  - LICENSE.txt
97
- - README.rdoc
97
+ - README.md
98
98
  - Rakefile
99
99
  - VERSION
100
100
  - git-tagging.gemspec