rb2exe 0.1.12 → 0.1.14
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/Gemfile.lock +1 -1
- data/README.md +5 -1
- data/Rakefile +1 -1
- data/lib/rb2exe/version.rb +1 -1
- metadata +1 -2
- data/bin/traveling-ruby-2.2.2/test +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a2a479bd0363fd9b4471af4bd114911818422017
|
|
4
|
+
data.tar.gz: c4058c62a7be55dfc8a0662efe2cbfc6dc741213
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11de8c9636452c93217d26ae93f763d9bcc54f20bb90c87cd91eba543cdcb2451368ba486ba5fc2d18504c05f5ddf8bb7d35c9dcd751db470164c917c676a953
|
|
7
|
+
data.tar.gz: dc906c889a847a85610ad8762a915e7d9faf568b075c45bc2913da69a89094f4588d5651e20f333660ee869f728f6cc8b0533b0374c4cdbc2b93ff9572115d35
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ module Bundler
|
|
|
6
6
|
path = File.expand_path(File.dirname(__FILE__))
|
|
7
7
|
path = path.gsub('/', '\/').strip
|
|
8
8
|
`sed -i -e "s/__RB2EXE_GEM_PATH__/#{path}/g" #{Dir.pwd}/bin/rb2exe`
|
|
9
|
-
|
|
9
|
+
sh_with_code("sudo ln -sf #{Dir.pwd}/bin/rb2exe /usr/local/bin/")
|
|
10
10
|
|
|
11
11
|
built_gem_path ||= build_gem
|
|
12
12
|
out, _ = sh_with_code("gem install '#{built_gem_path}'#{" --local" if local}")
|
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.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Loureiro
|
|
@@ -1050,7 +1050,6 @@ files:
|
|
|
1050
1050
|
- bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/specifications/default/psych-2.0.8.gemspec
|
|
1051
1051
|
- bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/specifications/default/rake-10.4.2.gemspec
|
|
1052
1052
|
- bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/specifications/default/rdoc-4.2.0.gemspec
|
|
1053
|
-
- bin/traveling-ruby-2.2.2/test
|
|
1054
1053
|
- bin/traveling-ruby-2.2.2/test-rake
|
|
1055
1054
|
- lib/rb2exe.rb
|
|
1056
1055
|
- lib/rb2exe/version.rb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/home/daniel/projects/test-rake/test
|