yarv_generator 0.2.1 → 0.2.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/ext/yarv_generator/extconf.rb +1 -1
- data/lib/yarv_generator/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 649fb103d7d383a977b6105e1b029826e2aff1ee
|
|
4
|
+
data.tar.gz: 2486274e4a546f01642e4cce156b65cb423fab2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80289c8d0b97954f8db67be5521cf15faf6f36ded4e1b226d66dd6bce2b745efdd62cc50057c69a71219829a2fe2c0048b2584dc20a9cc3102e5f4d2bd9214f1
|
|
7
|
+
data.tar.gz: d0dc203221b3611c8cb183f4de73ed356535bf4ddc6ec37e5886d31e0f2436ecc1b28137b56141fdc4de188c099cc77bd2236bfd9481e524e88888b7e310c62d
|
|
@@ -14,7 +14,7 @@ if File.exist?(ruby_source)
|
|
|
14
14
|
puts "Ruby source code exists at '#{ruby_source}'."
|
|
15
15
|
else
|
|
16
16
|
puts "Ruby source code not exist. Cloning at '#{ruby_source}'."
|
|
17
|
-
result = system("git clone
|
|
17
|
+
result = system("git clone https://github.com/ruby/ruby #{ruby_source}")
|
|
18
18
|
unless result
|
|
19
19
|
puts 'Fail to clone ruby source code. Aborting.'
|
|
20
20
|
exit
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yarv_generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Minh Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
112
|
version: '0'
|
|
113
113
|
requirements: []
|
|
114
114
|
rubyforge_project:
|
|
115
|
-
rubygems_version: 2.5.
|
|
115
|
+
rubygems_version: 2.5.1
|
|
116
116
|
signing_key:
|
|
117
117
|
specification_version: 4
|
|
118
118
|
summary: A ruby-friendly YARV instruction generator
|