standard-file 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 05c848ebb3f69c126fa21c0868de2c8a79444fe9
4
- data.tar.gz: 6fae684f6e09e53a1b25b89df21a32f249257183
3
+ metadata.gz: 88e3a99e6ae6dafc3178b3a6915dbfbcda33bc78
4
+ data.tar.gz: a6b6fa9d316acd61b1f79010335007f46beb9e37
5
5
  SHA512:
6
- metadata.gz: f208c915128fd925380121d16784f8819e55ad09a883a5481e0b347c918d011a03d3f85dddf5afd21e0cfd95b5c3c06c8e2e1a1ab0fdf0152e8bff686871f1b7
7
- data.tar.gz: ca1901640974801646d5eb3390ce24194bd3b2c795feb3021708c56374fdb7bb460a822b123dd0d125a85fa4c30f6390332a3fd7ab036d0c18a899f833a859ea
6
+ metadata.gz: 14e7ff70b44d777ec65996b6369f0ab808786adc24fe79626ed8be62dcb40e65ed365efae78df6f23c09410d7c74e21da0fde8bc9e164f61e9c1542ba3759d00
7
+ data.tar.gz: 03b1df8f4aa3fd7c07666807105e696b7e3a60cdf71c78ea071963bc4bf1630a75a491fa0fd0fea8a1eeb24bba11873ee9af5608f1aa5873b5442c6f7d685232
@@ -1,3 +1,3 @@
1
1
  module StandardFile
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
  end
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard-file
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Standard File
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-26 00:00:00.000000000 Z
11
+ date: 2019-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 5.0.1
19
+ version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 5.0.1
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jwt
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 1.5.0
33
+ version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 1.5.0
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bcrypt
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '3.1'
47
+ version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '3.1'
54
+ version: '0'
55
55
  description: Standard File allows for storage, sync, and encryption of items such
56
56
  as notes, tags, and any other models with a custom schema.
57
57
  email:
@@ -60,7 +60,6 @@ executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
- - MIT-LICENSE
64
63
  - README.md
65
64
  - Rakefile
66
65
  - lib/standard_file.rb
@@ -76,7 +75,7 @@ files:
76
75
  - lib/tasks/standard_file_tasks.rake
77
76
  homepage: https://standardnotes.org
78
77
  licenses:
79
- - GPLv3
78
+ - GPL-3.0
80
79
  metadata: {}
81
80
  post_install_message:
82
81
  rdoc_options: []
@@ -94,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
93
  version: '0'
95
94
  requirements: []
96
95
  rubyforge_project:
97
- rubygems_version: 2.6.12
96
+ rubygems_version: 2.6.14
98
97
  signing_key:
99
98
  specification_version: 4
100
99
  summary: Standard File User & Sync Engine
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright 2017
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.