inline_forms_schema_edit 8.1.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: inline_forms_schema_edit
3
+ version: !ruby/object:Gem::Version
4
+ version: 8.1.42
5
+ platform: ruby
6
+ authors:
7
+ - Ace Suares
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: inline_forms
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '8'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '8'
26
+ description: Mountable engine that adds a browser GUI for schema changes (add a field
27
+ to a model) to inline_forms apps. Drives the staging services in inline_forms; generate-only,
28
+ never runs db:migrate itself.
29
+ email:
30
+ - ace@suares.com
31
+ executables: []
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - CHANGELOG.md
36
+ - app/controllers/inline_forms/schema_controller.rb
37
+ - app/models/inline_forms/schema_batch.rb
38
+ - app/models/inline_forms/schema_intent_record.rb
39
+ - app/views/inline_forms/schema/create.html.erb
40
+ - app/views/inline_forms/schema/index.html.erb
41
+ - app/views/inline_forms/schema/new.html.erb
42
+ - app/views/inline_forms/schema/preview.html.erb
43
+ - app/views/layouts/inline_forms_schema.html.erb
44
+ - doc/schema-apply-workflow.yml.example
45
+ - lib/generators/inline_forms_schema_edit/install_generator.rb
46
+ - lib/generators/inline_forms_schema_edit/templates/create_schema_edit_tables.rb.erb
47
+ - lib/inline_forms_schema_edit.rb
48
+ - lib/inline_forms_schema_edit/batch_export.rb
49
+ - lib/inline_forms_schema_edit/batch_import.rb
50
+ - lib/inline_forms_schema_edit/engine.rb
51
+ - lib/inline_forms_schema_edit/intent_validator.rb
52
+ - lib/inline_forms_schema_edit/version.rb
53
+ - lib/tasks/inline_forms_schema_edit.rake
54
+ homepage: http://github.com/acesuares/inline_forms
55
+ licenses:
56
+ - MIT
57
+ metadata: {}
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: 4.0.0
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubygems_version: 4.0.12
73
+ specification_version: 4
74
+ summary: Schema-change GUI for inline_forms apps.
75
+ test_files: []