bard-new 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 +4 -4
- data/Gemfile +0 -2
- data/Gemfile.lock +6 -25
- data/features/support/provision_server.rb +1 -1
- data/lib/bard/new/rails_template.rb +0 -1
- data/lib/bard/new/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ab3f7959c3f79b4c12b18b4d930d0b699e7cfceeabe215b4bd8f1ed2a66d6f3
|
|
4
|
+
data.tar.gz: c9b6d4a2a7d3c5b67373875728687a8188182ad1f24733532e05a52e9a2a0d5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d591b020109b70e3ceffd7bc8e6f1011e5d9b76a51cafac70eb4188b3da33157d80eebd6bbf003e03a9127b5e59cd7a96ba8d3b0a8a2a5b1e7cd6a3ad5ec307
|
|
7
|
+
data.tar.gz: f683d8f247e4dd26d8d416a87bd2f0b1e851ef7ba3cf2a50f2546eb79300550f24c7882a88d8646f03c0714098d1ebc45957a79fe2238e78dea00f414c4f08a3
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
|
-
GIT
|
|
2
|
-
remote: https://github.com/botandrose/bard.git
|
|
3
|
-
revision: eed2de978df9a6e26bd98c2ca1e02da5586e22a0
|
|
4
|
-
branch: v2.0
|
|
5
|
-
specs:
|
|
6
|
-
bard (2.0.0)
|
|
7
|
-
base64
|
|
8
|
-
rbnacl
|
|
9
|
-
rvm
|
|
10
|
-
term-ansicolor (>= 1.0.3)
|
|
11
|
-
thor (>= 0.19.0)
|
|
12
|
-
|
|
13
1
|
PATH
|
|
14
2
|
remote: .
|
|
15
3
|
specs:
|
|
16
|
-
bard-new (0.1.
|
|
4
|
+
bard-new (0.1.2)
|
|
17
5
|
bard
|
|
18
6
|
|
|
19
7
|
GEM
|
|
@@ -21,6 +9,11 @@ GEM
|
|
|
21
9
|
specs:
|
|
22
10
|
addressable (2.8.9)
|
|
23
11
|
public_suffix (>= 2.0.2, < 8.0)
|
|
12
|
+
bard (2.0.2)
|
|
13
|
+
base64
|
|
14
|
+
rbnacl
|
|
15
|
+
rvm
|
|
16
|
+
thor (>= 0.19.0)
|
|
24
17
|
base64 (0.3.0)
|
|
25
18
|
bigdecimal (4.1.0)
|
|
26
19
|
builder (3.3.0)
|
|
@@ -85,7 +78,6 @@ GEM
|
|
|
85
78
|
logger (1.7.0)
|
|
86
79
|
memoist3 (1.0.0)
|
|
87
80
|
mini_mime (1.1.5)
|
|
88
|
-
mize (0.6.1)
|
|
89
81
|
multi_json (1.19.1)
|
|
90
82
|
multi_test (1.1.0)
|
|
91
83
|
pp (0.6.3)
|
|
@@ -103,8 +95,6 @@ GEM
|
|
|
103
95
|
erb
|
|
104
96
|
psych (>= 4.0.0)
|
|
105
97
|
tsort
|
|
106
|
-
readline (0.0.4)
|
|
107
|
-
reline
|
|
108
98
|
reline (0.6.3)
|
|
109
99
|
io-console (~> 0.5)
|
|
110
100
|
rexml (3.4.4)
|
|
@@ -129,22 +119,14 @@ GEM
|
|
|
129
119
|
simplecov-html (0.13.2)
|
|
130
120
|
simplecov_json_formatter (0.1.4)
|
|
131
121
|
stringio (3.2.0)
|
|
132
|
-
sync (0.5.0)
|
|
133
122
|
sys-uname (1.5.1)
|
|
134
123
|
ffi (~> 1.1)
|
|
135
124
|
memoist3 (~> 1.0.0)
|
|
136
|
-
term-ansicolor (1.11.3)
|
|
137
|
-
tins (~> 1)
|
|
138
125
|
testcontainers (0.2.0)
|
|
139
126
|
testcontainers-core (= 0.2.0)
|
|
140
127
|
testcontainers-core (0.2.0)
|
|
141
128
|
docker-api (~> 2.2)
|
|
142
129
|
thor (1.5.0)
|
|
143
|
-
tins (1.52.0)
|
|
144
|
-
bigdecimal
|
|
145
|
-
mize (~> 0.6)
|
|
146
|
-
readline
|
|
147
|
-
sync
|
|
148
130
|
tsort (0.2.0)
|
|
149
131
|
webmock (3.26.2)
|
|
150
132
|
addressable (>= 2.8.0)
|
|
@@ -165,7 +147,6 @@ PLATFORMS
|
|
|
165
147
|
x86_64-linux-musl
|
|
166
148
|
|
|
167
149
|
DEPENDENCIES
|
|
168
|
-
bard!
|
|
169
150
|
bard-new!
|
|
170
151
|
cucumber
|
|
171
152
|
debug
|
|
@@ -154,7 +154,7 @@ module ProvisionServerWorld
|
|
|
154
154
|
run_provision_ssh_as("www", <<~SH)
|
|
155
155
|
cat > ~/testproject/Gemfile << 'GEMFILE'
|
|
156
156
|
source "https://rubygems.org"
|
|
157
|
-
gem "bard"
|
|
157
|
+
gem "bard"
|
|
158
158
|
gem "foreman-export-systemd_user"
|
|
159
159
|
GEMFILE
|
|
160
160
|
SH
|
data/lib/bard/new/version.rb
CHANGED