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 +4 -4
- data/README.md +1 -11
- data/app/models/eivid/owner.rb +1 -1
- data/lib/eivid/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: 170f1105ae880129ff80583493e23aa7fb59d6753b0e6ee235577d01d6cab4e6
|
4
|
+
data.tar.gz: 44f34c2db366c087f13a1cdbe4e9225a997cb8b7a498707aa2078dc9e1f049ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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',
|
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:
|
data/app/models/eivid/owner.rb
CHANGED
data/lib/eivid/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2021-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|