# -*- encoding: utf-8 -*-
# stub: tranzito_utils 1.2.0 ruby lib

Gem::Specification.new do |s|
  s.name = "tranzito_utils".freeze
  s.version = "1.2.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "homepage_uri" => "https://github.com/Tranzito/tranzito_utils", "source_code_uri" => "https://github.com/Tranzito/tranzito_utils" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["willbarrettdev".freeze, "sethherr".freeze, "hafiz-ahmed".freeze]
  s.date = "2023-03-03"
  s.description = "Ruby gem contain several modules mainly containing the helpers, concerns and services for personal use by Tranzito".freeze
  s.email = ["info@tranzito.org".freeze]
  s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/builds/tranzito_utils-compiled.css".freeze, "app/assets/images/dropdown.svg".freeze, "app/assets/stylesheets/tranzito_utils.scss".freeze, "app/assets/stylesheets/tranzito_utils/_admin_header.scss".freeze, "app/assets/stylesheets/tranzito_utils/_alerts.scss".freeze, "app/assets/stylesheets/tranzito_utils/_pagination.scss".freeze, "app/assets/stylesheets/tranzito_utils/_period_selection.scss".freeze, "app/assets/stylesheets/tranzito_utils/_table_extensions.scss".freeze, "app/assets/stylesheets/tranzito_utils/_utilities.scss".freeze, "app/views/kaminari/_first_page.html.erb".freeze, "app/views/kaminari/_gap.html.erb".freeze, "app/views/kaminari/_last_page.html.erb".freeze, "app/views/kaminari/_next_page.html.erb".freeze, "app/views/kaminari/_page.html.erb".freeze, "app/views/kaminari/_paginator.html.erb".freeze, "app/views/kaminari/_prev_page.html.erb".freeze, "app/views/tranzito_utils/_flash_messages.html.haml".freeze, "app/views/tranzito_utils/_pagination.html.haml".freeze, "app/views/tranzito_utils/_period_select.html.haml".freeze, "app/views/tranzito_utils/_period_select_dropdown.html.haml".freeze, "app/views/tranzito_utils/_period_select_list.html.haml".freeze, "config/locales/en.yml".freeze, "lib/generators/tranzito_utils/install_generator.rb".freeze, "lib/generators/tranzito_utils/templates/tranzito_utils.rb".freeze, "lib/tranzito_utils.rb".freeze, "lib/tranzito_utils/concerns/set_period.rb".freeze, "lib/tranzito_utils/concerns/sortable_table.rb".freeze, "lib/tranzito_utils/gem.rb".freeze, "lib/tranzito_utils/helpers/admin_helper.rb".freeze, "lib/tranzito_utils/helpers/graphing_helper.rb".freeze, "lib/tranzito_utils/helpers/helpers.rb".freeze, "lib/tranzito_utils/helpers/sortable_helper.rb".freeze, "lib/tranzito_utils/services/normalize.rb".freeze, "lib/tranzito_utils/services/time_parser.rb".freeze, "lib/tranzito_utils/version.rb".freeze]
  s.homepage = "https://github.com/Tranzito/tranzito_utils".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby gem contain several modules mainly containing the helpers, concerns and services for personal use by Tranzito".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<rails>.freeze, [">= 6.0".freeze])
  s.add_runtime_dependency(%q<coderay>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<kaminari>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<inline_svg>.freeze, [">= 0".freeze])
end