attachinary-dox 2.0.1 → 2.0.2
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -1
- data/lib/attachinary/engine.rb +0 -5
- data/lib/attachinary/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a38bc086c437209098f8f454a398e5571844d75a6e64d97f332d5960ddd5534a
|
4
|
+
data.tar.gz: 672578e0f7323007f1b3cbeb32c4ff276e3485520f77233b86e2c066ccb3c9c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c03aafee338b5d1c5b99c60714587efafe1765549ef548ddb54395842333d8f13e0075d35c2883312166b249bc30d0d1aab96ecb67276e6df79e47960657656
|
7
|
+
data.tar.gz: 6293b12560779396b090a2174fb28f7e4fc908abb82b3e3bfaf9bebab2c0ad4259514e9c710aa858dbbf40bdddd4cbb894f9074f13928bd26811c25dd2e219a9
|
data/CHANGELOG.md
CHANGED
data/lib/attachinary/engine.rb
CHANGED
@@ -8,11 +8,7 @@ module Attachinary
|
|
8
8
|
initializer "attachinary.include_view_helpers" do |app|
|
9
9
|
ActiveSupport.on_load :action_view do
|
10
10
|
include ViewHelpers
|
11
|
-
end
|
12
|
-
end
|
13
11
|
|
14
|
-
initializer "attachinary.include_view_helpers" do |app|
|
15
|
-
ActiveSupport.on_load :action_view do
|
16
12
|
ActionView::Helpers::FormBuilder.send(:include, Attachinary::FormBuilder)
|
17
13
|
end
|
18
14
|
end
|
@@ -20,6 +16,5 @@ module Attachinary
|
|
20
16
|
initializer "attachinary.enable_simple_form" do |app|
|
21
17
|
require "attachinary/simple_form" if defined?(::SimpleForm::Inputs::Base)
|
22
18
|
end
|
23
|
-
|
24
19
|
end
|
25
20
|
end
|
data/lib/attachinary/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: attachinary-dox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Milovan Zogovic
|
@@ -401,7 +401,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
401
401
|
requirements: []
|
402
402
|
rubygems_version: 3.6.9
|
403
403
|
specification_version: 4
|
404
|
-
summary: attachinary-2.0.
|
404
|
+
summary: attachinary-2.0.2
|
405
405
|
test_files:
|
406
406
|
- spec/dummy/Gemfile
|
407
407
|
- spec/dummy/Gemfile.lock
|