bottles 1.1.0.499 → 2.0.0.567

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Zjk2MWY1NDJjYjRmNzBiMDlkOTdmMDVlZGE0NWU4MjBhYjQzMjc0Ng==
4
+ MzBlMzJhMjY1MjU0ZDI3ZWRiZjIwZmQyOGRkZWFhN2YzZmQyZmM2MQ==
5
5
  data.tar.gz: !binary |-
6
- NDdlMTNjNTY0YzczNmI3ZDA4NjliY2JlYmIwMjA3YWE3MjlmZjE1Yw==
6
+ ZTAxMDVhMzAyMzljM2E5ZGU2Y2NiZDU5MWE2NGM5NDJmMGY0YTIyMA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZjczMjJiMDcyNGJiYTcxOGM5M2JlMjdjODE3YjBlMTZlOTEzMjMwMzMzODE5
10
- Yzc2MzNhNzIwNzMyNDQzODZmMGZjNzc3MjgzZDhkMTdhYmJhNWZmYWY1NjVh
11
- MzhhMTQ3YTVmNmM4OTYzYjljNGM5NjgxODVmMmU5NmNhMTk5Mzg=
9
+ ZDYwOTM0NTNmYTgzODA2MzE2MjVjNzNjYjFkNmJjMDI3NWJhZDAxNTQ4Nzg0
10
+ OThhNzU4NzYyZGQzMjc1MDQ0MWQ5ODdiNzk4ODFlN2U5MjNiZWFkMGM5ZDk1
11
+ Y2UyMGVhNGU3MzgxOGE4M2I3YTViMjYyM2Q4NjgzMjczNTI0MTM=
12
12
  data.tar.gz: !binary |-
13
- NWY2YWNjYWM3MzVjMGY5ODU2NjJmOGNkZTNmNWU1NmZmMWViMjZhZTBhY2Qy
14
- M2ZkNWRkNzFkOWEwNjhmZDE3YTdlOTFmNGZiNGE0MmMxMzE4YTljM2M3OGJm
15
- MWI4NDMxZWMxNDU5ZDlmZjUwOTBmMTkyMmU0ZTMxZDAwODU0NDk=
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
- result = system(File.dirname(__FILE__) + "/bottles.exe " + ARGV.join(' '))
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: 1.1.0.499
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-05-15 00:00:00.000000000 Z
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