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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 803c08b861fec40bb1023e11656d7146d9ef85bb39a93ed37022eaf28e0508bf
4
- data.tar.gz: d7834de9b7685149a376bf64cc92497b86910aa9bc001697e472b4365f004ec8
3
+ metadata.gz: 204857721dd090b2a81b21e7c83af2f017561bc09ae7617287fedbbdf6367879
4
+ data.tar.gz: 04fddb0d958af5b177fdee216a75e9b38c97034f0499ec874c000528cedcf998
5
5
  SHA512:
6
- metadata.gz: f1e1b8962e037d31d31e9f94b9cce198fffeb98223656f4b400f9520720f5e12a0e481d072be5e8159589c54a63579b91415b9697f56d66be5b373bd3da5b9da
7
- data.tar.gz: d81852132622d4187c56aa6b06e2dbf661d6f3aa4fffd0e03de12759f99de791da4dbb790aa6e8cd6b2e9e0c972aa898389cc4dbde0af86272dabcd541a74317
6
+ metadata.gz: 5208c05d6da2f62163bfd74afc17c46a893757ea6c6d5cbf3f47791c5935c60dea398c907dc2f17b3780bdb72a422777380bf989f6c188f29b01fab934e24c12
7
+ data.tar.gz: 063df7d06da6547c08070ef7f3727b16b6db475bdf1440cb9934185d755657998c0fb73eb09fc96c31ed875ef5afddf31e8f400ae50fcbc7c41a5d27437041f6
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- = Version 1.3.1.pre3
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
- Specify which ORM you wish to use by adding following line to your `application.rb` file (or custom initializer):
33
+ Add the following line to your `application.rb` file (or custom initializer):
34
34
 
35
35
  require "attachinary/orm/active_record"
36
36
 
@@ -1,3 +1,3 @@
1
1
  module Attachinary
2
- VERSION = "1.3.1.pre3"
2
+ VERSION = "2.0.1"
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: 1.3.1.pre3
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.7
402
+ rubygems_version: 3.6.9
402
403
  specification_version: 4
403
- summary: attachinary-1.3.1.pre3
404
+ summary: attachinary-2.0.1
404
405
  test_files:
405
406
  - spec/dummy/Gemfile
406
407
  - spec/dummy/Gemfile.lock