pah 0.0.8 → 0.0.9

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: 3329e2e8a3850824b0d1a16b839901041d33140d
4
- data.tar.gz: fa02d7817cb7b5253d2d0089260d23731cbfcf07
3
+ metadata.gz: 3c4da3899fe6bca1c8bed8832756d255616aafff
4
+ data.tar.gz: 01a752f1bb9d27bd8d038e908a265792da52a1ed
5
5
  SHA512:
6
- metadata.gz: f90de761c245b66cb333c50c0437443b30c2a6b570ba233a0647c47e0aaae7344d1e2872053fca3e73ae07d6a1f71e345446101bb56227cf98cf8925e380daa8
7
- data.tar.gz: 6188891034b03e276f6acffb9516b68fedb38a2972fdf03db06ec0f5f676f104c9637d5937e448452b7953b68f2fa40e6813cf7142c69c3c0015a498d7ab5f33
6
+ metadata.gz: c83aadb0ca4d59769263e8a7c169bbb1aa40db5b99f2c9061a1cc054ae7db3a82cc4997741d6a958a33c9c00d3d8c3841c5b9354fc0ecf9440938c284830779b
7
+ data.tar.gz: 9bf556fd7e1d6df48db25f13e8e7f768c9f15934affad914e3538dac8bee5ea797236a9ce4490eed8bd84009a45a76f288d534b4617cd36dcc19845955da2886
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.9 (November 01, 2013)
4
+
5
+ ### features
6
+
7
+ ### improvements
8
+
9
+ ### bug fixes
10
+
11
+ - Fix deploy to production
12
+
3
13
  ## 0.0.8 (November 01, 2013)
4
14
 
5
15
  ### features
@@ -93,7 +93,7 @@ namespace :heroku do
93
93
 
94
94
  puts "--> Pushing".magenta
95
95
  run_with_clean_env("git push origin #{tag_name}")
96
- run_with_clean_env("git push git@heroku.com:#{APP}.git #{tag_name}:master")
96
+ run_with_clean_env("git push git@heroku.com:#{APP}.git HEAD:master")
97
97
 
98
98
  migrate(APP)
99
99
  seed(APP)
@@ -1,3 +1,3 @@
1
1
  module Pah
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pah
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - HE:labs