Commit 742c7eda by Karl Kloppenborg

Merge branch 'release/0.1.1'

parents f5f4ca33 2eca1816
# Changelog # Changelog
## [Unreleased] ## 0.1.1
- GemFury handover @inventionLabsSydney
- Version bump for gemfury @inventionLabsSydney
## 0.1.0 ## 0.1.0
......
...@@ -6,7 +6,7 @@ Gem::Specification.new do |spec| ...@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.name = "capistrano-sneakers" spec.name = "capistrano-sneakers"
spec.version = Capistrano::Sneakers::VERSION spec.version = Capistrano::Sneakers::VERSION
spec.authors = ["Karl Kloppenborg, Andrew Babichev, NaixSpirit"] spec.authors = ["Karl Kloppenborg, Andrew Babichev, NaixSpirit"]
spec.email = ["karl@hyperconnect.com.au", "andrew.babichev@gmail.com", "neverlandxy.naix@gmail.com"] spec.email = ["k@rl.ag", "andrew.babichev@gmail.com", "neverlandxy.naix@gmail.com"]
spec.summary = %q{Sneakers integration for Capistrano} spec.summary = %q{Sneakers integration for Capistrano}
spec.description = %q{Sneakers integration for Capistrano} spec.description = %q{Sneakers integration for Capistrano}
spec.homepage = "https://github.com/inventionlabsSydney/capistrano-sneakers" spec.homepage = "https://github.com/inventionlabsSydney/capistrano-sneakers"
......
module Capistrano module Capistrano
module Sneakers module Sneakers
VERSION = "0.1.0" VERSION = "0.1.1"
end end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment