rb2exe 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/bin/rb2exe +1 -0
- data/lib/rb2exe/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38a394dd7dbed56928cacd5698465865a7aeb1c2
|
4
|
+
data.tar.gz: e8a0d5092a699452b1a81265703b9a4b106fcfb5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 139d10f1ce2b8dc390294094228d70a52dbfe7d92cd49524709c4753e142271c4a3a7c145336095f66bcc6ccdeb1215af5a5a65c46af11f9717b54dbdf0c2e09
|
7
|
+
data.tar.gz: 9346064b1e96d8960f8f2d54433589e9f7b4172e5b25f9e321e99241b4465a894a10f10edf2641636b502f24092c80ae877bcb91dba77accc2b92c2ac76d4a32
|
data/README.md
CHANGED
@@ -98,7 +98,8 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/lourei
|
|
98
98
|
|
99
99
|
|
100
100
|
# Changelog
|
101
|
-
* 0.2.0: adding support to handle ARGV being passed to the ruby script (thanks @dabooze)
|
101
|
+
* 0.2.0: adding support to handle ARGV being passed to the ruby script (thanks @dabooze);
|
102
|
+
* 0.2.1: add missing "bundle" requirement;
|
102
103
|
|
103
104
|
## TODO
|
104
105
|
|
data/bin/rb2exe
CHANGED
data/lib/rb2exe/version.rb
CHANGED