eycap 0.6.9 → 0.6.10
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 +15 -0
- data/History.txt +4 -0
- data/README.markdown +1 -1
- data/lib/eycap/recipes/bundler.rb +1 -1
- data/lib/eycap/version.rb +1 -1
- metadata +5 -21
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
YjQ5ZWM3Y2Y4YWU1YmRjMTQzNDFhMjk0ZjIyOWFlMWI5Y2NhNjQyMA==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MDg4YTQ0ZDg2MTczYTQ3NzRjN2IyOTliZTVhMWUzMThmMDY1ZTM2Mw==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
YTI2YTc1NWRiNWJiYTcyZWRiZDk3NmFiYTM1NDMwN2NiODJhYTljZmE3OGYy
|
|
10
|
+
Y2MwMDczODBlZDZjYzNiMzk2MGU3YjFjYzI1MjIxN2ZjODk1MTVhODc2OTNh
|
|
11
|
+
MmE1OGZhYWVmMDc2Y2ExYzljMDliODQzODIzNzZjMDJhMzRmZTQ=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
MzQwODM5ZmI0ZjkzMTU1ZmZhZjQxOGU5MGQxM2Q4MTE1NjViNmYxMDgwMmQ4
|
|
14
|
+
YzY1MWYwMzAxZDBjODRmZjY3MzlmZGE0NWNhYjNkNjI2ZDY2MzllN2JhNDg5
|
|
15
|
+
NTRhY2YzYTZmZjkxNDNhN2M5YjUzMTllODZkYjc5MDc1NDBkMjg=
|
data/History.txt
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
== 0.6.10 / 2014-02-20
|
|
2
|
+
* #45 Bundler will sometimes try and verify the dependancy tree - jcstringer.
|
|
3
|
+
* This adds the ``--deployment`` flag to the ``bundle`` command.
|
|
4
|
+
|
|
1
5
|
== 0.6.9 / 2013-05-29
|
|
2
6
|
* #43 eycap v0.6.8 fails to detect rvm gem path with rvm-capistrano - Michal Papis.
|
|
3
7
|
|
data/README.markdown
CHANGED
|
@@ -77,7 +77,7 @@ If you'd like to contribute to the eycap gem please create a fork, then send a p
|
|
|
77
77
|
When you run into a problem please check the [issues](/issues) to see if one has been reported. If not, please report the issue and we'll get to work on fixing it.
|
|
78
78
|
## License
|
|
79
79
|
|
|
80
|
-
Copyright (c)
|
|
80
|
+
Copyright (c) Engine Yard
|
|
81
81
|
|
|
82
82
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
83
83
|
a copy of this software and associated documentation files (the
|
|
@@ -13,7 +13,7 @@ set :bundle_without, "test development" unless exists?(:bundle_without)
|
|
|
13
13
|
only_without_rvm = <<-SHELL
|
|
14
14
|
mkdir -p #{shared_path}/bundled_gems
|
|
15
15
|
if [ -f #{release_path}/Gemfile ]
|
|
16
|
-
then cd #{release_path} && bundle install --without=#{bundle_without} --binstubs #{release_path}/bin --path #{shared_path}/bundled_gems --quiet
|
|
16
|
+
then cd #{release_path} && bundle install --without=#{bundle_without} --binstubs #{release_path}/bin --path #{shared_path}/bundled_gems --quiet --deployment
|
|
17
17
|
fi
|
|
18
18
|
if [ ! -h #{release_path}/bin ]
|
|
19
19
|
then ln -nfs #{release_path}/bin #{release_path}/ey_bundler_binstubs
|
data/lib/eycap/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eycap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.6.10
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Engine Yard
|
|
@@ -21,12 +20,11 @@ authors:
|
|
|
21
20
|
autorequire:
|
|
22
21
|
bindir: bin
|
|
23
22
|
cert_chain: []
|
|
24
|
-
date:
|
|
23
|
+
date: 2014-02-20 00:00:00.000000000 Z
|
|
25
24
|
dependencies:
|
|
26
25
|
- !ruby/object:Gem::Dependency
|
|
27
26
|
name: capistrano
|
|
28
27
|
requirement: !ruby/object:Gem::Requirement
|
|
29
|
-
none: false
|
|
30
28
|
requirements:
|
|
31
29
|
- - ! '>='
|
|
32
30
|
- !ruby/object:Gem::Version
|
|
@@ -34,7 +32,6 @@ dependencies:
|
|
|
34
32
|
type: :runtime
|
|
35
33
|
prerelease: false
|
|
36
34
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
none: false
|
|
38
35
|
requirements:
|
|
39
36
|
- - ! '>='
|
|
40
37
|
- !ruby/object:Gem::Version
|
|
@@ -42,7 +39,6 @@ dependencies:
|
|
|
42
39
|
- !ruby/object:Gem::Dependency
|
|
43
40
|
name: rake
|
|
44
41
|
requirement: !ruby/object:Gem::Requirement
|
|
45
|
-
none: false
|
|
46
42
|
requirements:
|
|
47
43
|
- - ! '>='
|
|
48
44
|
- !ruby/object:Gem::Version
|
|
@@ -50,7 +46,6 @@ dependencies:
|
|
|
50
46
|
type: :development
|
|
51
47
|
prerelease: false
|
|
52
48
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
|
-
none: false
|
|
54
49
|
requirements:
|
|
55
50
|
- - ! '>='
|
|
56
51
|
- !ruby/object:Gem::Version
|
|
@@ -58,7 +53,6 @@ dependencies:
|
|
|
58
53
|
- !ruby/object:Gem::Dependency
|
|
59
54
|
name: minitest
|
|
60
55
|
requirement: !ruby/object:Gem::Requirement
|
|
61
|
-
none: false
|
|
62
56
|
requirements:
|
|
63
57
|
- - ! '>='
|
|
64
58
|
- !ruby/object:Gem::Version
|
|
@@ -66,7 +60,6 @@ dependencies:
|
|
|
66
60
|
type: :development
|
|
67
61
|
prerelease: false
|
|
68
62
|
version_requirements: !ruby/object:Gem::Requirement
|
|
69
|
-
none: false
|
|
70
63
|
requirements:
|
|
71
64
|
- - ! '>='
|
|
72
65
|
- !ruby/object:Gem::Version
|
|
@@ -74,7 +67,6 @@ dependencies:
|
|
|
74
67
|
- !ruby/object:Gem::Dependency
|
|
75
68
|
name: minitest-capistrano
|
|
76
69
|
requirement: !ruby/object:Gem::Requirement
|
|
77
|
-
none: false
|
|
78
70
|
requirements:
|
|
79
71
|
- - ! '>='
|
|
80
72
|
- !ruby/object:Gem::Version
|
|
@@ -82,7 +74,6 @@ dependencies:
|
|
|
82
74
|
type: :development
|
|
83
75
|
prerelease: false
|
|
84
76
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
|
-
none: false
|
|
86
77
|
requirements:
|
|
87
78
|
- - ! '>='
|
|
88
79
|
- !ruby/object:Gem::Version
|
|
@@ -136,33 +127,26 @@ files:
|
|
|
136
127
|
- test/minitest_helper.rb
|
|
137
128
|
homepage: http://github.com/engineyard/eycap
|
|
138
129
|
licenses: []
|
|
130
|
+
metadata: {}
|
|
139
131
|
post_install_message:
|
|
140
132
|
rdoc_options: []
|
|
141
133
|
require_paths:
|
|
142
134
|
- lib
|
|
143
135
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
144
|
-
none: false
|
|
145
136
|
requirements:
|
|
146
137
|
- - ! '>='
|
|
147
138
|
- !ruby/object:Gem::Version
|
|
148
139
|
version: '0'
|
|
149
|
-
segments:
|
|
150
|
-
- 0
|
|
151
|
-
hash: 3811567187835498791
|
|
152
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
|
-
none: false
|
|
154
141
|
requirements:
|
|
155
142
|
- - ! '>='
|
|
156
143
|
- !ruby/object:Gem::Version
|
|
157
144
|
version: '0'
|
|
158
|
-
segments:
|
|
159
|
-
- 0
|
|
160
|
-
hash: 3811567187835498791
|
|
161
145
|
requirements: []
|
|
162
146
|
rubyforge_project:
|
|
163
|
-
rubygems_version:
|
|
147
|
+
rubygems_version: 2.2.1
|
|
164
148
|
signing_key:
|
|
165
|
-
specification_version:
|
|
149
|
+
specification_version: 4
|
|
166
150
|
summary: Recipes that help automate the processes of the Engine Yard stack for users
|
|
167
151
|
of the Managed platform.
|
|
168
152
|
test_files:
|