maestrano 1.0.0.pre.RC9 → 1.0.0
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 +4 -3
- data/lib/maestrano/version.rb +1 -1
- data/maestrano.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da42c6caf2df53cba319e638cec31b0ce33a22f7
|
|
4
|
+
data.tar.gz: db175d78fcd0f238cc6cc014d0464277dd289886
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe781d6375ef3e2c942397b078b433e2aab2fd06c1fa9a6d82622c9b908a9d47451125b146f3168302d643f38b44dd9f120123821a0d3a8acc6ec92b114775b2
|
|
7
|
+
data.tar.gz: d47fcef45b8347d50c0b7280267b914be4ddd38204eb9be43b36c71acd6fb6aa6dd659ab82cdb6dad300cf8f08f05d0b01f2c829509fb0f221371353f3dc37f7
|
data/README.md
CHANGED
|
@@ -70,7 +70,8 @@ gem 'maestrano'
|
|
|
70
70
|
Once installed the first step is to create an initializer to configure the behaviour of the Maestrano gem
|
|
71
71
|
|
|
72
72
|
#### Configuration based of the Developer Platform
|
|
73
|
-
|
|
73
|
+
The [developer platform](https://dev-platform.maestrano.com) is the easiest way to configure Maestrano. The only actions needed from your part is to create your application and environments on the developer platform and to create a config file. The framework will then contact the developer platform and retrieve the marketplaces configuration for your app environment.
|
|
74
|
+
|
|
74
75
|
In your initializer add the following configuration:
|
|
75
76
|
|
|
76
77
|
`config/initializers/maestrano.rb`
|
|
@@ -107,7 +108,7 @@ export MNO_DEVPL_ENV_SECRET=<your environment secret>
|
|
|
107
108
|
Maestrano.auto_configure
|
|
108
109
|
```
|
|
109
110
|
|
|
110
|
-
#### Configure environments manually
|
|
111
|
+
#### Deprecated - Configure environments manually
|
|
111
112
|
Environments configuration should be driven from the developer platform configuration. For backward compatibility purpose, environments can still be defined manually.
|
|
112
113
|
|
|
113
114
|
You can add configuration presets by putting additional configuration blocks in your maestrano.rb initializer. These additional presets can then be specified when doing particular action, such as initializing a Connec!™ client or triggering a SSO handshake. These presets are particularly useful if you are dealing with multiple Maestrano-style marketplaces (multi-enterprise integration).
|
|
@@ -305,7 +306,7 @@ Maestrano['my-preset2'].configure do |config|
|
|
|
305
306
|
end
|
|
306
307
|
```
|
|
307
308
|
|
|
308
|
-
### Metadata Endpoint
|
|
309
|
+
### Deprecated - Metadata Endpoint
|
|
309
310
|
Your configuration initializer is now all setup and shiny. Great! But need to know about it. Of course
|
|
310
311
|
we could propose a long and boring form on maestrano.com for you to fill all these details (especially the webhooks) but we thought it would be more convenient to fetch that automatically.
|
|
311
312
|
|
data/lib/maestrano/version.rb
CHANGED
data/maestrano.gemspec
CHANGED
|
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Maestrano::VERSION
|
|
8
8
|
s.summary = 'Ruby bindings for the Maestrano API'
|
|
9
9
|
s.description = 'Maestrano is the next generation marketplace for SME applications. See https://maestrano.com for details.'
|
|
10
|
-
s.authors = ['
|
|
11
|
-
s.email = ['
|
|
10
|
+
s.authors = ['Maestrano']
|
|
11
|
+
s.email = ['it@maestrano.com']
|
|
12
12
|
s.homepage = 'https://maestrano.com'
|
|
13
13
|
s.license = 'MIT'
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maestrano
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Maestrano
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -181,7 +181,7 @@ dependencies:
|
|
|
181
181
|
description: Maestrano is the next generation marketplace for SME applications. See
|
|
182
182
|
https://maestrano.com for details.
|
|
183
183
|
email:
|
|
184
|
-
-
|
|
184
|
+
- it@maestrano.com
|
|
185
185
|
executables:
|
|
186
186
|
- maestrano-console
|
|
187
187
|
extensions: []
|
|
@@ -300,9 +300,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
300
300
|
version: '0'
|
|
301
301
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
302
302
|
requirements:
|
|
303
|
-
- - "
|
|
303
|
+
- - ">="
|
|
304
304
|
- !ruby/object:Gem::Version
|
|
305
|
-
version:
|
|
305
|
+
version: '0'
|
|
306
306
|
requirements: []
|
|
307
307
|
rubyforge_project:
|
|
308
308
|
rubygems_version: 2.5.1
|