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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cacfc131f57782c8b29fde7e22680d49be6834c9
4
- data.tar.gz: 545cb11611dccf2cfbed3acaaeb0974005822752
3
+ metadata.gz: a2a479bd0363fd9b4471af4bd114911818422017
4
+ data.tar.gz: c4058c62a7be55dfc8a0662efe2cbfc6dc741213
5
5
  SHA512:
6
- metadata.gz: 6ecdb2655de0416af77030b63c02bd50bba77c530b53e194c56e96d154cd1561005ae89d5cc7e8a1c47b5f12c7c2fedf8596b3f0eee88946ef2affe21f7fa653
7
- data.tar.gz: 2c55bfed1420bdacff99176d439b57121193b0ad3575db3f0ac5b12c8d44aff4bf0e353e1b4b183c5d35740195cdc75cbb2a1291e31d4bbc8b055ef58c8f15c8
6
+ metadata.gz: 11de8c9636452c93217d26ae93f763d9bcc54f20bb90c87cd91eba543cdcb2451368ba486ba5fc2d18504c05f5ddf8bb7d35c9dcd751db470164c917c676a953
7
+ data.tar.gz: dc906c889a847a85610ad8762a915e7d9faf568b075c45bc2913da69a89094f4588d5651e20f333660ee869f728f6cc8b0533b0374c4cdbc2b93ff9572115d35
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rb2exe (0.1.11)
4
+ rb2exe (0.1.14)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -10,7 +10,11 @@ gem install rb2exe
10
10
 
11
11
  ## Usage
12
12
 
13
- rb2exe <app directory> <app main file> <output>
13
+ ```bash
14
+ rb2exe <app working directory> <app main file> <output file>
15
+ ```
16
+
17
+ ## Usage Example:
14
18
  ```bash
15
19
  mkdir test
16
20
  cd test
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
- `sudo ln -sf #{Dir.pwd}/bin/rb2exe /usr/local/bin/`
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}")
@@ -1,3 +1,3 @@
1
1
  module Rb2exe
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.14"
3
3
  end
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.12
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