wine 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/wine/version.rb +1 -1
  2. metadata +2 -9
@@ -1,3 +1,3 @@
1
1
  module Wine
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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: ! "Wine for Ruby\n=============\n\nWine is a protocol for configuring
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