wine 0.1.0 → 0.1.1
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.
- data/lib/wine/version.rb +1 -1
- metadata +2 -9
data/lib/wine/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -44,14 +44,7 @@ dependencies:
|
|
|
44
44
|
- - ~>
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '10.0'
|
|
47
|
-
description:
|
|
48
|
-
and monitoring agents. Wine for Ruby is an\nimplementation of the protocol for Ruby
|
|
49
|
-
agents, and there is [Wine for Java][]\nfor the JVM as well.\n\n [Wine for Java]:
|
|
50
|
-
http://github.com/valotrading/wine-java\n\n\nInstallation\n------------\n\nInstall
|
|
51
|
-
Wine for Ruby:\n\n gem install wine\n\n\nDevelopment\n-----------\n\nInstall
|
|
52
|
-
the dependencies:\n\n bundle install\n\nRun the tests:\n\n bundle exec rake\n\nRun
|
|
53
|
-
the test server:\n\n bundle exec bin/wine-test-server\n\n\nLicense\n-------\n\nWine
|
|
54
|
-
for Ruby is released under the Apache License, Version 2.0.\n"
|
|
47
|
+
description: Wine is a protocol for configuring and monitoring agents.
|
|
55
48
|
email: engineering@valotrading.com
|
|
56
49
|
executables:
|
|
57
50
|
- wine-test-server
|