rake_npm 0.1.0.pre.13 → 0.1.0.pre.14
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/CODE_OF_CONDUCT.md +15 -13
- data/Gemfile.lock +77 -35
- data/Rakefile +56 -8
- data/lib/rake_npm/version.rb +1 -1
- data/rake_npm.gemspec +3 -1
- metadata +34 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5f7514fe9da2bcd7a547c88c125dfa36c372758b6e175393f1eead8fe17d528
|
|
4
|
+
data.tar.gz: 5e401f073a4ea4ddca18f237c98c5f2eb06c1ba822e3cd711e207a0248ff73b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f91cbd108d0208ae8182c31d16974970dfa6def51d6b42169eb584730fdd5fbcd948ecb35259beda32d0fa32d08052452cf25edffa5e2b552508d58175b7894
|
|
7
|
+
data.tar.gz: 5cfe14884a09e0202495c723e23808f13219acf9133d1684a97371573403fe0a1d668351e4844c5a6cc4db25a76635c9e330fb92c29d32a453a29ec4cc42f2a7
|
data/CODE_OF_CONDUCT.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
In the interest of fostering an open and welcoming environment, we as
|
|
6
6
|
contributors and maintainers pledge to making participation in our project and
|
|
7
7
|
our community a harassment-free experience for everyone, regardless of age, body
|
|
8
|
-
size, disability, ethnicity, gender identity and expression, level of
|
|
9
|
-
nationality, personal appearance, race, religion, or sexual identity
|
|
10
|
-
orientation.
|
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of
|
|
9
|
+
experience, nationality, personal appearance, race, religion, or sexual identity
|
|
10
|
+
and orientation.
|
|
11
11
|
|
|
12
12
|
## Our Standards
|
|
13
13
|
|
|
@@ -23,7 +23,7 @@ include:
|
|
|
23
23
|
Examples of unacceptable behavior by participants include:
|
|
24
24
|
|
|
25
25
|
* The use of sexualized language or imagery and unwelcome sexual attention or
|
|
26
|
-
advances
|
|
26
|
+
advances
|
|
27
27
|
* Trolling, insulting/derogatory comments, and personal or political attacks
|
|
28
28
|
* Public or private harassment
|
|
29
29
|
* Publishing others' private information, such as a physical or electronic
|
|
@@ -37,11 +37,11 @@ Project maintainers are responsible for clarifying the standards of acceptable
|
|
|
37
37
|
behavior and are expected to take appropriate and fair corrective action in
|
|
38
38
|
response to any instances of unacceptable behavior.
|
|
39
39
|
|
|
40
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or reject
|
|
41
|
+
comments, commits, code, wiki edits, issues, and other contributions that are
|
|
42
|
+
not aligned to this Code of Conduct, or to ban temporarily or permanently any
|
|
43
|
+
contributor for other behaviors that they deem inappropriate, threatening,
|
|
44
|
+
offensive, or harmful.
|
|
45
45
|
|
|
46
46
|
## Scope
|
|
47
47
|
|
|
@@ -58,8 +58,9 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
|
58
58
|
reported by contacting the project team at maintainers@infrablocks.io. All
|
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
|
-
obligated to maintain confidentiality with regard to the reporter of an
|
|
62
|
-
Further details of specific enforcement policies may be posted
|
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an
|
|
62
|
+
incident. Further details of specific enforcement policies may be posted
|
|
63
|
+
separately.
|
|
63
64
|
|
|
64
65
|
Project maintainers who do not follow or enforce the Code of Conduct in good
|
|
65
66
|
faith may face temporary or permanent repercussions as determined by other
|
|
@@ -67,8 +68,9 @@ members of the project's leadership.
|
|
|
67
68
|
|
|
68
69
|
## Attribution
|
|
69
70
|
|
|
70
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
|
71
|
-
available at [http://contributor-covenant.org/version/1/4][version]
|
|
71
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
|
72
|
+
version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
|
|
72
73
|
|
|
73
74
|
[homepage]: http://contributor-covenant.org
|
|
75
|
+
|
|
74
76
|
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile.lock
CHANGED
|
@@ -1,57 +1,75 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rake_npm (0.1.0.pre.
|
|
4
|
+
rake_npm (0.1.0.pre.14)
|
|
5
5
|
colored2 (~> 3.1)
|
|
6
6
|
rake_dependencies (~> 3.1)
|
|
7
7
|
rake_factory (~> 0.23)
|
|
8
|
-
ruby_npm (
|
|
8
|
+
ruby_npm (= 0.1.0.pre.7)
|
|
9
9
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (7.
|
|
13
|
+
activesupport (7.1.1)
|
|
14
|
+
base64
|
|
15
|
+
bigdecimal
|
|
14
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
|
+
connection_pool (>= 2.2.5)
|
|
18
|
+
drb
|
|
15
19
|
i18n (>= 1.6, < 2)
|
|
16
20
|
minitest (>= 5.1)
|
|
21
|
+
mutex_m
|
|
17
22
|
tzinfo (~> 2.0)
|
|
18
|
-
addressable (2.8.
|
|
23
|
+
addressable (2.8.5)
|
|
19
24
|
public_suffix (>= 2.0.2, < 6.0)
|
|
20
25
|
ast (2.4.2)
|
|
26
|
+
base64 (0.1.1)
|
|
27
|
+
bigdecimal (3.1.4)
|
|
21
28
|
colored2 (3.1.2)
|
|
22
|
-
concurrent-ruby (1.
|
|
29
|
+
concurrent-ruby (1.2.2)
|
|
30
|
+
connection_pool (2.4.1)
|
|
23
31
|
diff-lcs (1.5.0)
|
|
24
32
|
docile (1.4.0)
|
|
25
|
-
down (5.4.
|
|
33
|
+
down (5.4.1)
|
|
26
34
|
addressable (~> 2.8)
|
|
27
|
-
|
|
28
|
-
|
|
35
|
+
drb (2.1.1)
|
|
36
|
+
ruby2_keywords
|
|
37
|
+
excon (0.104.0)
|
|
38
|
+
faraday (2.7.11)
|
|
39
|
+
base64
|
|
29
40
|
faraday-net_http (>= 2.0, < 3.1)
|
|
30
41
|
ruby2_keywords (>= 0.0.4)
|
|
31
42
|
faraday-net_http (3.0.2)
|
|
32
43
|
gem-release (2.2.2)
|
|
44
|
+
git (1.18.0)
|
|
45
|
+
addressable (~> 2.8)
|
|
46
|
+
rchardet (~> 1.8)
|
|
33
47
|
hamster (3.0.0)
|
|
34
48
|
concurrent-ruby (~> 1.0)
|
|
35
|
-
i18n (1.
|
|
49
|
+
i18n (1.14.1)
|
|
36
50
|
concurrent-ruby (~> 1.0)
|
|
37
51
|
immutable-struct (2.4.1)
|
|
38
52
|
json (2.6.3)
|
|
53
|
+
language_server-protocol (3.17.0.3)
|
|
39
54
|
lino (3.1.0)
|
|
40
55
|
hamster (~> 3.0)
|
|
41
56
|
open4 (~> 1.3)
|
|
42
57
|
memfs (1.0.0)
|
|
43
58
|
minitar (0.9)
|
|
44
|
-
minitest (5.
|
|
45
|
-
|
|
59
|
+
minitest (5.20.0)
|
|
60
|
+
mutex_m (0.1.2)
|
|
61
|
+
octokit (6.1.1)
|
|
46
62
|
faraday (>= 1, < 3)
|
|
47
63
|
sawyer (~> 0.9)
|
|
48
64
|
open4 (1.3.4)
|
|
49
|
-
parallel (1.
|
|
50
|
-
parser (3.
|
|
65
|
+
parallel (1.23.0)
|
|
66
|
+
parser (3.2.2.4)
|
|
51
67
|
ast (~> 2.4.1)
|
|
52
|
-
|
|
68
|
+
racc
|
|
69
|
+
public_suffix (5.0.3)
|
|
70
|
+
racc (1.7.1)
|
|
53
71
|
rainbow (3.1.1)
|
|
54
|
-
rake (13.0
|
|
72
|
+
rake (13.1.0)
|
|
55
73
|
rake_circle_ci (0.11.0)
|
|
56
74
|
colored2 (~> 3.1)
|
|
57
75
|
excon (~> 0.72)
|
|
@@ -63,9 +81,18 @@ GEM
|
|
|
63
81
|
minitar (~> 0.9)
|
|
64
82
|
rake_factory (~> 0.23)
|
|
65
83
|
rubyzip (>= 1.3)
|
|
66
|
-
rake_factory (0.
|
|
84
|
+
rake_factory (0.32.0.pre.2)
|
|
67
85
|
activesupport (>= 4)
|
|
68
86
|
rake (~> 13.0)
|
|
87
|
+
rake_git (0.1.0.pre.8)
|
|
88
|
+
colored2 (~> 3.1)
|
|
89
|
+
git (~> 1.13, >= 1.13.2)
|
|
90
|
+
rake_factory (= 0.32.0.pre.2)
|
|
91
|
+
rake_git_crypt (0.1.0.pre.27)
|
|
92
|
+
colored2 (~> 3.1)
|
|
93
|
+
rake_factory (= 0.32.0.pre.2)
|
|
94
|
+
ruby_git_crypt (= 0.1.0.pre.2)
|
|
95
|
+
ruby_gpg2 (~> 0.6)
|
|
69
96
|
rake_github (0.11.0)
|
|
70
97
|
colored2 (~> 3.1)
|
|
71
98
|
octokit (>= 4.16, < 7.0)
|
|
@@ -74,43 +101,54 @@ GEM
|
|
|
74
101
|
rake_gpg (0.18.0)
|
|
75
102
|
rake_factory (~> 0.23)
|
|
76
103
|
ruby_gpg2 (~> 0.6)
|
|
77
|
-
rake_ssh (0.
|
|
104
|
+
rake_ssh (0.10.0)
|
|
78
105
|
colored2 (~> 3.1)
|
|
79
106
|
rake_factory (~> 0.23)
|
|
80
107
|
sshkey (~> 2.0)
|
|
81
|
-
|
|
82
|
-
|
|
108
|
+
rchardet (1.8.0)
|
|
109
|
+
regexp_parser (2.8.2)
|
|
110
|
+
rexml (3.2.6)
|
|
83
111
|
rspec (3.12.0)
|
|
84
112
|
rspec-core (~> 3.12.0)
|
|
85
113
|
rspec-expectations (~> 3.12.0)
|
|
86
114
|
rspec-mocks (~> 3.12.0)
|
|
87
|
-
rspec-core (3.12.
|
|
115
|
+
rspec-core (3.12.2)
|
|
88
116
|
rspec-support (~> 3.12.0)
|
|
89
|
-
rspec-expectations (3.12.
|
|
117
|
+
rspec-expectations (3.12.3)
|
|
90
118
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
91
119
|
rspec-support (~> 3.12.0)
|
|
92
|
-
rspec-mocks (3.12.
|
|
120
|
+
rspec-mocks (3.12.6)
|
|
93
121
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
94
122
|
rspec-support (~> 3.12.0)
|
|
95
|
-
rspec-support (3.12.
|
|
96
|
-
rubocop (1.
|
|
123
|
+
rspec-support (3.12.1)
|
|
124
|
+
rubocop (1.57.2)
|
|
97
125
|
json (~> 2.3)
|
|
126
|
+
language_server-protocol (>= 3.17.0)
|
|
98
127
|
parallel (~> 1.10)
|
|
99
|
-
parser (>= 3.
|
|
128
|
+
parser (>= 3.2.2.4)
|
|
100
129
|
rainbow (>= 2.2.2, < 4.0)
|
|
101
130
|
regexp_parser (>= 1.8, < 3.0)
|
|
102
131
|
rexml (>= 3.2.5, < 4.0)
|
|
103
|
-
rubocop-ast (>= 1.
|
|
132
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
|
104
133
|
ruby-progressbar (~> 1.7)
|
|
105
|
-
unicode-display_width (>=
|
|
106
|
-
rubocop-ast (1.
|
|
107
|
-
parser (>= 3.
|
|
134
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
|
135
|
+
rubocop-ast (1.30.0)
|
|
136
|
+
parser (>= 3.2.1.0)
|
|
137
|
+
rubocop-capybara (2.19.0)
|
|
138
|
+
rubocop (~> 1.41)
|
|
139
|
+
rubocop-factory_bot (2.24.0)
|
|
140
|
+
rubocop (~> 1.33)
|
|
108
141
|
rubocop-rake (0.6.0)
|
|
109
142
|
rubocop (~> 1.0)
|
|
110
|
-
rubocop-rspec (2.
|
|
111
|
-
rubocop (~> 1.
|
|
112
|
-
|
|
143
|
+
rubocop-rspec (2.25.0)
|
|
144
|
+
rubocop (~> 1.40)
|
|
145
|
+
rubocop-capybara (~> 2.17)
|
|
146
|
+
rubocop-factory_bot (~> 2.22)
|
|
147
|
+
ruby-progressbar (1.13.0)
|
|
113
148
|
ruby2_keywords (0.0.5)
|
|
149
|
+
ruby_git_crypt (0.1.0.pre.2)
|
|
150
|
+
immutable-struct (~> 2.4)
|
|
151
|
+
lino (~> 3.0)
|
|
114
152
|
ruby_gpg2 (0.10.0)
|
|
115
153
|
lino (~> 3.0)
|
|
116
154
|
ruby_npm (0.1.0.pre.7)
|
|
@@ -127,12 +165,14 @@ GEM
|
|
|
127
165
|
simplecov-html (0.12.3)
|
|
128
166
|
simplecov_json_formatter (0.1.4)
|
|
129
167
|
sshkey (2.0.0)
|
|
130
|
-
tzinfo (2.0.
|
|
168
|
+
tzinfo (2.0.6)
|
|
131
169
|
concurrent-ruby (~> 1.0)
|
|
132
|
-
unicode-display_width (2.
|
|
170
|
+
unicode-display_width (2.5.0)
|
|
133
171
|
|
|
134
172
|
PLATFORMS
|
|
135
173
|
arm64-darwin-21
|
|
174
|
+
arm64-darwin-22
|
|
175
|
+
ruby
|
|
136
176
|
x86_64-darwin-19
|
|
137
177
|
x86_64-darwin-21
|
|
138
178
|
x86_64-linux
|
|
@@ -144,6 +184,8 @@ DEPENDENCIES
|
|
|
144
184
|
memfs
|
|
145
185
|
rake
|
|
146
186
|
rake_circle_ci
|
|
187
|
+
rake_git
|
|
188
|
+
rake_git_crypt
|
|
147
189
|
rake_github
|
|
148
190
|
rake_gpg
|
|
149
191
|
rake_npm!
|
|
@@ -155,4 +197,4 @@ DEPENDENCIES
|
|
|
155
197
|
simplecov
|
|
156
198
|
|
|
157
199
|
BUNDLED WITH
|
|
158
|
-
2.4.
|
|
200
|
+
2.4.17
|
data/Rakefile
CHANGED
|
@@ -1,19 +1,44 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require 'yaml'
|
|
4
3
|
require 'rake_circle_ci'
|
|
4
|
+
require 'rake_git'
|
|
5
|
+
require 'rake_git_crypt'
|
|
5
6
|
require 'rake_github'
|
|
6
|
-
require 'rake_ssh'
|
|
7
7
|
require 'rake_gpg'
|
|
8
|
-
require '
|
|
8
|
+
require 'rake_ssh'
|
|
9
9
|
require 'rspec/core/rake_task'
|
|
10
10
|
require 'rubocop/rake_task'
|
|
11
|
+
require 'securerandom'
|
|
12
|
+
require 'yaml'
|
|
11
13
|
|
|
12
14
|
task default: %i[
|
|
13
15
|
library:fix
|
|
14
16
|
test:unit
|
|
15
17
|
]
|
|
16
18
|
|
|
19
|
+
RakeGitCrypt.define_standard_tasks(
|
|
20
|
+
namespace: :git_crypt,
|
|
21
|
+
|
|
22
|
+
provision_secrets_task_name: :'secrets:provision',
|
|
23
|
+
destroy_secrets_task_name: :'secrets:destroy',
|
|
24
|
+
|
|
25
|
+
install_commit_task_name: :'git:commit',
|
|
26
|
+
uninstall_commit_task_name: :'git:commit',
|
|
27
|
+
|
|
28
|
+
gpg_user_key_paths: %w[
|
|
29
|
+
config/gpg
|
|
30
|
+
config/secrets/ci/gpg.public
|
|
31
|
+
]
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
namespace :git do
|
|
35
|
+
RakeGit.define_commit_task(
|
|
36
|
+
argument_names: [:message]
|
|
37
|
+
) do |t, args|
|
|
38
|
+
t.message = args.message
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
17
42
|
namespace :encryption do
|
|
18
43
|
namespace :directory do
|
|
19
44
|
desc 'Ensure CI secrets directory exists.'
|
|
@@ -23,10 +48,12 @@ namespace :encryption do
|
|
|
23
48
|
end
|
|
24
49
|
|
|
25
50
|
namespace :passphrase do
|
|
26
|
-
desc 'Generate encryption passphrase
|
|
51
|
+
desc 'Generate encryption passphrase for CI GPG key'
|
|
27
52
|
task generate: ['directory:ensure'] do
|
|
28
|
-
File.write(
|
|
29
|
-
|
|
53
|
+
File.write(
|
|
54
|
+
'config/secrets/ci/encryption.passphrase',
|
|
55
|
+
SecureRandom.base64(36)
|
|
56
|
+
)
|
|
30
57
|
end
|
|
31
58
|
end
|
|
32
59
|
end
|
|
@@ -51,12 +78,33 @@ namespace :keys do
|
|
|
51
78
|
end
|
|
52
79
|
|
|
53
80
|
namespace :secrets do
|
|
54
|
-
|
|
55
|
-
|
|
81
|
+
namespace :directory do
|
|
82
|
+
desc 'Ensure secrets directory exists and is set up correctly'
|
|
83
|
+
task :ensure do
|
|
84
|
+
FileUtils.mkdir_p('config/secrets')
|
|
85
|
+
unless File.exist?('config/secrets/.unlocked')
|
|
86
|
+
File.write('config/secrets/.unlocked', 'true')
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
desc 'Generate all generatable secrets.'
|
|
92
|
+
task generate: %w[
|
|
56
93
|
encryption:passphrase:generate
|
|
57
94
|
keys:deploy:generate
|
|
58
95
|
keys:gpg:generate
|
|
59
96
|
]
|
|
97
|
+
|
|
98
|
+
desc 'Provision all secrets.'
|
|
99
|
+
task provision: [:generate]
|
|
100
|
+
|
|
101
|
+
desc 'Delete all secrets.'
|
|
102
|
+
task :destroy do
|
|
103
|
+
rm_rf 'config/secrets'
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
desc 'Rotate all secrets.'
|
|
107
|
+
task rotate: [:'git_crypt:reinstall']
|
|
60
108
|
end
|
|
61
109
|
|
|
62
110
|
RuboCop::RakeTask.new
|
data/lib/rake_npm/version.rb
CHANGED
data/rake_npm.gemspec
CHANGED
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
|
|
|
40
40
|
spec.add_dependency 'colored2', '~> 3.1'
|
|
41
41
|
spec.add_dependency 'rake_dependencies', '~> 3.1'
|
|
42
42
|
spec.add_dependency 'rake_factory', '~> 0.23'
|
|
43
|
-
spec.add_dependency 'ruby_npm', '
|
|
43
|
+
spec.add_dependency 'ruby_npm', '0.1.0.pre.7'
|
|
44
44
|
|
|
45
45
|
spec.add_development_dependency 'activesupport'
|
|
46
46
|
spec.add_development_dependency 'bundler'
|
|
@@ -48,6 +48,8 @@ Gem::Specification.new do |spec|
|
|
|
48
48
|
spec.add_development_dependency 'memfs'
|
|
49
49
|
spec.add_development_dependency 'rake'
|
|
50
50
|
spec.add_development_dependency 'rake_circle_ci'
|
|
51
|
+
spec.add_development_dependency 'rake_git'
|
|
52
|
+
spec.add_development_dependency 'rake_git_crypt'
|
|
51
53
|
spec.add_development_dependency 'rake_github'
|
|
52
54
|
spec.add_development_dependency 'rake_gpg'
|
|
53
55
|
spec.add_development_dependency 'rake_ssh'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_npm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0.pre.
|
|
4
|
+
version: 0.1.0.pre.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- InfraBlocks Maintainers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colored2
|
|
@@ -56,16 +56,16 @@ dependencies:
|
|
|
56
56
|
name: ruby_npm
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.1.0.pre.
|
|
61
|
+
version: 0.1.0.pre.7
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- -
|
|
66
|
+
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.1.0.pre.
|
|
68
|
+
version: 0.1.0.pre.7
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: activesupport
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -150,6 +150,34 @@ dependencies:
|
|
|
150
150
|
- - ">="
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '0'
|
|
153
|
+
- !ruby/object:Gem::Dependency
|
|
154
|
+
name: rake_git
|
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
|
156
|
+
requirements:
|
|
157
|
+
- - ">="
|
|
158
|
+
- !ruby/object:Gem::Version
|
|
159
|
+
version: '0'
|
|
160
|
+
type: :development
|
|
161
|
+
prerelease: false
|
|
162
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
163
|
+
requirements:
|
|
164
|
+
- - ">="
|
|
165
|
+
- !ruby/object:Gem::Version
|
|
166
|
+
version: '0'
|
|
167
|
+
- !ruby/object:Gem::Dependency
|
|
168
|
+
name: rake_git_crypt
|
|
169
|
+
requirement: !ruby/object:Gem::Requirement
|
|
170
|
+
requirements:
|
|
171
|
+
- - ">="
|
|
172
|
+
- !ruby/object:Gem::Version
|
|
173
|
+
version: '0'
|
|
174
|
+
type: :development
|
|
175
|
+
prerelease: false
|
|
176
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
177
|
+
requirements:
|
|
178
|
+
- - ">="
|
|
179
|
+
- !ruby/object:Gem::Version
|
|
180
|
+
version: '0'
|
|
153
181
|
- !ruby/object:Gem::Dependency
|
|
154
182
|
name: rake_github
|
|
155
183
|
requirement: !ruby/object:Gem::Requirement
|