shoestrap 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,9 @@
1
1
  #Changelog
2
2
 
3
+ ## 0.2.2 - 2013-03-13
4
+
5
+ - Fix deployment notifications on target with multiple branches
6
+
3
7
  ## 0.2.1 - 2013-03-11
4
8
 
5
9
  - Add exception notifier config
@@ -19,5 +19,5 @@ task :post_deploy do
19
19
 
20
20
  # Notify Airbrake of deployment
21
21
  puts 'notifying airbrake'
22
- system "rake airbrake:deploy TO=#{ENV['RAILS_ENV']} REVISION=$(git show-ref --hash)"
22
+ system "rake airbrake:deploy TO=#{ENV['RAILS_ENV']} REVISION=$(git rev-parse HEAD)"
23
23
  end
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "shoestrap"
6
- s.version = '0.2.1'
6
+ s.version = '0.2.2'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Immanuel Häussermann", "Felipe Kaufmann", "Phil Schilter", "Noëlle Rosenberg"]
9
9
  s.email = "info@screenconcept.ch"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoestrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-03-11 00:00:00.000000000 Z
15
+ date: 2013-03-13 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rspec