Skip to content

Commit

Permalink
Rename to NZX, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed May 7, 2010
1 parent cafd54e commit 5860ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Spec::Rake::SpecTask.new do |t|
t.rcov_opts << '--sort' << 'coverage' << '--sort-reverse'
end

GEM = "warden-googleapps"
GEM = "nzx-warden-googleapps"
GEM_VERSION = Warden::GoogleApps::VERSION
AUTHOR = "Corey Donohoe"
EMAIL = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion lib/warden-googleapps/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Warden
module GoogleApps
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit 5860ae2

Please sign in to comment.