Sha256: 8a51dae7e0fc6aff0020d296be049cfe39253ce6c7e4e94a99d344e06bc5e449

Contents?: true

Size: 761 Bytes

Versions: 2

Compression:

Stored size: 761 Bytes

Contents

name = File.basename( __FILE__, '.gemspec' )
version = File.read(File.expand_path('../VERSION', __FILE__)).strip
require 'date'

Gem::Specification.new do |s|

  s.authors = ['Ignacio Huerta']
  s.email = 'ignacio@ihuerta.net'
  s.homepage = 'https://github.com/Hobo/hobo_bootstrap_ui'
  s.rubyforge_project = 'hobo'
  s.summary = 'Additional UI tags for the hobo_bootstrap theme'
  s.description = 'Additional UI tags for the hobo_bootstrap theme'

  s.add_runtime_dependency('hobo_bootstrap', "~> 2.0.0.pre1")

  s.files = `git ls-files -x #{name}/* -z`.split("\0")

  s.name = name
  s.version = version
  s.date = Date.today.to_s

  s.required_rubygems_version = ">= 1.3.6"
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib", "taglibs"]

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hobo_bootstrap_ui-2.0.0.pre7 hobo_bootstrap_ui.gemspec
hobo_bootstrap_ui-2.0.0.pre6 hobo_bootstrap_ui.gemspec