# -*- encoding: utf-8 -*-
# stub: crud_actions 0.0.2 ruby lib

Gem::Specification.new do |s|
  s.name = "crud_actions".freeze
  s.version = "0.0.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Amit Choudhary".freeze, "Shruti Gupta".freeze]
  s.date = "2015-10-23"
  s.description = "A method named as has_inherited_actions is added which receives action names as paremeters which need to be defined on controller.".freeze
  s.email = ["amitchoudhary1008@gmail.com".freeze, "inklingviashruti@gmail.com".freeze]
  s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/crud_actions.rb".freeze, "lib/crud_actions/actions.rb".freeze, "lib/crud_actions/actions_helper.rb".freeze, "lib/crud_actions/base_helper.rb".freeze, "lib/crud_actions/version.rb".freeze, "test/crud_actions_test.rb".freeze, "test/test_helper.rb".freeze, "test/views/categories/edit.html.erb".freeze, "test/views/categories/index.html.erb".freeze, "test/views/categories/new.html.erb".freeze, "test/views/categories/show.html.erb".freeze]
  s.homepage = "https://github.com/amit-vinsol/crud_actions".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "CrudActions gem provides seven crud actions with basic definitions.".freeze
  s.test_files = ["test/crud_actions_test.rb".freeze, "test/test_helper.rb".freeze, "test/views/categories/edit.html.erb".freeze, "test/views/categories/index.html.erb".freeze, "test/views/categories/new.html.erb".freeze, "test/views/categories/show.html.erb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<activerecord>.freeze, [">= 4.0".freeze, "< 5".freeze])
  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 4.0".freeze, "< 5".freeze])
  s.add_runtime_dependency(%q<actionpack>.freeze, [">= 4.0".freeze, "< 5".freeze])
  s.add_development_dependency(%q<sqlite3>.freeze, ["~> 1.3.10".freeze])
end