summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2012-08-06 10:42:12 -0700
committerBryan McLellan <btm@loftninjas.org>2012-08-06 10:42:12 -0700
commit5fce9a1d5dd28293897f90da6e4076a9a959393b (patch)
treee3ab3a47518935e161a043eff79defcef0a9b3f0
parent1fd856d1fa3897650333e968fa11672d893c556c (diff)
downloadmixlib-shellout-5fce9a1d5dd28293897f90da6e4076a9a959393b.tar.gz
Release 1.1.01.1.0
Adds stdin support, which allows passing data to stdin of the command run. Also adds additional spec tests.
-rw-r--r--lib/mixlib/shellout/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 9ac407b..e61dbb6 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "1.1.0.rc.1"
+ VERSION = "1.1.0"
end
end