# -*- encoding: utf-8 -*-
# stub: weather-icons-rails 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "weather-icons-rails".freeze
  s.version = "0.1.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Cody Schaaf".freeze]
  s.date = "2014-04-15"
  s.description = "I like font-awesome, weather-icons, and rails. So I am doing my best to combine weather-icons into an easy to use gem.".freeze
  s.email = ["cody@csc8.com".freeze]
  s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/font/weathericons-regular-webfont.eot".freeze, "app/assets/font/weathericons-regular-webfont.svg".freeze, "app/assets/font/weathericons-regular-webfont.ttf".freeze, "app/assets/font/weathericons-regular-webfont.woff".freeze, "app/assets/stylesheets/weather-icons.css.scss".freeze, "app/assets/stylesheets/weather-icons/_bootstrap.css.scss".freeze, "app/assets/stylesheets/weather-icons/_bordered-pulled.css.scss".freeze, "app/assets/stylesheets/weather-icons/_core.css.scss".freeze, "app/assets/stylesheets/weather-icons/_extras.css.scss".freeze, "app/assets/stylesheets/weather-icons/_fixed-width.css.scss".freeze, "app/assets/stylesheets/weather-icons/_icons.css.scss".freeze, "app/assets/stylesheets/weather-icons/_larger.css.scss".freeze, "app/assets/stylesheets/weather-icons/_list.css.scss".freeze, "app/assets/stylesheets/weather-icons/_mixins.css.scss".freeze, "app/assets/stylesheets/weather-icons/_path.css.scss".freeze, "app/assets/stylesheets/weather-icons/_rotated-flipped.css.scss".freeze, "app/assets/stylesheets/weather-icons/_spinning.css.scss".freeze, "app/assets/stylesheets/weather-icons/_stacked.css.scss".freeze, "app/assets/stylesheets/weather-icons/_variables.css.scss".freeze, "lib/weather-icons-rails.rb".freeze, "lib/weather-icons/rails.rb".freeze, "lib/weather-icons/rails/rails/engine.rb".freeze, "lib/weather-icons/rails/rails/helpers.rb".freeze, "lib/weather-icons/rails/rails/railtie.rb".freeze, "lib/weather-icons/rails/version.rb".freeze, "test/dummy/app/assets/stylesheets/sass-import.css.sass".freeze, "test/dummy/app/assets/stylesheets/scss-import.css.scss".freeze, "test/dummy/app/assets/stylesheets/sprockets-require.css".freeze, "test/dummy/app/controllers/pages_controller.rb".freeze, "test/dummy/app/views/pages/icons.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/font_awesome_rails_test.rb".freeze, "test/icon_helper_test.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "https://github.com/CodySchaaf/weather-icons-rails".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "an asset gemification of the weather-icons icon font library".freeze
  s.test_files = ["test/dummy/app/assets/stylesheets/sass-import.css.sass".freeze, "test/dummy/app/assets/stylesheets/scss-import.css.scss".freeze, "test/dummy/app/assets/stylesheets/sprockets-require.css".freeze, "test/dummy/app/controllers/pages_controller.rb".freeze, "test/dummy/app/views/pages/icons.html.erb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/font_awesome_rails_test.rb".freeze, "test/icon_helper_test.rb".freeze, "test/test_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<railties>.freeze, [">= 3.2".freeze, "< 5.0".freeze])
  s.add_development_dependency(%q<activesupport>.freeze, ["~> 4.1.0".freeze])
  s.add_development_dependency(%q<sass-rails>.freeze, ["~> 4.0.1".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.3".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.3.0".freeze])
  s.add_development_dependency(%q<compass>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<sass>.freeze, ["~> 3.2".freeze])
end