Sha256: d95ffe8b4ad6c7b390cdb7cf4cb19a16fbf2d0c2fe03ecfaa5a96931fbbe0102

Contents?: true

Size: 895 Bytes

Versions: 5

Compression:

Stored size: 895 Bytes

Contents

# Author:: Couchbase <info@couchbase.com>
# Copyright:: 2012 Couchbase, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

require 'rubygems/package_task'

def gemspec
  @clean_gemspec ||= eval(File.read(File.expand_path('../../yard-xml.gemspec', __FILE__)))
end

Gem::PackageTask.new(gemspec) do |pkg|
  pkg.need_zip = true
  pkg.need_tar = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yard-xml-0.2.0 tasks/package.rake
yard-xml-0.1.3 tasks/package.rake
yard-xml-0.1.2 tasks/package.rake
yard-xml-0.1.1 tasks/package.rake
yard-xml-0.1.0 tasks/package.rake