capistrano-background 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: ba4126661a4a88a0a004ee7c3584f6772252fbe1
4
- data.tar.gz: 3d966c6bba0adca375b47201c6db477d7b3d8032
3
+ metadata.gz: 541e46741134115bf08cff688da43bc996db3876
4
+ data.tar.gz: d79827f0ca558bfe4b6a317e29331aa00a84924d
5
5
  SHA512:
6
- metadata.gz: 854d9b14f56bbf287ba91a49ae6daddda56dfa10cdd4c1c5b6312a55b1c5989b923c129a1d0a521c4a21e881ebb4cde4193e03766f2cc84df68c493a864001e9
7
- data.tar.gz: 164af789c60a8c466966291edf66f791d3279ae8a39b2cb08133e9112f4e78fb02d9adba1dfa93f36e99ac427d019a1f397f56ebef145770892f0f78f4429084
6
+ metadata.gz: f18704b8af08ba2a88ec1320a3895b0991dd752096939958db8b1f80762dd92b51395d549420a10225e39100ec18a2f8420e1fd01c72820aa99745dde7b5d601
7
+ data.tar.gz: a6a98eff21978c67ca95214a15187788526d6b8b7da59ec7a362adf63efb492a5f7668b0c5098b3f8c04319d20aea7d6511aed06363c33eed35d248b96fa0ced
@@ -1,3 +1,3 @@
1
- # v0.1.1 / 2015-11-01
1
+ # v0.1.2 / 2015-11-01
2
2
 
3
3
  Create project
@@ -0,0 +1 @@
1
+ # prevent require capistrano/background.rb
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Background
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-background
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
  - Chen Yi-Cyuan
@@ -84,6 +84,7 @@ files:
84
84
  - bin/console
85
85
  - bin/setup
86
86
  - capistrano-background.gemspec
87
+ - lib/capistrano-background.rb
87
88
  - lib/capistrano/background.rb
88
89
  - lib/capistrano/background/version.rb
89
90
  - lib/capistrano/tasks/background.rake