Sha256: 0ce7acb23ea3cb1e0cd90944fd4bac4016f078c1ca943b2faa5d73278a7c6bf8

Contents?: true

Size: 818 Bytes

Versions: 5

Compression:

Stored size: 818 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.add_runtime_dependency('bootstrap-datepicker-rails')

  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

5 entries across 5 versions & 1 rubygems

Version Path
hobo_bootstrap_ui-2.0.1 hobo_bootstrap_ui.gemspec
hobo_bootstrap_ui-2.0.0 hobo_bootstrap_ui.gemspec
hobo_bootstrap_ui-2.0.0.pre10 hobo_bootstrap_ui.gemspec
hobo_bootstrap_ui-2.0.0.pre9 hobo_bootstrap_ui.gemspec
hobo_bootstrap_ui-2.0.0.pre8 hobo_bootstrap_ui.gemspec