git-tagging 0.1.1 → 0.2.0

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: 6bc3f334bc2c739990fa7ce5fd43dc3b40896dca
4
- data.tar.gz: 8a86b766b4cd17c3787bdea524095c30f2f369a0
3
+ metadata.gz: e2b4f4895f54e6fd754873181f92a93fb475146c
4
+ data.tar.gz: 999b014c0f37bf2789474fdd696737c6422a563f
5
5
  SHA512:
6
- metadata.gz: 796e450933271132e95ec8026938ab489bc5a31635f81b933d1b4aae76c46578d8644d586dec32d940d507639e1ce02427072f56985e9847260adb50279b842d
7
- data.tar.gz: f88a1281d598e724ba841d08119f90cba03598d5943e3de0ad64d0b6c1c9299a11025c65288ddc451b4fd823ebe8fd2ad8140320e884add9e6f3e7c1f84a74ca
6
+ metadata.gz: 51e7b395587476a23d0c6f2b2b0ab00d52d2d7792d47e4c21372e8fd5752a193609461ae401f5f9b239c7b5aba06e43b8eaeb5be19dcea895bc4c06e373e0e34
7
+ data.tar.gz: bf7e39c6922a0c1ce29ea0e6f337f42520f8f5b060837c17eb9b039b0eea88c2c02cc7cc603185c3c2d4b2b04ccf5ccb7fd4e5a329f6d07fbc5f083395e89af0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.2.0
data/git-tagging.gemspec CHANGED
@@ -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.1.1 ruby lib
5
+ # stub: git-tagging 0.2.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "git-tagging"
9
- s.version = "0.1.1"
9
+ s.version = "0.2.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"]
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
27
27
  "Rakefile",
28
28
  "VERSION",
29
29
  "git-tagging.gemspec",
30
+ "lib/capistrano/git-tagging.rb",
30
31
  "lib/capistrano/tasks/git.rake",
31
32
  "lib/git-tagging.rb"
32
33
  ]
@@ -0,0 +1 @@
1
+ load File.expand_path('../tasks/git.rake', __FILE__)
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.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Lavandero
@@ -98,6 +98,7 @@ files:
98
98
  - Rakefile
99
99
  - VERSION
100
100
  - git-tagging.gemspec
101
+ - lib/capistrano/git-tagging.rb
101
102
  - lib/capistrano/tasks/git.rake
102
103
  - lib/git-tagging.rb
103
104
  homepage: http://github.com/comparaonline/git-tagging