Sha256: 110420f8f44c78b62c0a23448bd26c7a958032c49cf95337450ea71e515c5e06

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'twitter/bootswatch/rails/helpers/version'

Gem::Specification.new do |gem|
  gem.name          = "twitter-bootswatch-rails-helpers"
  gem.version       = Twitter::Bootswatch::Rails::Helpers::VERSION
  gem.authors       = ["Scott V. Rosenthal"]
  gem.email         = ["sr7575@gmail.com"]
  gem.homepage      = "https://github.com/scottvrosenthal/twitter-bootswatch-rails-helpers"
  gem.summary       = %q{Twitter Bootswatch Rails Helpers gem for use with the twitter-bootswatch-rails.gem}
  gem.description   = %q{twitter-bootswatch-rails-helpers gem provides common view helpers for use with the twitter-bootswatch-rails.gem}


  gem.rubyforge_project = "twitter-bootswatch-rails-helpers"

  gem.files         = `git ls-files`.split($/)
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_dependency     'twitter-bootswatch-rails', '>= 2.1'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twitter-bootswatch-rails-helpers-2.3.1 twitter-bootswatch-rails-helpers.gemspec