Skip to content

Commit

Permalink
Merge pull request #86 from glebm/update-i18n-tasks
Browse files Browse the repository at this point in the history
update i18n-tasks to 0.3.9
  • Loading branch information
legal90 committed Mar 6, 2014
2 parents ae62eaa + 9d39a14 commit 3d34507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ require 'rubygems'
require 'bundler/setup'
require 'rspec/core/rake_task'

#Load i18-tasks
load 'tasks/i18n-tasks.rake'

# Immediately sync all stdout so that tools like buildbot can
# immediately load in the output.
$stdout.sync = true
Expand Down
2 changes: 1 addition & 1 deletion vagrant-parallels.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.5.2"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 2.14.0"
spec.add_development_dependency "i18n-tasks", "~> 0.2.21"
spec.add_development_dependency "i18n-tasks", "~> 0.3.9"

# The following block of code determines the files that should be included
# in the gem. It does this by reading all the files in the directory where
Expand Down

0 comments on commit 3d34507

Please # to comment.