Skip to content

Commit

Permalink
rename mruby,mirb gems to mruby-bin-{mruby,mirb}
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Apr 11, 2013
1 parent 9d8143f commit 65fccc2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build_config.rb
Expand Up @@ -43,7 +43,7 @@

# Use Random class
conf.gem "#{root}/mrbgems/mruby-random"

# No use eval method
# conf.gem "#{root}/mrbgems/mruby-eval"

Expand All @@ -52,10 +52,10 @@
# conf.bins = %w(mrbc)

# Generate mirb command
conf.gem "#{root}/mrbgems/mruby-tool-mirb"
conf.gem "#{root}/mrbgems/mruby-bin-mirb"

# Generate mruby command
conf.gem "#{root}/mrbgems/mruby-tool-mruby"
conf.gem "#{root}/mrbgems/mruby-bin-mruby"


# C compiler settings
Expand Down
@@ -1,4 +1,4 @@
MRuby::Gem::Specification.new('mruby-tool-mirb') do |spec|
MRuby::Gem::Specification.new('mruby-bin-mirb') do |spec|
spec.license = 'MIT'
spec.authors = 'mruby developers'
spec.bins = %w(mirb)
Expand Down
File renamed without changes.
@@ -1,4 +1,4 @@
MRuby::Gem::Specification.new('mruby-tool-mruby') do |spec|
MRuby::Gem::Specification.new('mruby-bin-mruby') do |spec|
spec.license = 'MIT'
spec.authors = 'mruby developers'
spec.bins = %w(mruby)
Expand Down
File renamed without changes.

0 comments on commit 65fccc2

Please sign in to comment.