Skip to content

Commit

Permalink
removed silly dependencies on rvm and thor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Suares committed Jul 21, 2012
1 parent 435381e commit 480ea7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/validation_hints/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding : utf-8 -*-
module ValidationHints
VERSION = "0.1.2"
VERSION = "0.1.3"
end
2 changes: 0 additions & 2 deletions validation_hints.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,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('rvm')
s.add_dependency('thor')
s.add_development_dependency(%q<rspec-rails>, [">= 0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
Expand Down

0 comments on commit 480ea7c

Please sign in to comment.