rb2exe 0.1.45 → 0.1.46
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rb2exe/version.rb +1 -1
- metadata +1 -3
- data/Gemfile.lock +0 -20
- data/bin/rb2exe.rb +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36b266ff43566bb4e39ff2ff774e7ca121e78274
|
4
|
+
data.tar.gz: 728851c5fc386373e1ed38549bf23a042c1a7048
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 086007f30a24c31a9b0d178a57c00d5f3069b5f26d3610a7e7bb0e2abf5157cb089e94fbad4f47e8ec6d0ef9a357b651572f894b616f06a0190f50d16488021d
|
7
|
+
data.tar.gz: 1387b5165a46d330daa41fa85f5fcf16ca66ed549e88ee42a5b4173d5167f143382d405bff41ee31dc36011c3024c4be017774e14818ff48930b545ff6205363
|
data/lib/rb2exe/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rb2exe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.46
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Loureiro
|
@@ -47,7 +47,6 @@ extensions: []
|
|
47
47
|
extra_rdoc_files: []
|
48
48
|
files:
|
49
49
|
- Gemfile
|
50
|
-
- Gemfile.lock
|
51
50
|
- README.md
|
52
51
|
- Rakefile
|
53
52
|
- bin/build
|
@@ -55,7 +54,6 @@ files:
|
|
55
54
|
- bin/decompress
|
56
55
|
- bin/installer
|
57
56
|
- bin/rb2exe
|
58
|
-
- bin/rb2exe.rb
|
59
57
|
- bin/setup
|
60
58
|
- bin/traveling-ruby-2.2.2/bin.real/bundle
|
61
59
|
- bin/traveling-ruby-2.2.2/bin.real/bundler
|
data/Gemfile.lock
DELETED
data/bin/rb2exe.rb
DELETED
File without changes
|