Skip to content

Commit

Permalink
Merge pull request #2 from cosmo0920/use-latest-rubies
Browse files Browse the repository at this point in the history
Use latest rubies in Travis

Patch by cosmo0920. Thanks!!!
  • Loading branch information
kou committed Sep 23, 2014
2 parents 871aff5 + a58ba65 commit 8503fca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,5 @@ notifications:
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1
- 2.2
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -34,7 +34,9 @@ end
helper.install
spec = helper.gemspec

Packnga::DocumentTask.new(spec) do
Packnga::DocumentTask.new(spec) do |task|
task.original_language = "en"
task.translate_language = "ja"
end

Packnga::ReleaseTask.new(spec) do
Expand Down

0 comments on commit 8503fca

Please sign in to comment.