Skip to content

Commit

Permalink
Merge pull request #19 from hammernight/update-gem-dependencies
Browse files Browse the repository at this point in the history
Update gem dependencies
  • Loading branch information
lunks committed Jun 8, 2014
2 parents 06fc1ce + ca666ad commit 27c358c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
1 change: 0 additions & 1 deletion lib/taza.rb
@@ -1,5 +1,4 @@
require 'active_support/all'
require 'rspec'
require 'taza/version'
require 'taza/page'
require 'taza/site'
Expand Down
24 changes: 0 additions & 24 deletions lib/taza.rb.backup

This file was deleted.

2 changes: 1 addition & 1 deletion taza.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency(%q<rake>, ["~> 0.9.2"])
s.add_runtime_dependency(%q<rake>, [">= 0.9.2"])
s.add_runtime_dependency(%q<mocha>, ["~> 0.9.3"])
s.add_runtime_dependency(%q<rspec>, ["~> 2.6"])
s.add_runtime_dependency(%q<user-choices>, ["~> 1.1.6.1"])
Expand Down

0 comments on commit 27c358c

Please sign in to comment.