falcon-deploy 0.1.1 → 0.1.2

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: c7fd9615428f431856772761ff23f41ab91e0a69
4
- data.tar.gz: 579b582c62dbdb5d46b1e5aa0517a76f7d6b3d7e
3
+ metadata.gz: f1891395cf65fc57348afe4b69cf9ec671f54c33
4
+ data.tar.gz: 1e3e1362b4bd0729e76871e137fdee4ac6df7c5c
5
5
  SHA512:
6
- metadata.gz: 31fb8b50d13fe8083cc60a19ba0f893ab8f8a74dae230b5bc53000fb211e9f53671b4b57172961589939af024466cb3a12aeb7caa25160b8a360b8323ed740ca
7
- data.tar.gz: 570e348a90ae096f74d98d40e80217f1e01b78bc5b8cb7963a46ec368f500c40f525375f3600169d7a5faf19f8cfb0a7dbfdbfeadf8c5d54d909681707c9f5b2
6
+ metadata.gz: 933dd6702e3653802938882eb40c95b203133c3094c4aab92299c48cfd382dac426f73e6f45f536130e96f2edfb94f02ef8a4d5db427d27c2cad90d1e4c7b015
7
+ data.tar.gz: e1f3d11f615f9cf6ad2525957820999da9c7676b6f200d04b9ccc73c8376bbd1d235624b0bf17af5cca01d8e586815c460d70ebeb9f11551fbad1df944a22f09
data/falcon.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["sashafklein@gmail.com"]
11
11
 
12
12
  spec.summary = %q{A Heroku wrapper to simplify and de-risk app deployment, migrations, and rollbacks.}
13
- spec.homepage = "http://www.sashafklein.com/portfolio#falcon"
13
+ spec.homepage = "https://www.github.com/sashafklein/falcon"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module Falcon
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: falcon-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sasha Klein
@@ -89,7 +89,7 @@ files:
89
89
  - lib/falcon.rb
90
90
  - lib/falcon/version.rb
91
91
  - lib/heroku_deployer.rb
92
- homepage: http://www.sashafklein.com/portfolio#falcon
92
+ homepage: https://www.github.com/sashafklein/falcon
93
93
  licenses:
94
94
  - MIT
95
95
  metadata: {}