Skip to content

Commit

Permalink
Updating version of Security gem to escape passwords
Browse files Browse the repository at this point in the history
Bumping version to 0.5.1
  • Loading branch information
mattt committed Jul 21, 2012
1 parent 1ff02b9 commit ff38849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cupertino.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency "terminal-table", "~> 1.4.5"
s.add_dependency "term-ansicolor", "~> 1.0.7"
s.add_dependency "mechanize", "~> 2.5.1"
s.add_dependency "security", "~> 0.1.1"
s.add_dependency "security", "~> 0.1.2"

s.files = Dir["./**/*"].reject { |file| file =~ /\.\/(bin|log|pkg|script|spec|test|vendor)/ }
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/cupertino.rb
@@ -1,4 +1,4 @@
module Cupertino
VERSION = '0.5.0'
VERSION = '0.5.1'
HOSTNAME = "developer.apple.com"
end

0 comments on commit ff38849

Please sign in to comment.