remote_ruby 0.2 → 0.2.1
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/.github/workflows/main.yml +2 -4
- data/.rubocop.yml +2 -1
- data/Gemfile +2 -1
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/lib/remote_ruby/code_templates/compiler/main.rb.erb +3 -0
- data/lib/remote_ruby/version.rb +1 -1
- data/remote_ruby.gemspec +1 -0
- metadata +17 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21850de6e7b04dfe1d79d324a84d1d75a667d8108f569af35a09a2eeb9bd0ccf
|
|
4
|
+
data.tar.gz: bc24eeaa65cfe32d2255ae57b2a0d25c0ec5e1f80405f699c338ccf05f61076a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2edae65955253f3bfaada58cc4fa813663d55ac85866ecff94495931802467d93197f66b449e8296d9a7b1b09b890acafb7c5e2ac8eedef4c82ab4bb3bfb89cf
|
|
7
|
+
data.tar.gz: b017792d4c4d400d680e77f6865c9fe3b0b8a6187f9a5c31134895cc1c2946724d687ebe72b41ae85a3372c80de78b4ba6fff64ef70d216788ef6640ed94fab5
|
data/.github/workflows/main.yml
CHANGED
|
@@ -14,7 +14,7 @@ jobs:
|
|
|
14
14
|
strategy:
|
|
15
15
|
matrix:
|
|
16
16
|
os: [ubuntu-latest, macos-latest]
|
|
17
|
-
ruby: [2.6, 2.7,
|
|
17
|
+
ruby: [2.6, 2.7, 3.2, head]
|
|
18
18
|
runs-on: ${{ matrix.os }}
|
|
19
19
|
steps:
|
|
20
20
|
- uses: actions/checkout@v2
|
|
@@ -23,6 +23,4 @@ jobs:
|
|
|
23
23
|
ruby-version: ${{ matrix.ruby }}
|
|
24
24
|
bundler-cache: true
|
|
25
25
|
- run: bundle exec rspec
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
- uses: coverallsapp/github-action@v2
|
data/.rubocop.yml
CHANGED
data/Gemfile
CHANGED
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# remote_ruby
|
|
2
|
-
](https://github.com/Nu-hin/remote_ruby/actions/workflows/main.yml)
|
|
3
3
|
[](https://coveralls.io/github/Nu-hin/remote_ruby?branch=master)
|
|
4
4
|
[](https://codeclimate.com/github/Nu-hin/remote_ruby/maintainability)
|
|
5
5
|
[](https://badge.fury.io/rb/remote_ruby)
|
data/lib/remote_ruby/version.rb
CHANGED
data/remote_ruby.gemspec
CHANGED
|
@@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
|
|
|
28
28
|
|
|
29
29
|
spec.require_paths = ['lib']
|
|
30
30
|
|
|
31
|
+
spec.add_runtime_dependency 'base64', '~> 0.2'
|
|
31
32
|
spec.add_runtime_dependency 'colorize', '~> 0.8'
|
|
32
33
|
spec.add_runtime_dependency 'method_source', '~> 1.0'
|
|
33
34
|
spec.add_runtime_dependency 'parser', '~> 3.0'
|
metadata
CHANGED
|
@@ -1,15 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: remote_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikita Chernukhin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: base64
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0.2'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0.2'
|
|
13
27
|
- !ruby/object:Gem::Dependency
|
|
14
28
|
name: colorize
|
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -120,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
120
134
|
- !ruby/object:Gem::Version
|
|
121
135
|
version: '0'
|
|
122
136
|
requirements: []
|
|
123
|
-
rubygems_version: 3.
|
|
137
|
+
rubygems_version: 3.5.9
|
|
124
138
|
signing_key:
|
|
125
139
|
specification_version: 4
|
|
126
140
|
summary: Execute Ruby code on the remote servers.
|