Skip to content

Commit

Permalink
Merge branch 'master' into lattice-proto-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
neilconway committed Apr 2, 2012
2 parents 7fc39ae + 6e7eb2d commit 13d9ac4
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 563 deletions.
2 changes: 2 additions & 0 deletions History.txt
Expand Up @@ -4,6 +4,8 @@
in the collection's schema in the collection's schema
* Previous behavior was to ignore additional fields, but this was found to be * Previous behavior was to ignore additional fields, but this was found to be
error-prone error-prone
* Remove builtin support for BUST (web services API); this avoids the need to
depend on the json, nestful and i18n gems.


== 0.9.0 / 2012-03-21 == 0.9.0 / 2012-03-21


Expand Down
3 changes: 0 additions & 3 deletions bud.gemspec
Expand Up @@ -19,10 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency 'fastercsv' s.add_dependency 'fastercsv'
s.add_dependency 'gchart' s.add_dependency 'gchart'
s.add_dependency 'getopt' s.add_dependency 'getopt'
s.add_dependency 'i18n'
s.add_dependency 'json'
s.add_dependency 'msgpack' s.add_dependency 'msgpack'
s.add_dependency 'nestful'
s.add_dependency 'ruby-graphviz' s.add_dependency 'ruby-graphviz'
s.add_dependency 'ruby2ruby', '< 1.3.1' s.add_dependency 'ruby2ruby', '< 1.3.1'
s.add_dependency 'ruby_parser' s.add_dependency 'ruby_parser'
Expand Down
83 changes: 0 additions & 83 deletions docs/bust.md

This file was deleted.

File renamed without changes.
9 changes: 0 additions & 9 deletions examples/bust/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions examples/bust/bustclient-example.rb

This file was deleted.

135 changes: 0 additions & 135 deletions examples/bust/bustinspector.html

This file was deleted.

18 changes: 0 additions & 18 deletions examples/bust/bustserver-example.rb

This file was deleted.

1 change: 0 additions & 1 deletion lib/bud.rb
Expand Up @@ -76,7 +76,6 @@ module Bud
# * <tt>:port</tt> port number for this instance # * <tt>:port</tt> port number for this instance
# * <tt>:ext_ip</tt> IP address at which external nodes can contact this instance # * <tt>:ext_ip</tt> IP address at which external nodes can contact this instance
# * <tt>:ext_port</tt> port number to go with <tt>:ext_ip</tt> # * <tt>:ext_port</tt> port number to go with <tt>:ext_ip</tt>
# * <tt>:bust_port</tt> port number for the restful HTTP messages
# * operating system interaction # * operating system interaction
# * <tt>:stdin</tt> if non-nil, reading from the +stdio+ collection results in reading from this +IO+ handle # * <tt>:stdin</tt> if non-nil, reading from the +stdio+ collection results in reading from this +IO+ handle
# * <tt>:stdout</tt> writing to the +stdio+ collection results in writing to this +IO+ handle; defaults to <tt>$stdout</tt> # * <tt>:stdout</tt> writing to the +stdio+ collection results in writing to this +IO+ handle; defaults to <tt>$stdout</tt>
Expand Down

0 comments on commit 13d9ac4

Please sign in to comment.