ripple-cli 2.0.0.51748.pre → 2.1.0.125
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 +8 -8
- data/bin/{ripple_exe/FubuCore.dll → FubuCore.dll} +0 -0
- data/bin/NuGet.Core.dll +0 -0
- data/bin/ripple +9 -3
- data/bin/ripple.exe +0 -0
- metadata +18 -18
- data/bin/ripple_exe/FubuCore.pdb +0 -0
- data/bin/ripple_exe/NuGet.Core.dll +0 -0
- data/bin/ripple_exe/ripple.exe +0 -0
- data/bin/ripple_exe/ripple.exe.config +0 -18
- data/bin/ripple_exe/ripple.pdb +0 -0
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Nzc1YjZlODk3MzkyNDE0NzAzMDI2NWIxY2ViOGI4Njg5YTk5YTU5MQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDA5N2U3NjU2ZGY4YmNjMTFkZTQ3NjliMGJhZDljNTZhOTcxZDEzYw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTM5MjRjZmI4ZmRiZTVhOWM5N2FhZGViOWE3YmM2YjI2ZmQzMjI1NDkzNjM2
|
|
10
|
+
NzM5NDRlODY1ZWZhYTJmNjlkM2ZiMmIzNzE2ZmYxMjY0Zjk0ZjYzY2RkZTY3
|
|
11
|
+
ZDQ0NDgxMzkzYzA2MDhlOWQ4ZTU2ODUwNGU0ZjMxMzhiNDJmODY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZGJiNGJmZDg2MTczZjEzNTk0YmUyOTViYzdlODUzYWUyZDA5NDM5NThlODRj
|
|
14
|
+
ODc1Mjk5N2Q5MjZmNDg0Mzg5ZWUxNjgyYzgwMDdjN2NhYjdhZDQ5NWFhMTM2
|
|
15
|
+
YTFjYjcwNmM0ZjVkYjllM2I4MzU1YTM5Y2JhYTg3OGY4MWY2MDY=
|
|
Binary file
|
data/bin/NuGet.Core.dll
ADDED
|
Binary file
|
data/bin/ripple
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
#!C:/Ruby/bin/ruby.exe
|
|
2
|
+
#
|
|
3
|
+
# This file was generated by RubyGems.
|
|
4
|
+
#
|
|
5
|
+
# The application 'fubu' is installed as part of a gem, and
|
|
6
|
+
# this file is here to facilitate running it.
|
|
7
|
+
#
|
|
8
|
+
result = system(File.dirname(__FILE__) + "/ripple.exe " + ARGV.join(' '))
|
|
9
|
+
exit 1 unless result
|
data/bin/ripple.exe
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ripple-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.1.0.125
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
+
- Jeremy Miller
|
|
8
|
+
- Josh Arnold
|
|
9
|
+
- Ryan Rauh
|
|
7
10
|
- Matthew Smith
|
|
8
11
|
autorequire:
|
|
9
12
|
bindir: bin
|
|
10
13
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
14
|
+
date: 2013-08-05 00:00:00.000000000 Z
|
|
12
15
|
dependencies:
|
|
13
16
|
- !ruby/object:Gem::Dependency
|
|
14
17
|
name: bundler
|
|
@@ -16,14 +19,14 @@ dependencies:
|
|
|
16
19
|
requirements:
|
|
17
20
|
- - ~>
|
|
18
21
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
22
|
+
version: 1.3.5
|
|
20
23
|
type: :development
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
27
|
- - ~>
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
29
|
+
version: 1.3.5
|
|
27
30
|
- !ruby/object:Gem::Dependency
|
|
28
31
|
name: rake
|
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -38,25 +41,22 @@ dependencies:
|
|
|
38
41
|
- - ! '>='
|
|
39
42
|
- !ruby/object:Gem::Version
|
|
40
43
|
version: '0'
|
|
41
|
-
description:
|
|
44
|
+
description: Ripple is a tool that wraps Nuget with workflow more conducive to upstream/downstream
|
|
45
|
+
development across code repositories
|
|
42
46
|
email:
|
|
43
|
-
-
|
|
47
|
+
- fubumvc-devel@googlegroups.com
|
|
44
48
|
executables:
|
|
45
49
|
- ripple
|
|
46
50
|
extensions: []
|
|
47
51
|
extra_rdoc_files: []
|
|
48
52
|
files:
|
|
53
|
+
- bin/FubuCore.dll
|
|
54
|
+
- bin/NuGet.Core.dll
|
|
49
55
|
- bin/ripple
|
|
50
|
-
- bin/
|
|
51
|
-
-
|
|
52
|
-
- bin/ripple_exe/FubuCore.pdb
|
|
53
|
-
- bin/ripple_exe/NuGet.Core.dll
|
|
54
|
-
- bin/ripple_exe/ripple.exe
|
|
55
|
-
- bin/ripple_exe/ripple.exe.config
|
|
56
|
-
- bin/ripple_exe/ripple.pdb
|
|
57
|
-
homepage: ''
|
|
56
|
+
- bin/ripple.exe
|
|
57
|
+
homepage: http://fubu-project.org
|
|
58
58
|
licenses:
|
|
59
|
-
-
|
|
59
|
+
- Apache 2.0
|
|
60
60
|
metadata: {}
|
|
61
61
|
post_install_message:
|
|
62
62
|
rdoc_options: []
|
|
@@ -69,13 +69,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
version: '0'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
|
-
- - ! '
|
|
72
|
+
- - ! '>='
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version:
|
|
74
|
+
version: '0'
|
|
75
75
|
requirements: []
|
|
76
76
|
rubyforge_project:
|
|
77
77
|
rubygems_version: 2.0.3
|
|
78
78
|
signing_key:
|
|
79
79
|
specification_version: 4
|
|
80
|
-
summary:
|
|
80
|
+
summary: Improved dependency management with Nuget
|
|
81
81
|
test_files: []
|
data/bin/ripple_exe/FubuCore.pdb
DELETED
|
Binary file
|
|
Binary file
|
data/bin/ripple_exe/ripple.exe
DELETED
|
Binary file
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<configuration>
|
|
3
|
-
<startup>
|
|
4
|
-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
|
5
|
-
</startup>
|
|
6
|
-
<runtime>
|
|
7
|
-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
8
|
-
<dependentAssembly>
|
|
9
|
-
<assemblyIdentity name="StructureMap.AutoMocking" publicKeyToken="e60ad81abae3c223" culture="neutral" />
|
|
10
|
-
<bindingRedirect oldVersion="0.0.0.0-2.6.4.0" newVersion="2.6.4.0" />
|
|
11
|
-
</dependentAssembly>
|
|
12
|
-
<dependentAssembly>
|
|
13
|
-
<assemblyIdentity name="StructureMap" publicKeyToken="e60ad81abae3c223" culture="neutral" />
|
|
14
|
-
<bindingRedirect oldVersion="0.0.0.0-2.6.4.0" newVersion="2.6.4.0" />
|
|
15
|
-
</dependentAssembly>
|
|
16
|
-
</assemblyBinding>
|
|
17
|
-
</runtime>
|
|
18
|
-
</configuration>
|
data/bin/ripple_exe/ripple.pdb
DELETED
|
Binary file
|