ripple-cli 2.0.0.54 → 2.0.0.58

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MGVmYjA2YWIzZGU3YjJkNWFjNjYwMzczYzBlYzQ3NDI3NGM4YjdiYg==
4
+ YjQ2NmFkOGNiODQyZTdkZmU5NTM0N2RhYWEwZWY2YTJiZGNiMTJiZA==
5
5
  data.tar.gz: !binary |-
6
- NDE4MTE1Y2U1N2M3ZDIxYTRmMTg1ZDEwOTZiYzNiOTQzNTcxN2ViNg==
6
+ MmQ1NDYxMzllYzlhOGQ0MDM3ZGYyYzc0OGRkYzBhMWE5OGI4ZjhiMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YWRlMjYxNjJmOGRhY2I4ZmMxZjE3NWJhYzVjODIzMDA5NjJlZGQ1M2Q3MGZk
10
- NzUwMjIwMjUxMzg3OTQ4NDQyOGE4MTcyYjkyN2Q3OWMwYmZhZTdiNGIzNTk3
11
- YTY2ODU4N2JkNjQyZTgxOTYzZjU1NjdmNGM0NzI1ODZlYzYzZGQ=
9
+ YmNiNGZiODEwOWRmNTBhNDFlNGU3MWYxOTNmZjc2Yzk5MDRiMGEwYjcyNDg1
10
+ M2M3ODE2ZDY2ZGYxNjA4ODYzMzA4N2JhOGI1MzZlNmMyOTZhNDBlYzIyMTRi
11
+ ZDc2ZjE4M2NiNWExYjUzNTlkMDNlZTQzYTcyNTNhN2JmNDAyODg=
12
12
  data.tar.gz: !binary |-
13
- NjdiOWE5Y2ExNjc1N2E1MDFlMDVlYTRmYWYzNzY5MGM4ZjZjYTZhMzVmNmEy
14
- OWRhMjg0Yjc5OTZlM2I3NDNhMTYzNzRjMTEzNDQ2ZDBmN2M1YzIwMjU5NWE4
15
- MThmMjMwZjM5YzQ0ZThmNGJlNDA3ZTRlMzRjYzYyZTViNzhjYzg=
13
+ MDU0MWQ4YzFkNDQ4NmU4NDQwYTUwMWM5MDZiYzRhZDhiMWQ1ZjhmNzUzNDFj
14
+ ZGM1OGMyOWVkYWM4YjhkNjgyZDE0MTdhNmYyMjJhM2E3MzdkMWYxN2RjYWEw
15
+ MmI3NDA2MjJiNWIzYmI0NjM1ZTE1MzY4MDRhYWI4N2JlM2YxZmM=
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,18 @@
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>
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ripple-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.54
4
+ version: 2.0.0.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Miller
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-04-25 00:00:00.000000000 Z
14
+ date: 2013-04-26 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -19,14 +19,14 @@ dependencies:
19
19
  requirements:
20
20
  - - ~>
21
21
  - !ruby/object:Gem::Version
22
- version: '1.3'
22
+ version: 1.3.5
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: '1.3'
29
+ version: 1.3.5
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rake
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -51,6 +51,13 @@ extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
53
  - bin/ripple
54
+ - bin/ripple_exe
55
+ - bin/ripple_exe/FubuCore.dll
56
+ - bin/ripple_exe/FubuCore.pdb
57
+ - bin/ripple_exe/NuGet.Core.dll
58
+ - bin/ripple_exe/ripple.exe
59
+ - bin/ripple_exe/ripple.exe.config
60
+ - bin/ripple_exe/ripple.pdb
54
61
  homepage: http://fubu-project.org
55
62
  licenses:
56
63
  - Apache 2.0