pixelforce_recipes 0.8 → 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: 42b7d58eb36030dcc00600ce231078c122c20f3b
4
- data.tar.gz: 1f28e8d106935bb6c525fa791aaf7e4d1ca88194
3
+ metadata.gz: 1a0cca1b312ecc72a354f5e23e8297b239d036a7
4
+ data.tar.gz: a874898305e501861c1fde1ae233bc56ffaf3f4e
5
5
  SHA512:
6
- metadata.gz: 1d5ef1d74316d14ae055a3597e94269cbe7fb8b4c83c9bb9885a4f5a71a05ae75d99dbde039963641ae7471bf8a7bb8c1814f8018878e228b3c64707e3bfe59a
7
- data.tar.gz: f2878e214482ab60c9617c06778bfb9ef63d63b05d09715cbaec3a4dbefeb0c697205494dc6674a84b1286832b690b05b02ac95cd47649a2d7d8b763b798975d
6
+ metadata.gz: 8171a7afa073e00a39a627eff13efa5f0bd64292de7fe1ea8702b9671215e7bcf14be1a6fdf18427d777e6b88f4b1d454be708bd48c6ad1040d44507bc5e4b94
7
+ data.tar.gz: 57cc47ad3567756712f77cdf02dffc229194127d9f4c789ee6d3d49b2152c600d982472b3fbdd1443180a7958153da6bf4d4c29a76de3b9e7f0c4f97bced9d13
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pixelforce_recipes (0.8)
4
+ pixelforce_recipes (0.9)
5
5
  capistrano (> 2.0.0)
6
6
 
7
7
  GEM
@@ -1,7 +1,4 @@
1
1
  require "pixelforce_recipes/version"
2
2
  require "capistrano"
3
3
 
4
- require File.expand_path("#{File.dirname(__FILE__)}/pixelforce_recipes/base")
5
- require File.expand_path("#{File.dirname(__FILE__)}/pixelforce_recipes/unicorn")
6
- require File.expand_path("#{File.dirname(__FILE__)}/pixelforce_recipes/sidekiq")
7
- require File.expand_path("#{File.dirname(__FILE__)}/pixelforce_recipes/puma")
4
+ require File.expand_path("#{File.dirname(__FILE__)}/pixelforce_recipes/*.rb")
@@ -1,3 +1,3 @@
1
1
  module PixelforceRecipes
2
- VERSION = "0.8"
2
+ VERSION = "0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pixelforce_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.8'
4
+ version: '0.9'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Zhang