maestrano 1.0.0.pre.RC9 → 1.0.0

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: 797f96b0fef67e57328edb69af7f33b24ba84c7b
4
- data.tar.gz: 5cbc92abb18c47438d376f65cc60021689dbfcd8
3
+ metadata.gz: da42c6caf2df53cba319e638cec31b0ce33a22f7
4
+ data.tar.gz: db175d78fcd0f238cc6cc014d0464277dd289886
5
5
  SHA512:
6
- metadata.gz: 712bdb7f8989a792bcbc1d27813a5e5fab95a2a238ceae9eac1390d1757be5b9e9fe489744e83005af8a3126abfcd96f3b9d995f2305d831eedb277abf564875
7
- data.tar.gz: 6571265997f004364928d6abdf38f42e3a7a66806287ff3f07100b156c7ac417b240f17b6fba4cd1f4a4d477d316f1d4730407f909c44a7e304932b28fac9f6d
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
- Your environment configuration is retrieved from the developer platform where your different environments are registered.
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 - Deprecated
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
 
@@ -1,3 +1,3 @@
1
1
  module Maestrano
2
- VERSION = '1.0.0.pre.RC9'
2
+ VERSION = '1.0.0'
3
3
  end
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 = ['Arnaud Lachaume']
11
- s.email = ['arnaud.lachaume@maestrano.com']
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.pre.RC9
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
- - Arnaud Lachaume
7
+ - Maestrano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-18 00:00:00.000000000 Z
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
- - arnaud.lachaume@maestrano.com
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: 1.3.1
305
+ version: '0'
306
306
  requirements: []
307
307
  rubyforge_project:
308
308
  rubygems_version: 2.5.1