rultor 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.0pdd.yml +5 -0
- data/.pdd +7 -0
- data/.rultor.yml +5 -6
- data/.simplecov +1 -1
- data/.travis.yml +1 -1
- data/Gemfile +1 -1
- data/LICENSE.txt +1 -1
- data/README.md +3 -1
- data/Rakefile +1 -1
- data/bin/rultor +1 -1
- data/features/step_definitions/steps.rb +1 -1
- data/features/support/env.rb +1 -1
- data/lib/rultor.rb +2 -2
- data/lib/rultor/encrypt.rb +4 -4
- data/lib/rultor/version.rb +3 -3
- data/rultor.gemspec +2 -2
- data/test/test_encrypt.rb +2 -2
- data/test/test_rultor.rb +2 -2
- metadata +6 -5
- data/PUZZLES.md +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb2b1369683f0fa2243d697594716b8e0346e40a
|
4
|
+
data.tar.gz: 486d53168d92a696208464618dc42089ae459675
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69d422d1669180a8b36989a2404e06da84f40fcf0d2b0a9a9a632925fbb5c7ce5c624ce7d6a0b4c54f2c0b27a0586ae7251e10d8ea8aab2947fd7afc7a5ffea9
|
7
|
+
data.tar.gz: 59fe2d5cb89043037bd74ab25d6178dfc0d6246815b290007f2d1255e0744855a55204183f7316b5314ff025bc2006480f65d7214be30a3f6a4456fc763defc2
|
data/.0pdd.yml
ADDED
data/.pdd
ADDED
data/.rultor.yml
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
decrypt:
|
2
2
|
rubygems.yml: repo/rubygems.yml.asc
|
3
3
|
assets:
|
4
|
-
s3cfg:
|
4
|
+
s3cfg: zerocracy/home#assets/s3cfg
|
5
5
|
install: |
|
6
|
-
sudo bundle install
|
7
6
|
sudo apt-get install -y bcrypt
|
7
|
+
bundle install
|
8
|
+
sudo gem install pdd
|
8
9
|
release:
|
9
10
|
script: |-
|
10
11
|
rake
|
@@ -13,9 +14,7 @@ release:
|
|
13
14
|
gem build rultor.gemspec
|
14
15
|
chmod 0600 ../rubygems.yml
|
15
16
|
gem push *.gem --config-file ../rubygems.yml
|
16
|
-
|
17
|
-
pdd --source=$(pwd) --verbose --file=rultor-remote.xml
|
18
|
-
s3cmd --no-progress put rultor-remote.xml --config=../s3cfg s3://pdd.teamed.io/rltor-remote.xml
|
17
|
+
pdd --source=$(pwd) --verbose --file=/dev/null
|
19
18
|
commanders:
|
20
19
|
- yegor256
|
21
20
|
architect:
|
@@ -23,4 +22,4 @@ architect:
|
|
23
22
|
- alex-palevsky
|
24
23
|
merge:
|
25
24
|
commanders: []
|
26
|
-
deploy: {}
|
25
|
+
deploy: {}
|
data/.simplecov
CHANGED
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1
1
|
<img src="http://doc.rultor.com/images/logo.svg" width="64px" height="64px"/>
|
2
2
|
|
3
|
-
[![
|
3
|
+
[![Managed by Zerocracy](http://www.zerocracy.com/badge.svg)](http://www.zerocracy.com)
|
4
4
|
[![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/rultor-remote)](http://www.rultor.com/p/yegor256/rultor-remote)
|
5
|
+
[![We recommend RubyMine](http://img.teamed.io/rubymine-recommend.svg)](https://www.jetbrains.com/ruby/)
|
5
6
|
|
6
7
|
[![Build Status](https://travis-ci.org/yegor256/rultor-remote.svg)](https://travis-ci.org/yegor256/rultor-remote)
|
8
|
+
[![PDD status](http://www.0pdd.com/svg?name=yegor256/rultor-remote)](http://www.0pdd.com/p?name=yegor256/rultor-remote)
|
7
9
|
[![Build status](https://ci.appveyor.com/api/projects/status/qinkj0i7h6ralg7w?svg=true)](https://ci.appveyor.com/project/yegor256/rultor-remote)
|
8
10
|
[![Gem Version](https://badge.fury.io/rb/rultor.svg)](http://badge.fury.io/rb/rultor)
|
9
11
|
[![Dependency Status](https://gemnasium.com/yegor256/rultor-remote.svg)](https://gemnasium.com/yegor256/rultor-remote)
|
data/Rakefile
CHANGED
data/bin/rultor
CHANGED
data/features/support/env.rb
CHANGED
data/lib/rultor.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# Copyright (c) 2009-
|
3
|
+
# Copyright (c) 2009-2017, rultor.com
|
4
4
|
# All rights reserved.
|
5
5
|
#
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
@@ -31,7 +31,7 @@
|
|
31
31
|
require 'logger'
|
32
32
|
|
33
33
|
# RULTOR main module.
|
34
|
-
# Author:: Yegor Bugayenko (
|
34
|
+
# Author:: Yegor Bugayenko (yegor256@gmail.com)
|
35
35
|
# Copyright:: Copyright (c) 2014 Yegor Bugayenko
|
36
36
|
# License:: BSD
|
37
37
|
module Rultor
|
data/lib/rultor/encrypt.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# Copyright (c) 2009-
|
3
|
+
# Copyright (c) 2009-2017, rultor.com
|
4
4
|
# All rights reserved.
|
5
5
|
#
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
@@ -32,7 +32,7 @@ require 'shellwords'
|
|
32
32
|
require 'English'
|
33
33
|
|
34
34
|
# Rultor main module.
|
35
|
-
# Author:: Yegor Bugayenko (
|
35
|
+
# Author:: Yegor Bugayenko (yegor256@gmail.com)
|
36
36
|
# Copyright:: Copyright (c) 2014 Yegor Bugayenko
|
37
37
|
# License:: BSD
|
38
38
|
module Rultor
|
@@ -76,7 +76,7 @@ module Rultor
|
|
76
76
|
gpg --symmetric --armor --verbose --batch --no-tty \
|
77
77
|
--passphrase #{Shellwords.escape(@key)} \
|
78
78
|
-o \"${tmp}\" \"${file}\"
|
79
|
-
gpg --keyserver hkp://pool.sks-keyservers.net \
|
79
|
+
gpg --keyserver hkp://ipv4.pool.sks-keyservers.net \
|
80
80
|
--verbose --recv-keys 9AF0FA4C
|
81
81
|
gpg --trust-model always \
|
82
82
|
--output \"${asc}\" \
|
@@ -96,7 +96,7 @@ module Rultor
|
|
96
96
|
" --passphrase #{Shellwords.escape(@key)}" \
|
97
97
|
" -o #{Shellwords.escape(tmp)}" \
|
98
98
|
" #{Shellwords.escape(source)}",
|
99
|
-
'gpg --keyserver hkp://pool.sks-keyservers.net' \
|
99
|
+
'gpg --keyserver hkp://ipv4.pool.sks-keyservers.net' \
|
100
100
|
' --verbose --recv-keys 9AF0FA4C',
|
101
101
|
'gpg --trust-model always' \
|
102
102
|
" --output #{Shellwords.escape(target)}" \
|
data/lib/rultor/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# Copyright (c) 2009-
|
3
|
+
# Copyright (c) 2009-2017, rultor.com
|
4
4
|
# All rights reserved.
|
5
5
|
#
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
@@ -29,9 +29,9 @@
|
|
29
29
|
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
30
30
|
|
31
31
|
# Rultor main module.
|
32
|
-
# Author:: Yegor Bugayenko (
|
32
|
+
# Author:: Yegor Bugayenko (yegor256@gmail.com)
|
33
33
|
# Copyright:: Copyright (c) 2014 Yegor Bugayenko
|
34
34
|
# License:: BSD
|
35
35
|
module Rultor
|
36
|
-
VERSION = '0.4.
|
36
|
+
VERSION = '0.4.4'
|
37
37
|
end
|
data/rultor.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# Copyright (c) 2009-
|
3
|
+
# Copyright (c) 2009-2017, rultor.com
|
4
4
|
# All rights reserved.
|
5
5
|
#
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
|
|
45
45
|
s.summary = 'Rultor.com Remote Control'
|
46
46
|
s.description = 'Command line remote control of www.rultor.com'
|
47
47
|
s.authors = ['Yegor Bugayenko']
|
48
|
-
s.email = '
|
48
|
+
s.email = 'yegor256@gmail.com'
|
49
49
|
s.homepage = 'http://github.com/yegor256/rultor-remote'
|
50
50
|
s.files = `git ls-files`.split($RS)
|
51
51
|
s.executables = s.files.grep(/^bin\//) { |f| File.basename(f) }
|
data/test/test_encrypt.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# Copyright (c) 2009-
|
3
|
+
# Copyright (c) 2009-2017, rultor.com
|
4
4
|
# All rights reserved.
|
5
5
|
#
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
@@ -34,7 +34,7 @@ require 'rultor/encrypt'
|
|
34
34
|
require 'tmpdir'
|
35
35
|
|
36
36
|
# Rultor encryption.
|
37
|
-
# Author:: Yegor Bugayenko (
|
37
|
+
# Author:: Yegor Bugayenko (yegor256@gmail.com)
|
38
38
|
# Copyright:: Copyright (c) 2014 Yegor Bugayenko
|
39
39
|
# License:: BSD
|
40
40
|
class TestEncrypt < Minitest::Test
|
data/test/test_rultor.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
#
|
3
|
-
# Copyright (c) 2009-
|
3
|
+
# Copyright (c) 2009-2017, rultor.com
|
4
4
|
# All rights reserved.
|
5
5
|
#
|
6
6
|
# Redistribution and use in source and binary forms, with or without
|
@@ -34,7 +34,7 @@ require 'tmpdir'
|
|
34
34
|
require 'slop'
|
35
35
|
|
36
36
|
# Rultor main module test.
|
37
|
-
# Author:: Yegor Bugayenko (
|
37
|
+
# Author:: Yegor Bugayenko (yegor256@gmail.com)
|
38
38
|
# Copyright:: Copyright (c) 2014 Yegor Bugayenko
|
39
39
|
# License:: BSD
|
40
40
|
class TestRultor < Minitest::Test
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rultor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yegor Bugayenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: slop
|
@@ -137,7 +137,7 @@ dependencies:
|
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '2.13'
|
139
139
|
description: Command line remote control of www.rultor.com
|
140
|
-
email:
|
140
|
+
email: yegor256@gmail.com
|
141
141
|
executables:
|
142
142
|
- rultor
|
143
143
|
extensions: []
|
@@ -145,15 +145,16 @@ extra_rdoc_files:
|
|
145
145
|
- README.md
|
146
146
|
- LICENSE.txt
|
147
147
|
files:
|
148
|
+
- ".0pdd.yml"
|
148
149
|
- ".gitattributes"
|
149
150
|
- ".gitignore"
|
151
|
+
- ".pdd"
|
150
152
|
- ".rubocop.yml"
|
151
153
|
- ".rultor.yml"
|
152
154
|
- ".simplecov"
|
153
155
|
- ".travis.yml"
|
154
156
|
- Gemfile
|
155
157
|
- LICENSE.txt
|
156
|
-
- PUZZLES.md
|
157
158
|
- README.md
|
158
159
|
- Rakefile
|
159
160
|
- TEAM.md
|
@@ -194,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
195
|
version: '0'
|
195
196
|
requirements: []
|
196
197
|
rubyforge_project:
|
197
|
-
rubygems_version: 2.
|
198
|
+
rubygems_version: 2.6.8
|
198
199
|
signing_key:
|
199
200
|
specification_version: 2
|
200
201
|
summary: Rultor.com Remote Control
|
data/PUZZLES.md
DELETED