diff options
| author | Lorenzo Manacorda | 2015-06-08 18:28:44 +0200 |
|---|---|---|
| committer | Lorenzo Manacorda | 2015-06-08 18:28:44 +0200 |
| commit | 7c8543243bd513a30f54768a4c0f3b65f1590ebd (patch) | |
| tree | 682f49b9a5c2f8f4b10ea4ecbf7b4d92bf20cd2c | |
| parent | 3b162229f9d7e40feadcd1855163db0d26d5104e (diff) | |
| download | hcl-7c8543243bd513a30f54768a4c0f3b65f1590ebd.tar.bz2 | |
remove extension from `gemspec` parameter
| -rw-r--r-- | gemfiles/Gemfile.rbx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfiles/Gemfile.rbx b/gemfiles/Gemfile.rbx index 8071e09..6c2dcb1 100644 --- a/gemfiles/Gemfile.rbx +++ b/gemfiles/Gemfile.rbx @@ -1,5 +1,5 @@ source "https://rubygems.org" -gemspec path: '../hcl.gemspec' +gemspec path: '../hcl' gem 'rubysl-abbrev' gem 'rubysl-singleton' |
