Skip to content

Commit

Permalink
removed ripper-plus and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
bglusman committed Jan 25, 2012
1 parent f74ebf1 commit d78e037
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/outlaw/version.rb
@@ -1,3 +1,3 @@
module Outlaw
VERSION = "0.1.0"
VERSION = "0.1.1"
end
2 changes: 0 additions & 2 deletions outlaw.gemspec
Expand Up @@ -30,8 +30,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "ripper-plus", "~> 1.3.0"

s.add_development_dependency "rake", "~> 0.9.0"
s.add_development_dependency "minitest"
end

0 comments on commit d78e037

Please sign in to comment.