pixelforce_recipes 1.1 → 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: ac12cb36ab27f4ce507cc9ffe9fd857c08b41a59
4
- data.tar.gz: 0513a58aa08cdc6110eb6605db8a5cdc06a482e4
3
+ metadata.gz: abf12884468a39ff825384c1624d6196301ed336
4
+ data.tar.gz: 957c90242ba13f07d7835192a8bab25bb7a4b464
5
5
  SHA512:
6
- metadata.gz: ee40e4a2f76b4476f2e8c8e388f62e82126d03f3dd8236c3331c1eb83d58435e46b2086d758ef004d2939ff8b079317a2bab3f98a61ebeafd4195aa3497a95e5
7
- data.tar.gz: addfe51d0a79d6e12bd8d2385b491f845392634c4a7725472371217786dfc2690f770a87f236e870fc29bbae98bfe542ab281cf3615000650ff7345ca6996981
6
+ metadata.gz: 4f385fb96bc7015076751ecbaffcda034db384bf4b39d418320c3a7f4c10369cb1c1628ed14d929fea062864e7be5e7f8c2e9b83bd92ce8600678961e7413c53
7
+ data.tar.gz: 9432ff12ff90fe3c780c5425b0e9c7f2215bc7bbedd97d1eb5743e7514fc780cb410462a2c51e373b7ad057f01bd9421cf5f9f8c2949c0c9122e0196b0537dfa
data/Gemfile.lock CHANGED
@@ -1,26 +1,28 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pixelforce_recipes (1.1)
4
+ pixelforce_recipes (1.2)
5
5
  capistrano (> 2.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- airbrussh (1.3.0)
10
+ airbrussh (1.1.1)
11
11
  sshkit (>= 1.6.1, != 1.7.0)
12
- capistrano (3.10.2)
12
+ capistrano (3.7.0)
13
13
  airbrussh (>= 1.0.0)
14
+ capistrano-harrow
14
15
  i18n
15
16
  rake (>= 10.0.0)
16
17
  sshkit (>= 1.9.0)
18
+ capistrano-harrow (0.5.3)
17
19
  concurrent-ruby (1.0.5)
18
20
  diff-lcs (1.2.5)
19
21
  i18n (1.0.1)
20
22
  concurrent-ruby (~> 1.0)
21
23
  net-scp (1.2.1)
22
24
  net-ssh (>= 2.6.5)
23
- net-ssh (4.2.0)
25
+ net-ssh (5.0.2)
24
26
  rake (10.5.0)
25
27
  rspec (3.5.0)
26
28
  rspec-core (~> 3.5.0)
@@ -35,7 +37,7 @@ GEM
35
37
  diff-lcs (>= 1.2.0, < 2.0)
36
38
  rspec-support (~> 3.5.0)
37
39
  rspec-support (3.5.0)
38
- sshkit (1.16.0)
40
+ sshkit (1.11.4)
39
41
  net-scp (>= 1.1.2)
40
42
  net-ssh (>= 2.8.0)
41
43
 
@@ -1,7 +1,7 @@
1
1
  #!/bin/bash
2
2
 
3
3
  ### BEGIN INIT INFO
4
- # Provides: puma
4
+ # Provides: <%= application %>
5
5
  # Required-Start: $local_fs $remote_fs $network $syslog
6
6
  # Required-Stop: $local_fs $remote_fs $network $syslog
7
7
  # Default-Start: 2 3 4 5
@@ -1,7 +1,7 @@
1
1
  #!/bin/bash
2
2
 
3
3
  ### BEGIN INIT INFO
4
- # Provides: unicorn
4
+ # Provides: <%= application %>
5
5
  # Required-Start: $local_fs $remote_fs $network $syslog
6
6
  # Required-Stop: $local_fs $remote_fs $network $syslog
7
7
  # Default-Start: 2 3 4 5
@@ -1,3 +1,3 @@
1
1
  module PixelforceRecipes
2
- VERSION = "1.1"
2
+ VERSION = "1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pixelforce_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: '1.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Zhang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-30 00:00:00.000000000 Z
11
+ date: 2018-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  version: '0'
117
117
  requirements: []
118
118
  rubyforge_project:
119
- rubygems_version: 2.4.8
119
+ rubygems_version: 2.5.1
120
120
  signing_key:
121
121
  specification_version: 4
122
122
  summary: Write a short summary, because Rubygems requires one.