diff options
| author | Seba Gamboa <[email protected]> | 2015-09-06 12:57:31 -0300 |
|---|---|---|
| committer | Seba Gamboa <[email protected]> | 2015-09-06 12:57:31 -0300 |
| commit | 9d0c49f05ec06dc96c88e9561466fff984a5335b (patch) | |
| tree | cb71dd570eea869d530c1159ad45f241926b99ac /mruby-source.gemspec | |
| parent | 230db2ca85432befaf99c89a3bd43a1e875def09 (diff) | |
| download | mruby-9d0c49f05ec06dc96c88e9561466fff984a5335b.tar.gz mruby-9d0c49f05ec06dc96c88e9561466fff984a5335b.zip | |
Switch gem API to constants only
Diffstat (limited to 'mruby-source.gemspec')
| -rw-r--r-- | mruby-source.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mruby-source.gemspec b/mruby-source.gemspec index 07103c920..62d4c0d12 100644 --- a/mruby-source.gemspec +++ b/mruby-source.gemspec @@ -1,7 +1,7 @@ # coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) -require 'mruby/source/version' +require 'mruby/source' Gem::Specification.new do |spec| spec.name = "mruby-source" |
