Comparing version 2.0.4 to 2.0.5
@@ -0,3 +1,9 @@ | ||
v2.0.5 | ||
====== | ||
* All adapters have been removed except for shell and campfire | ||
* Better win32 compatability | ||
* Campfire reconnects on streaming errors on a per-room basis | ||
v2.0.0 | ||
===== | ||
====== | ||
* Major adapter overhaul, they're now external - Tom Bell | ||
@@ -4,0 +10,0 @@ * Shell adapter now functions like a REPL - Tom Bell |
{ | ||
"name": "hubot", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"author": "hubot", | ||
@@ -5,0 +5,0 @@ "keywords": "github hubot campfire bot", |
@@ -18,3 +18,3 @@ { | ||
"dependencies": { | ||
"hubot": "2.0.4", | ||
"hubot": "2.0.5", | ||
"hubot-scripts": "2.0.2", | ||
@@ -21,0 +21,0 @@ "optparse": "1.0.3" |
@@ -12,3 +12,6 @@ Hubot | ||
You'll need to install the necessary dependencies for hubot. All of | ||
those dependencies are provided by [npm](http://npmjs.org). | ||
those dependencies are provided by [npm](http://npmjs.org) except for | ||
Redis server. | ||
Ubuntu: ```sudo apt-get install redis-server``` | ||
Then: | ||
@@ -15,0 +18,0 @@ % bin/hubot |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81642
45