maestrano-connector-rails 0.3.9 → 0.3.10
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cb8d8772dc5106195a801be046134ace3f7a51f
|
4
|
+
data.tar.gz: 121e1bc9ab730af0c82e04b64b6ecc191bf15279
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b74d940a1e9457173e53f1935d43714fb9b59e837773afaf4b61efbdd77046bb1680011a78b8de2848465b9f9fffdba2114ca626c3a84b56e050408a78f6379c
|
7
|
+
data.tar.gz: 993bac601d5c2a9ad83c5f4fa301dcbc71cd0b270c7dd021c0ebaad6189ff52a33f0d0bc42aa69f152ad5b285cf17d8cfb0c5cf26182409127d37e8114f2f7ea
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.10
|
@@ -23,6 +23,8 @@ module Maestrano::Connector::Rails
|
|
23
23
|
#===================================
|
24
24
|
has_many :user_organization_rels
|
25
25
|
has_many :users, through: :user_organization_rels
|
26
|
+
has_many :id_maps
|
27
|
+
has_many :synchronizations
|
26
28
|
|
27
29
|
#===================================
|
28
30
|
# Validation
|
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: maestrano-connector-rails 0.3.
|
5
|
+
# stub: maestrano-connector-rails 0.3.10 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "maestrano-connector-rails"
|
9
|
-
s.version = "0.3.
|
9
|
+
s.version = "0.3.10"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Pierre Berard"]
|
14
|
-
s.date = "2016-04-
|
14
|
+
s.date = "2016-04-04"
|
15
15
|
s.description = "Maestrano is the next generation marketplace for SME applications. See https://maestrano.com for details."
|
16
16
|
s.email = "pierre.berard@maestrano.com"
|
17
17
|
s.executables = ["rails"]
|
@@ -13,6 +13,8 @@ describe Maestrano::Connector::Rails::Organization do
|
|
13
13
|
#Associations
|
14
14
|
it { should have_many(:user_organization_rels) }
|
15
15
|
it { should have_many(:users) }
|
16
|
+
it { should have_many(:id_maps) }
|
17
|
+
it { should have_many(:synchronizations) }
|
16
18
|
|
17
19
|
describe 'creation' do
|
18
20
|
subject { Maestrano::Connector::Rails::Organization.new }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: maestrano-connector-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pierre Berard
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-04-
|
11
|
+
date: 2016-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: maestrano-rails
|