attachinary-dox 1.3.1.pre3 → 2.0.1
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 +5 -1
- data/README.md +2 -2
- data/lib/attachinary/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 204857721dd090b2a81b21e7c83af2f017561bc09ae7617287fedbbdf6367879
|
4
|
+
data.tar.gz: 04fddb0d958af5b177fdee216a75e9b38c97034f0499ec874c000528cedcf998
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5208c05d6da2f62163bfd74afc17c46a893757ea6c6d5cbf3f47791c5935c60dea398c907dc2f17b3780bdb72a422777380bf989f6c188f29b01fab934e24c12
|
7
|
+
data.tar.gz: 063df7d06da6547c08070ef7f3727b16b6db475bdf1440cb9934185d755657998c0fb73eb09fc96c31ed875ef5afddf31e8f400ae50fcbc7c41a5d27437041f6
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
= Version
|
1
|
+
= Version 2.0.1
|
2
|
+
* update initializers to combine
|
3
|
+
|
4
|
+
= Version 2.0.0
|
5
|
+
* Renamed fork to `attachinary-dox`
|
2
6
|
* Remove support for Mongoid. Now only supports active_record.
|
3
7
|
* Remove $.attachinary.Templating - use another templating system or just use javascript.
|
4
8
|
See: https://github.com/doximity/attachinary/pull/66/files
|
data/README.md
CHANGED
@@ -28,9 +28,9 @@ First, make sure that you have [cloudinary gem](https://github.com/cloudinary/cl
|
|
28
28
|
|
29
29
|
Add following line to your `Gemfile`:
|
30
30
|
|
31
|
-
gem 'attachinary'
|
31
|
+
gem 'attachinary-dox', require: 'attachinary'
|
32
32
|
|
33
|
-
|
33
|
+
Add the following line to your `application.rb` file (or custom initializer):
|
34
34
|
|
35
35
|
require "attachinary/orm/active_record"
|
36
36
|
|
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:
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Milovan Zogovic
|
@@ -381,8 +381,9 @@ files:
|
|
381
381
|
- spec/support/B.gif
|
382
382
|
- spec/support/C.gif
|
383
383
|
- spec/support/request_helpers.rb
|
384
|
-
homepage:
|
385
|
-
licenses:
|
384
|
+
homepage: https://github.com/doximity/attachinary
|
385
|
+
licenses:
|
386
|
+
- MIT
|
386
387
|
metadata: {}
|
387
388
|
rdoc_options: []
|
388
389
|
require_paths:
|
@@ -391,16 +392,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
391
392
|
requirements:
|
392
393
|
- - ">="
|
393
394
|
- !ruby/object:Gem::Version
|
394
|
-
version: '0'
|
395
|
+
version: '3.0'
|
395
396
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
396
397
|
requirements:
|
397
398
|
- - ">="
|
398
399
|
- !ruby/object:Gem::Version
|
399
400
|
version: '0'
|
400
401
|
requirements: []
|
401
|
-
rubygems_version: 3.6.
|
402
|
+
rubygems_version: 3.6.9
|
402
403
|
specification_version: 4
|
403
|
-
summary: attachinary-
|
404
|
+
summary: attachinary-2.0.1
|
404
405
|
test_files:
|
405
406
|
- spec/dummy/Gemfile
|
406
407
|
- spec/dummy/Gemfile.lock
|