# -*- encoding: utf-8 -*- # stub: staple 0.4.3 ruby lib Gem::Specification.new do |s| s.name = "staple".freeze s.version = "0.4.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Helsing".freeze] s.date = "2014-11-21" s.description = "a modular ui framework for rails built on top of foundation and sass.".freeze s.email = ["ryan.helsing@centerian.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "lib/staple.rb".freeze, "lib/staple/buttons_generator.rb".freeze, "lib/staple/colors_generator.rb".freeze, "lib/staple/forms_generator.rb".freeze, "lib/staple/install_generator.rb".freeze, "lib/staple/reset_generator.rb".freeze, "lib/staple/tables_generator.rb".freeze, "lib/staple/theme_generator.rb".freeze, "lib/staple/typography_generator.rb".freeze, "source/simple_form/_form.html.slim".freeze, "source/styles/buttons/big-bottom-border.scss".freeze, "source/styles/buttons/border.scss".freeze, "source/styles/buttons/gradient-hover.scss".freeze, "source/styles/buttons/gradient.scss".freeze, "source/styles/buttons/inverse-transparent.scss".freeze, "source/styles/buttons/inverse.scss".freeze, "source/styles/buttons/radius.scss".freeze, "source/styles/buttons/round.scss".freeze, "source/styles/buttons/shadow.scss".freeze, "source/styles/buttons/shiny.scss".freeze, "source/styles/buttons/text-shadow-inner.scss".freeze, "source/styles/buttons/text-shadow.scss".freeze, "source/styles/buttons/themes/plastic.theme".freeze, "source/styles/buttons/transparent.scss".freeze, "source/styles/colors/blue.color".freeze, "source/styles/colors/themes/default.theme".freeze, "source/styles/colors/themes/flatland.theme".freeze, "source/styles/colors/themes/peace.theme".freeze, "source/styles/colors/themes/plastic.theme".freeze, "source/styles/forms/2px-border-focus.scss".freeze, "source/styles/forms/2px-border.scss".freeze, "source/styles/forms/bubble-error.scss".freeze, "source/styles/forms/margin-bottom.scss".freeze, "source/styles/forms/plastic-bubble-error.scss".freeze, "source/styles/forms/plastic-bubble-focus.scss".freeze, "source/styles/forms/plastic-bubble.scss".freeze, "source/styles/forms/radius.scss".freeze, "source/styles/forms/round.scss".freeze, "source/styles/forms/shaded-error.scss".freeze, "source/styles/forms/shaded-focus.scss".freeze, "source/styles/forms/shaded.scss".freeze, "source/styles/forms/themes/flat.theme".freeze, "source/styles/forms/themes/gradient.theme".freeze, "source/styles/forms/themes/plastic.theme".freeze, "source/styles/forms/themes/pro.theme".freeze, "source/styles/forms/tight-error.scss".freeze, "source/styles/forms/tight.scss".freeze, "source/styles/forms/transparent-error.scss".freeze, "source/styles/foundation_and_overrides.scss".freeze, "source/styles/staple/builders/build_buttons.scss".freeze, "source/styles/staple/builders/build_colors.scss".freeze, "source/styles/staple/builders/build_forms.scss".freeze, "source/styles/staple/builders/build_sizes.scss".freeze, "source/styles/staple/builders/build_tables.scss".freeze, "source/styles/staple/builders/build_typography.scss".freeze, "source/styles/staple/buttons.scss".freeze, "source/styles/staple/colors.scss".freeze, "source/styles/staple/forms.scss".freeze, "source/styles/staple/helpers/color_functions.scss".freeze, "source/styles/staple/init/after.scss".freeze, "source/styles/staple/init/before.scss".freeze, "source/styles/staple/init/overrides.scss".freeze, "source/styles/staple/sizes.scss".freeze, "source/styles/staple/tables.scss".freeze, "source/styles/staple/typography.scss".freeze, "source/styles/staple/utilities.scss".freeze, "source/styles/tables/hilight.scss".freeze, "source/styles/tables/horizontal-lines.scss".freeze, "source/styles/tables/stripe.scss".freeze, "source/styles/tables/themes/plastic.theme".freeze, "source/styles/typography/droid-serif-import.scss".freeze, "source/styles/typography/droid-serif.typeface".freeze, "source/styles/typography/gloria-import.scss".freeze, "source/styles/typography/gloria.typeface".freeze, "source/styles/typography/helvetica-neue.typeface".freeze, "source/styles/typography/inconsolata-import.scss".freeze, "source/styles/typography/inconsolata.typeface".freeze, "source/styles/typography/lato-import.scss".freeze, "source/styles/typography/lato.typeface".freeze, "source/styles/typography/open-sans-import.scss".freeze, "source/styles/typography/open-sans.typeface".freeze, "source/styles/typography/oswald-import.scss".freeze, "source/styles/typography/oswald.typeface".freeze, "source/styles/typography/oxygen-import.scss".freeze, "source/styles/typography/oxygen.typeface".freeze, "source/styles/typography/pacifico-import.scss".freeze, "source/styles/typography/pacifico.typeface".freeze, "source/styles/typography/roboto-import.scss".freeze, "source/styles/typography/roboto-slab-import.scss".freeze, "source/styles/typography/roboto-slab.typeface".freeze, "source/styles/typography/roboto.typeface".freeze, "source/styles/typography/themes/default.theme".freeze, "source/styles/typography/themes/flatland.theme".freeze, "source/styles/typography/themes/peace.theme".freeze, "source/styles/typography/themes/plastic.theme".freeze, "staple.gemspec".freeze] s.homepage = "https://github.com/rhelsing/staple".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Modular UI framework for rails built on top of foundation and sass".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 5.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze]) end