bottles 1.1.0.499 → 2.0.0.567
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/bin/Bottles.dll +0 -0
- data/bin/FubuCore.dll +0 -0
- data/bin/FubuCsProjFile.dll +0 -0
- data/bin/Ionic.Zip.dll +0 -0
- data/bin/Newtonsoft.Json.dll +0 -0
- data/bin/bottles +7 -1
- data/bin/bottles.exe +0 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzBlMzJhMjY1MjU0ZDI3ZWRiZjIwZmQyOGRkZWFhN2YzZmQyZmM2MQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZTAxMDVhMzAyMzljM2E5ZGU2Y2NiZDU5MWE2NGM5NDJmMGY0YTIyMA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDYwOTM0NTNmYTgzODA2MzE2MjVjNzNjYjFkNmJjMDI3NWJhZDAxNTQ4Nzg0
|
10
|
+
OThhNzU4NzYyZGQzMjc1MDQ0MWQ5ODdiNzk4ODFlN2U5MjNiZWFkMGM5ZDk1
|
11
|
+
Y2UyMGVhNGU3MzgxOGE4M2I3YTViMjYyM2Q4NjgzMjczNTI0MTM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NThlNjk1MmQzZTVlODYxM2ZkMDgyMTFjMzg5N2ZjYzJiODg2NDgxYzE3YWM4
|
14
|
+
MTIyN2FiNWVmZTE4YzQ4ZjE3MGU0MzIyYjk4N2I2MmM2YzE1YzY4ZTEyM2E1
|
15
|
+
YTcxYjZiZGNmYWNmMDE3NDExZDM0YTY3OTAxZDNlNzJlY2Y3Yjg=
|
data/bin/Bottles.dll
CHANGED
Binary file
|
data/bin/FubuCore.dll
CHANGED
Binary file
|
Binary file
|
data/bin/Ionic.Zip.dll
CHANGED
Binary file
|
Binary file
|
data/bin/bottles
CHANGED
@@ -5,5 +5,11 @@
|
|
5
5
|
# The application 'bottles' is installed as part of a gem, and
|
6
6
|
# this file is here to facilitate running it.
|
7
7
|
#
|
8
|
-
|
8
|
+
cmd = ""
|
9
|
+
if(!RUBY_PLATFORM.match("linux|darwin").nil?)
|
10
|
+
cmd << "mono "
|
11
|
+
end
|
12
|
+
cmd << File.dirname(__FILE__) + "/bottles.exe " + ARGV.join(' ')
|
13
|
+
|
14
|
+
result = system(cmd)
|
9
15
|
exit 1 unless result
|
data/bin/bottles.exe
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bottles
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0.567
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy D. Miller
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-
|
14
|
+
date: 2013-11-18 00:00:00.000000000 Z
|
15
15
|
dependencies: []
|
16
16
|
description: Shared libraries for runtime and deployment packaging of .Net
|
17
17
|
email: fubumvc-devel@googlegroups.com
|
@@ -24,7 +24,9 @@ files:
|
|
24
24
|
- bin/Bottles.dll
|
25
25
|
- bin/bottles.exe
|
26
26
|
- bin/FubuCore.dll
|
27
|
+
- bin/FubuCsProjFile.dll
|
27
28
|
- bin/Ionic.Zip.dll
|
29
|
+
- bin/Newtonsoft.Json.dll
|
28
30
|
homepage: http://fubu-project.org
|
29
31
|
licenses:
|
30
32
|
- Apache 2
|