eivid 1.0.2 → 1.0.3

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: 8b3eceac4a1719f232b34c2fca6011cef48444cfe64646109dfde436b7f12557
4
- data.tar.gz: f9578d5f26ae5a6864dfc6a59d0cc1ff49ccd72520cb7008b0ff21fcf93fd98c
3
+ metadata.gz: 170f1105ae880129ff80583493e23aa7fb59d6753b0e6ee235577d01d6cab4e6
4
+ data.tar.gz: 44f34c2db366c087f13a1cdbe4e9225a997cb8b7a498707aa2078dc9e1f049ca
5
5
  SHA512:
6
- metadata.gz: 3a5dc2db193354a88552cefc6b07512e2d079e8a05a2ecf4ba4f32e902451950b5401930adfdf5ec8b4f2cfc1f3007b7a2542b98e6eddcaac928337369f2cb6a
7
- data.tar.gz: 8cceee092aa705daa738624cae4c245bf969f0ee01c215b2d8a531527bd01a20a87950ebade229103e3ce3672a5b6aec3bf86ad78cc2bbc5148531ade64acf22
6
+ metadata.gz: c54d80a42768cb50f24f253e66a03da55bc0ea9cf27601cb1c0cc7a80ddfe967fe54797c1b9d012daf56796405df6a6cb5dde02cf7913dc606bd800d7a270f73
7
+ data.tar.gz: d20be465508e7e42f7d2fce872f769ea8bc0074d80a4a04cf8d01ccfa702db8782b8a08091cb59b7aff0a0c654c1740785e56ea5aefc5131b8da3d3f6d25560f
data/README.md CHANGED
@@ -10,18 +10,8 @@ Add the following to your application's Gemfile and run $bundle:
10
10
 
11
11
  ```ruby
12
12
 
13
- gem 'eivid', git: 'https://github.com/eitje-app/eivid_engine', branch: 'production'
13
+ gem 'eivid', "1.0.0" # check the latest version on: https://rubygems.org/gems/eivid
14
14
 
15
- ```
16
- Or, for development purposes, add instead:
17
-
18
- ```ruby
19
- local_eivid_path = "/Users/jurriaanschrofer/Documents/eivid"
20
- if ENV["RAILS_ENV"] == 'development' && Dir.glob(local_eivid_path).any?
21
- gem 'eivid', path: local_eivid_path
22
- else
23
- gem 'eivid', git: 'https://github.com/eitje-app/eivid_engine', branch: 'production'
24
- end
25
15
  ```
26
16
 
27
17
  Add the following file to your app's config/initializers directory:
@@ -3,7 +3,7 @@ module Eivid
3
3
 
4
4
  has_many :videos
5
5
 
6
- validates :external_id, presence: true #, uniqueness: true # comment out for dev only
6
+ validates :external_id, presence: true, uniqueness: true
7
7
 
8
8
  before_create :get_folder_id
9
9
 
data/lib/eivid/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Eivid
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eivid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurriaan Schrofer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-04 00:00:00.000000000 Z
11
+ date: 2021-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails