diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-04 15:47:10 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-04 15:47:10 -0800 |
| commit | f074951adab882fd128f0a763d9dd9eabd00ea24 (patch) | |
| tree | ce4ff203df16635b4299a3ae6f80a6f2ba1fb148 /tasks | |
| parent | 21847865b121406a65009c27491747b09a9e186f (diff) | |
| parent | 61c16b4db4ff4b730c7a606f4422af6d25e285b4 (diff) | |
| download | mruby-f074951adab882fd128f0a763d9dd9eabd00ea24.tar.gz mruby-f074951adab882fd128f0a763d9dd9eabd00ea24.zip | |
Merge pull request #946 from monaka/pr-add-more-accessor-to-mrbgem_spec
Add accessor: version, description, summary, homepage.
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/mrbgem_spec.rake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/mrbgem_spec.rake b/tasks/mrbgem_spec.rake index 224e69e9d..5b01bc79b 100644 --- a/tasks/mrbgem_spec.rake +++ b/tasks/mrbgem_spec.rake @@ -17,6 +17,9 @@ module MRuby alias mruby build attr_accessor :build_config_initializer + attr_accessor :version + attr_accessor :description, :summary + attr_accessor :homepage attr_accessor :licenses, :authors alias :license= :licenses= alias :author= :authors= |
