auto_tagger 0.2.9 → 0.2.10

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 2013-06-06
2
+ - Temporarily drop support for capistrano 2.15.4 because it totally breaks auto_tagger
3
+
1
4
  2013-04-07
2
5
  - Make #fetch public (thanks James Hart)
3
6
 
data/README.md CHANGED
@@ -6,6 +6,8 @@ This creates and pushes tags to your git repository, please use with caution.
6
6
 
7
7
  [![Build Status](https://secure.travis-ci.org/zilkey/auto_tagger.png)](http://travis-ci.org/zilkey/auto_tagger)
8
8
 
9
+ (build is currently failing because of SSH issues on the Travis machine - but `rake` should pass for you locally).
10
+
9
11
  AutoTagger is a gem that helps you automatically create a date-stamped tag for each stage of your deployment, and deploy from the last tag from the previous environment.
10
12
 
11
13
  Let's say you have the following workflow:
@@ -224,7 +226,7 @@ To run individual test suites:
224
226
 
225
227
  ## Releasing
226
228
 
227
- * run rspec and cucumber and make sure that things are green
229
+ * run `rake` and make sure that things are green
228
230
  * update the changelog to say what you've done
229
231
  * update the version
230
232
  * commit your changes
@@ -1,3 +1,3 @@
1
1
  module AutoTagger
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auto_tagger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -89,7 +89,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  segments:
91
91
  - 0
92
- hash: 2598900398828212021
92
+ hash: 4182976075245621362
93
93
  required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements: