cloudwalk 0.0.1 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79963e617cac091d5ef17808d7026f188063de7a
4
- data.tar.gz: 86e13a022581f855401797c1f3e7c9ba603ef2f5
3
+ metadata.gz: 76fa03d69bf8f3d0d59c5c199e4fc18795eb1a0f
4
+ data.tar.gz: 9251eb4d60a9e7cff81da98eedf7f69049ce76f0
5
5
  SHA512:
6
- metadata.gz: 7f0a5e91a63c3ee755dd745381c44fb060bca2d7c393d048a5bf0b4e2ef269d5d0733b4c3824f54557570f2ccd3d2531490151e851040e94e45466c0d7b76186
7
- data.tar.gz: 1de02728f1b568968c1194732f182b5eaa57379867d101a617291d6b138ede5cac39a2619e882158bbc543d99396bf09ff2a9108ce8ed52715c9e543326beac8
6
+ metadata.gz: 701c4cc10a5857668aec621afd2548ba4fdef30cebddab6e835b3314c98c30d45d08da9c8c2c10dc1194cd8295b944b1d62c1924bd710e37fcdd11d971ce0f05
7
+ data.tar.gz: d0665b30ac7ca6ed7bca08eded16145b32323f1fc29e78ee4553b0d88d1cf300897795eef8ebbc55286a8e0e0586bc2433b5b1dc7cd4e0b2188b8eaa9a4e66cc
data/bin/cloudwalk ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ platforms = {
4
+ "i386-darwain" => "i386-apple-darwin14",
5
+ "i686-linux" => "i686-pc-linux-gnu",
6
+ "i686-mingw32" => "i686-w64-mingw32.exe",
7
+ "x86_64-darwin" => "x86_64-apple-darwin14",
8
+ "x86_64-linux" => "x86_64-pc-linux-gnu",
9
+ "x86_64-mingw32" => "x86_64-w64-mingw32.exe"
10
+ }
11
+
12
+ executable = platforms["#{`uname -m`.chomp}-#{`uname -s`.chomp.downcase}"]
13
+
14
+ system("#{File.dirname(File.realpath(__FILE__))}/../exe/#{executable}", *ARGV)
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudwalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone
@@ -14,37 +14,45 @@ dependencies:
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
- version: '10.4'
19
+ version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
- version: '10.4'
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
- version: '1.7'
33
+ version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
- version: '1.7'
40
+ version: '0'
41
41
  description: CloudWalk CLI for posxml and ruby applications.
42
42
  email:
43
43
  - thiago@cloudwalk.io
44
- executables: []
44
+ executables:
45
+ - cloudwalk
45
46
  extensions: []
46
47
  extra_rdoc_files: []
47
48
  files:
49
+ - bin/cloudwalk
50
+ - exe/i386-apple-darwin14
51
+ - exe/i686-pc-linux-gnu
52
+ - exe/i686-w64-mingw32.exe
53
+ - exe/x86_64-apple-darwin14
54
+ - exe/x86_64-pc-linux-gnu
55
+ - exe/x86_64-w64-mingw32.exe
48
56
  - lib/cloudwalk.rb
49
57
  - lib/cloudwalk/config.rb
50
58
  - lib/cloudwalk/cw_file_json.rb
@@ -59,7 +67,7 @@ metadata: {}
59
67
  post_install_message:
60
68
  rdoc_options: []
61
69
  require_paths:
62
- - mrblib
70
+ - lib
63
71
  required_ruby_version: !ruby/object:Gem::Requirement
64
72
  requirements:
65
73
  - - '>='