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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e6d354d0c59601aba494962abac3bd8ed37a00ec1f5b364c233cd656f962312
4
- data.tar.gz: 488ed9a24935e94a825d96f6f9429845d8ec932abb3eaacdfd9ca9f5e5d1125b
3
+ metadata.gz: 38b5e9515b6921bf88ebeea176f454ee979ba77a391c017c8753cc24c641b85e
4
+ data.tar.gz: a236266d7fee5b10dde7751ac5e5967f9baf110937f88b8576dda6eb7269799e
5
5
  SHA512:
6
- metadata.gz: '0791933b2b6732b353a663ac9dc4e0d6c2326da3a6312a4cc4627569cc93827600ad1b5da8205e2a7d528479e7d817ed68af6b5d61358d5e6073c3dceafcc7a8'
7
- data.tar.gz: 4708fc86e840507be062dae338c3b92715872754b59c1c175209e951dfefa15dc9af0b3fc9af16faaff763281af64f9df574b634cf01772854059e1c566aa33f
6
+ metadata.gz: 5eb1b9c12f9c720c7aecf0de63fdce7884e911c0cf8243539ceded44eaee14b7e96ab25d21c5776bb68f5e65f418febf06cae1cb9bca8dd1d27553280bbbda2d
7
+ data.tar.gz: e6518b00e7c35239998fbaea2ea9d17cad72260020040fd8c5ba323d37f992dbc0c0e082fa49cf9bdb797765cb23ea08266bcb58b5920380a0f1e0fb9ef8fbb9
data/LICENSE.md CHANGED
@@ -1,55 +1,21 @@
1
- # Blue Oak Model License
2
-
3
- Version 1.0.0
4
-
5
- ## Purpose
6
-
7
- This license gives everyone as much permission to work with
8
- this software as possible, while protecting contributors
9
- from liability.
10
-
11
- ## Acceptance
12
-
13
- In order to receive this license, you must agree to its
14
- rules. The rules of this license are both obligations
15
- under that agreement and conditions to your license.
16
- You must not do anything with this software that triggers
17
- a rule that you cannot or will not follow.
18
-
19
- ## Copyright
20
-
21
- Each contributor licenses you to do everything with this
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 tabbed interface in trestle
10
- - Supports Postgres container back-end
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).
@@ -1,5 +1,5 @@
1
1
  module Trestle
2
2
  module Mobility
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
@@ -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 = "Blue Oak Model 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.0
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-17 00:00:00.000000000 Z
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
- - Blue Oak Model License
112
+ - MIT
113
113
  metadata: {}
114
114
  post_install_message:
115
115
  rdoc_options: []