summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-03-31 15:05:48 -0700
committerAdam Jacob <adam@opscode.com>2010-03-31 15:05:48 -0700
commit3e466295289860b43322ac50f2b17e78d67ebb82 (patch)
tree36ed099d68a1482809c26a8ac97059cba2465e7c
parentaea4132a9e5253fb78877e1c757da704216459fa (diff)
downloadmixlib-cli-3e466295289860b43322ac50f2b17e78d67ebb82.tar.gz
Bumping to version 1.2.0beta-1alpha_deploy_41.2.0
-rw-r--r--README.rdoc4
-rw-r--r--Rakefile1
-rw-r--r--VERSION.yml2
3 files changed, 6 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index 6acb9d8..50ddd73 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -72,4 +72,8 @@ Available arguments to 'option':
:exit:: Exit your program with the exit code when this option is specified. Example: 0
:proc:: If set, the configuration value will be set to the return value of this proc.
+=== New in 1.2.0
+
+We no longer destructively manipulate ARGV.
+
Have fun!
diff --git a/Rakefile b/Rakefile
index 7c20d2b..8d33718 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,6 +10,7 @@ begin
gem.homepage = "http://www.opscode.com"
gem.authors = ["Opscode, Inc."]
end
+ Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install from gemcutter with: sudo gem install gemcutter jeweler"
end
diff --git a/VERSION.yml b/VERSION.yml
index e9e72aa..a6c777a 100644
--- a/VERSION.yml
+++ b/VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 1
-:minor: 1
+:minor: 2
:patch: 0