trestle-mobility 0.3.0 → 0.3.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/LICENSE.md +21 -55
- data/README.md +2 -6
- data/lib/trestle/mobility/version.rb +1 -1
- data/trestle-mobility.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38b5e9515b6921bf88ebeea176f454ee979ba77a391c017c8753cc24c641b85e
|
|
4
|
+
data.tar.gz: a236266d7fee5b10dde7751ac5e5967f9baf110937f88b8576dda6eb7269799e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5eb1b9c12f9c720c7aecf0de63fdce7884e911c0cf8243539ceded44eaee14b7e96ab25d21c5776bb68f5e65f418febf06cae1cb9bca8dd1d27553280bbbda2d
|
|
7
|
+
data.tar.gz: e6518b00e7c35239998fbaea2ea9d17cad72260020040fd8c5ba323d37f992dbc0c0e082fa49cf9bdb797765cb23ea08266bcb58b5920380a0f1e0fb9ef8fbb9
|
data/LICENSE.md
CHANGED
|
@@ -1,55 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
software that would otherwise infringe that contributor's
|
|
23
|
-
copyright in it.
|
|
24
|
-
|
|
25
|
-
## Notices
|
|
26
|
-
|
|
27
|
-
You must ensure that everyone who gets a copy of
|
|
28
|
-
any part of this software from you, with or without
|
|
29
|
-
changes, also gets the text of this license or a link to
|
|
30
|
-
<https://blueoakcouncil.org/license/1.0.0>.
|
|
31
|
-
|
|
32
|
-
## Excuse
|
|
33
|
-
|
|
34
|
-
If anyone notifies you in writing that you have not
|
|
35
|
-
complied with [Notices](#notices), you can keep your
|
|
36
|
-
license by taking all practical steps to comply within 30
|
|
37
|
-
days after the notice. If you do not do so, your license
|
|
38
|
-
ends immediately.
|
|
39
|
-
|
|
40
|
-
## Patent
|
|
41
|
-
|
|
42
|
-
Each contributor licenses you to do everything with this
|
|
43
|
-
software that would otherwise infringe any patent claims
|
|
44
|
-
they can license or become able to license.
|
|
45
|
-
|
|
46
|
-
## Reliability
|
|
47
|
-
|
|
48
|
-
No contributor can revoke this license.
|
|
49
|
-
|
|
50
|
-
## No Liability
|
|
51
|
-
|
|
52
|
-
***As far as the law allows, this software comes as is,
|
|
53
|
-
without any warranty or condition, and no contributor
|
|
54
|
-
will be liable to anyone for any damages related to this
|
|
55
|
-
software or this license, under any kind of legal claim.***
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019 Richard Venneman
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
## Features / problems
|
|
8
8
|
|
|
9
|
-
- Manage Mobility translations with a
|
|
10
|
-
-
|
|
9
|
+
- Manage Mobility translations with a space-efficient dropdown interface in Trestle
|
|
10
|
+
- Developed for usage with Mobility's Postgres container back-end
|
|
11
11
|
- Probably works with other back-ends but has not been tested
|
|
12
12
|
|
|
13
13
|
<img src="/screenshot.png?raw=true" width="529" height="242" alt="Trestle Mobility screenshot" />
|
|
@@ -65,7 +65,3 @@ gem 'trestle-mobility'
|
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
Run `bundle install`, and then restart your Rails server.
|
|
68
|
-
|
|
69
|
-
## License
|
|
70
|
-
|
|
71
|
-
The gem is available as open source under the terms of the [Blue Oak Model License](https://blueoakcouncil.org/license/1.0.0).
|
data/trestle-mobility.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Trestle::Mobility::VERSION
|
|
9
9
|
spec.authors = ["Richard Venneman"]
|
|
10
10
|
spec.email = ["richardvenneman@me.com"]
|
|
11
|
-
spec.license = "
|
|
11
|
+
spec.license = "MIT"
|
|
12
12
|
|
|
13
13
|
spec.summary = %q{Mobility integration plugin for the Trestle admin framework}
|
|
14
14
|
spec.description = %q{Mobility integration plugin for the Trestle admin framework}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trestle-mobility
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Venneman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-04-
|
|
11
|
+
date: 2019-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: emoji_flag
|
|
@@ -109,7 +109,7 @@ files:
|
|
|
109
109
|
- trestle-mobility.gemspec
|
|
110
110
|
homepage: https://github.com/richardvenneman/trestle-mobility
|
|
111
111
|
licenses:
|
|
112
|
-
-
|
|
112
|
+
- MIT
|
|
113
113
|
metadata: {}
|
|
114
114
|
post_install_message:
|
|
115
115
|
rdoc_options: []
|