bottles 1.1.0.499
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/bin/Bottles.dll +0 -0
- data/bin/FubuCore.dll +0 -0
- data/bin/Ionic.Zip.dll +0 -0
- data/bin/bottles +9 -0
- data/bin/bottles.exe +0 -0
- metadata +52 -0
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
Zjk2MWY1NDJjYjRmNzBiMDlkOTdmMDVlZGE0NWU4MjBhYjQzMjc0Ng==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NDdlMTNjNTY0YzczNmI3ZDA4NjliY2JlYmIwMjA3YWE3MjlmZjE1Yw==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
ZjczMjJiMDcyNGJiYTcxOGM5M2JlMjdjODE3YjBlMTZlOTEzMjMwMzMzODE5
|
10
|
+
Yzc2MzNhNzIwNzMyNDQzODZmMGZjNzc3MjgzZDhkMTdhYmJhNWZmYWY1NjVh
|
11
|
+
MzhhMTQ3YTVmNmM4OTYzYjljNGM5NjgxODVmMmU5NmNhMTk5Mzg=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
NWY2YWNjYWM3MzVjMGY5ODU2NjJmOGNkZTNmNWU1NmZmMWViMjZhZTBhY2Qy
|
14
|
+
M2ZkNWRkNzFkOWEwNjhmZDE3YTdlOTFmNGZiNGE0MmMxMzE4YTljM2M3OGJm
|
15
|
+
MWI4NDMxZWMxNDU5ZDlmZjUwOTBmMTkyMmU0ZTMxZDAwODU0NDk=
|
data/bin/Bottles.dll
ADDED
Binary file
|
data/bin/FubuCore.dll
ADDED
Binary file
|
data/bin/Ionic.Zip.dll
ADDED
Binary file
|
data/bin/bottles
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
#
|
3
|
+
# This file was generated by RubyGems.
|
4
|
+
#
|
5
|
+
# The application 'bottles' is installed as part of a gem, and
|
6
|
+
# this file is here to facilitate running it.
|
7
|
+
#
|
8
|
+
result = system(File.dirname(__FILE__) + "/bottles.exe " + ARGV.join(' '))
|
9
|
+
exit 1 unless result
|
data/bin/bottles.exe
ADDED
Binary file
|
metadata
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: bottles
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.1.0.499
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Jeremy D. Miller
|
8
|
+
- Josh Arnold
|
9
|
+
- Chad Myers
|
10
|
+
- Joshua Flanagan
|
11
|
+
autorequire:
|
12
|
+
bindir: bin
|
13
|
+
cert_chain: []
|
14
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
15
|
+
dependencies: []
|
16
|
+
description: Shared libraries for runtime and deployment packaging of .Net
|
17
|
+
email: fubumvc-devel@googlegroups.com
|
18
|
+
executables:
|
19
|
+
- bottles
|
20
|
+
extensions: []
|
21
|
+
extra_rdoc_files: []
|
22
|
+
files:
|
23
|
+
- bin/bottles
|
24
|
+
- bin/Bottles.dll
|
25
|
+
- bin/bottles.exe
|
26
|
+
- bin/FubuCore.dll
|
27
|
+
- bin/Ionic.Zip.dll
|
28
|
+
homepage: http://fubu-project.org
|
29
|
+
licenses:
|
30
|
+
- Apache 2
|
31
|
+
metadata: {}
|
32
|
+
post_install_message:
|
33
|
+
rdoc_options: []
|
34
|
+
require_paths:
|
35
|
+
- lib
|
36
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ! '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
requirements: []
|
47
|
+
rubyforge_project: bottles
|
48
|
+
rubygems_version: 2.0.3
|
49
|
+
signing_key:
|
50
|
+
specification_version: 4
|
51
|
+
summary: Command line tools for using Bottles
|
52
|
+
test_files: []
|