cany 0.1.2 → 0.1.3

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: c0b8eb53c72f3245b880cb4c3ffe09026fb2a613
4
- data.tar.gz: 22df4fa4198775ae767e4b7b61b8f61bf4003b0a
3
+ metadata.gz: a8ffadee6ad8d67a8875afc014992492b3e55119
4
+ data.tar.gz: c109aa1b6c99f0075b68e5e182f90ad992401161
5
5
  SHA512:
6
- metadata.gz: 22b8e9e8a161beeaa7c14ef6666b5b524af60b14886e14a4a5a2f4ea0c46fe458212b50221859544b3a0a5f2393489e0a7709190ea2573c4bbbdd38f6b2da4f1
7
- data.tar.gz: cbac8da6a781790600ebbc11f4c88773459ea4e62c1454fe38c4b09915328228b20b43faa101168381742c38d4508278c24f2f722d9164b08cfd6f8ed6ed13ac
6
+ metadata.gz: 7b6df83b694ce69713bba4e04542964fd5f3502f890a01a4a804d607cceee51ae1e3d0a658e46d198d09fb3a08e13913b67ce9b146d7f9864e52bc9d1c4849ed
7
+ data.tar.gz: 6975b1e62035ae0e644f1caab4216e864076fc5d666f080d7ca9fcbb118caff00cafa2b397b95861fedfab82c48800822b2183fb93041e93116a4465d9705f1e
data/CHANGELOG.md CHANGED
@@ -1,7 +1,15 @@
1
+ 0.1.3 / 2013-09-25
2
+ ==================
3
+
4
+ Bug Fixes:
5
+
6
+ * unicorn: fix launch command
7
+
8
+
1
9
  0.1.2 / 2013-09-24
2
10
  ==================
3
11
 
4
- Buf Fixes:
12
+ Bug Fixes:
5
13
 
6
14
  * dpkg: fix build error with --no-arch-all
7
15
  * recipe: fix web server pre start scripts
@@ -10,7 +10,7 @@ module Cany::Recipes
10
10
  register_as :unicorn
11
11
 
12
12
  def launch_command
13
- %W(unicorn start -c /etc/#{spec.name}/unicorn.rb -E production)
13
+ %W(unicorn --config-file /etc/#{spec.name}/unicorn.rb --env production)
14
14
  end
15
15
  end
16
16
  end
data/lib/cany/version.rb CHANGED
@@ -2,7 +2,7 @@ module Cany
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 2
5
+ PATCH = 3
6
6
  STAGE = nil
7
7
  STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')
8
8
  def self.to_s; STRING end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cany
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Malte Swart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-24 00:00:00.000000000 Z
11
+ date: 2013-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler