Sha256: 976758af864b6255782693440ee3e54f9912b50596b05a4a10679e180d55c561
Contents?: true
Size: 752 Bytes
Versions: 1
Compression:
Stored size: 752 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) # Maintain your gem's version: require "workarea/styled_selects/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = "workarea-styled_selects" s.version = Workarea::StyledSelects::VERSION s.authors = ['Curt Howard'] s.email = ['choward@workarea.com'] s.homepage = "https://github.com/workarea-commerce/workarea-styled_selects" s.summary = "Styled select input UI for the Workarea platform" s.description = "Easily customize the styling of the <select> input type in a workarea application" s.files = `git ls-files`.split("\n") s.license = 'Business Software License' s.add_dependency "workarea", "~> 3.x" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-styled_selects-1.1.2 | workarea-styled_selects.gemspec |