-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathenum_column.gemspec
More file actions
17 lines (15 loc) · 1.11 KB
/
enum_column.gemspec
File metadata and controls
17 lines (15 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- encoding: utf-8 -*-
# stub: enum_column3 0.1.4 ruby lib
Gem::Specification.new do |s|
s.name = "enum_column3"
s.version = "5.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Nick Pohodnya"]
s.date = "2015-08-19"
s.files = ["LICENSE", "README.txt", "init.rb", "lib/enum/active_record_helper.rb", "lib/enum/enum_adapter.rb", "lib/enum/mysql_adapter.rb", "lib/enum/quoting.rb", "lib/enum/schema_definitions.rb", "lib/enum/schema_statements.rb", "lib/enum/validations.rb", "lib/enum_column.rb", "lib/enum_column3.rb", "test/db/schema.rb", "test/enum_controller_test.rb", "test/enum_mysql_test.rb", "test/fixtures/enum_controller.rb", "test/fixtures/enumeration.rb", "test/test_helper.rb"]
s.homepage = "http://github.com/electronick/enum_column"
s.rubygems_version = "2.4.8"
s.summary = "Enable enum type for MySQL db."
s.test_files = ["test/test_helper.rb", "test/db/schema.rb", "test/fixtures/enumeration.rb", "test/fixtures/enum_controller.rb", "test/enum_controller_test.rb", "test/enum_mysql_test.rb"]
end