Skip to content

Commit

Permalink
Merge pull request #1 from zzak/master
Browse files Browse the repository at this point in the history
add location to dependency in mrbgem.rake
  • Loading branch information
monochromegane committed Dec 22, 2016
2 parents f995b33 + 21c214d commit ea8a775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrbgem.rake
@@ -1,6 +1,6 @@
MRuby::Gem::Specification.new('mruby-time-strftime') do |spec|
spec.license = 'MIT'
spec.authors = 'monochromegane'
spec.add_dependency('mruby-time')
spec.add_dependency('mruby-sprintf')
spec.add_dependency 'mruby-time', :core => 'mruby-time'
spec.add_dependency 'mruby-sprintf', :core => 'mruby-sprintf'
end

0 comments on commit ea8a775

Please sign in to comment.