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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 204857721dd090b2a81b21e7c83af2f017561bc09ae7617287fedbbdf6367879
4
- data.tar.gz: 04fddb0d958af5b177fdee216a75e9b38c97034f0499ec874c000528cedcf998
3
+ metadata.gz: a38bc086c437209098f8f454a398e5571844d75a6e64d97f332d5960ddd5534a
4
+ data.tar.gz: 672578e0f7323007f1b3cbeb32c4ff276e3485520f77233b86e2c066ccb3c9c6
5
5
  SHA512:
6
- metadata.gz: 5208c05d6da2f62163bfd74afc17c46a893757ea6c6d5cbf3f47791c5935c60dea398c907dc2f17b3780bdb72a422777380bf989f6c188f29b01fab934e24c12
7
- data.tar.gz: 063df7d06da6547c08070ef7f3727b16b6db475bdf1440cb9934185d755657998c0fb73eb09fc96c31ed875ef5afddf31e8f400ae50fcbc7c41a5d27437041f6
6
+ metadata.gz: 8c03aafee338b5d1c5b99c60714587efafe1765549ef548ddb54395842333d8f13e0075d35c2883312166b249bc30d0d1aab96ecb67276e6df79e47960657656
7
+ data.tar.gz: 6293b12560779396b090a2174fb28f7e4fc908abb82b3e3bfaf9bebab2c0ad4259514e9c710aa858dbbf40bdddd4cbb894f9074f13928bd26811c25dd2e219a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
+ = Version 2.0.2
2
+ * Republish of 2.0.1
3
+
1
4
  = Version 2.0.1
2
- * update initializers to combine
5
+ * [update engine to combine initializers](https://github.com/doximity/attachinary/pull/69)
3
6
 
4
7
  = Version 2.0.0
5
8
  * Renamed fork to `attachinary-dox`
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Attachinary
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
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.1
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.1
404
+ summary: attachinary-2.0.2
405
405
  test_files:
406
406
  - spec/dummy/Gemfile
407
407
  - spec/dummy/Gemfile.lock