nuget 1.3.20425.372 → 2.7.41115.310
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/bin/nuget +1 -1
- data/bin/nuget.exe +0 -0
- metadata +20 -45
- data/bin/NuGet.exe +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 089fb7ab5155112b06ae73a52d58a50cbc18e620
|
4
|
+
data.tar.gz: 21c10d17c6082ef798e039585380fa271f719f00
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 80f6226bf6f56ec676d8c6d684ca030361288c594a1f5e95a88b1f690e74cfc6b90c3d9ed8f5899d0229ab04688bc52fe9bf2856861b3c505c6eab8fce5ed384
|
7
|
+
data.tar.gz: 4640ef851e0287b0c1a070d34b845da1cebf14ae9b4320f7cc0947c3e26e58be5fcce0fcf10b8f662164f68ecdced8381aa64c8c8526309e8fb5a8218b6ffdf9
|
data/bin/nuget
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
result = system(File.dirname(__FILE__) + "/nuget.exe " + ARGV.join(' '))
|
1
|
+
result = system(File.dirname(__FILE__) + "/nuget.exe " + ARGV.join(' '))
|
2
2
|
exit 1 unless result
|
data/bin/nuget.exe
ADDED
Binary file
|
metadata
CHANGED
@@ -1,74 +1,49 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: nuget
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease: false
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 3
|
9
|
-
- 20425
|
10
|
-
- 372
|
11
|
-
version: 1.3.20425.372
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.7.41115.310
|
12
5
|
platform: ruby
|
13
|
-
authors:
|
6
|
+
authors:
|
14
7
|
- David Fowler
|
15
8
|
- Phil Haack
|
16
9
|
- David Ebbo
|
17
10
|
autorequire:
|
18
11
|
bindir: bin
|
19
12
|
cert_chain: []
|
20
|
-
|
21
|
-
date: 2011-06-16 00:00:00 -05:00
|
22
|
-
default_executable:
|
13
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
23
14
|
dependencies: []
|
24
|
-
|
25
15
|
description: |
|
26
16
|
NuGet is a free, open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development. This is the package creation piece of the toolset.
|
27
|
-
|
28
17
|
email: nuget@discussions.codeplex.com
|
29
|
-
executables:
|
18
|
+
executables:
|
30
19
|
- nuget
|
31
20
|
extensions: []
|
32
|
-
|
33
21
|
extra_rdoc_files: []
|
34
|
-
|
35
|
-
files:
|
22
|
+
files:
|
36
23
|
- bin/LICENSE.txt
|
37
24
|
- bin/nuget
|
38
|
-
- bin/
|
39
|
-
has_rdoc: true
|
25
|
+
- bin/nuget.exe
|
40
26
|
homepage: http://nuget.codeplex.com
|
41
27
|
licenses: []
|
42
|
-
|
28
|
+
metadata: {}
|
43
29
|
post_install_message:
|
44
30
|
rdoc_options: []
|
45
|
-
|
46
|
-
require_paths:
|
31
|
+
require_paths:
|
47
32
|
- lib
|
48
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
49
|
-
|
50
|
-
requirements:
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
51
35
|
- - ">="
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
version: "0"
|
57
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
|
-
none: false
|
59
|
-
requirements:
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
60
40
|
- - ">="
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
|
63
|
-
segments:
|
64
|
-
- 0
|
65
|
-
version: "0"
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '0'
|
66
43
|
requirements: []
|
67
|
-
|
68
44
|
rubyforge_project: nuget
|
69
|
-
rubygems_version:
|
45
|
+
rubygems_version: 2.0.14
|
70
46
|
signing_key:
|
71
|
-
specification_version:
|
47
|
+
specification_version: 4
|
72
48
|
summary: NuGet - Get your package here
|
73
49
|
test_files: []
|
74
|
-
|
data/bin/NuGet.exe
DELETED
Binary file
|