maestrano-connector-rails 0.2.7 → 0.2.8

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: 6d24530950c7f13a373897c353bcd570055d2d9b
4
- data.tar.gz: bd8bb22caf4cfad9ff532d55f9fe1c12ff5793d7
3
+ metadata.gz: 4243c7baa747ffdcb5d100b81cf7c50574aa8f77
4
+ data.tar.gz: fb797c02a4baa0240b96234b57b33aa4067f6bb8
5
5
  SHA512:
6
- metadata.gz: 96062c5050e24a10bffe029edd0d4b117757cb8b58c68546afa3656953a12eb0d55612e2167c20baa8b3c7d048b73ae318c9cd99f5a0cd21736ebbcb1451234d
7
- data.tar.gz: 9e0208de34705d723715e503951c5dc23fff59c941ba416ed05aeb9ba5efe60641dd32f6c159f51b0d230b06f0734077fb08af29547447a3a67541745e09bbce
6
+ metadata.gz: 1ab2cb92d7043d5840d471315aa864dbe1108294d19edd123f3f3f9a6ff913bad4fe78d4dd6abf7115e2f2882f460531f076a7031ded0185600380272f94cc60
7
+ data.tar.gz: c721f00818b7cbaa60b1a82b2da70fb64c73dcc85147ff82419a34a5ceee96969dfeb89c563d46ce825ffae58bcb03eec9af6587ac01bf245042f45660484652
@@ -94,16 +94,16 @@ GEM
94
94
  nokogiri (>= 1.5.9)
95
95
  macaddr (1.7.1)
96
96
  systemu (~> 2.6.2)
97
- maestrano (0.12.2)
97
+ maestrano (0.12.3)
98
98
  httparty (~> 0.13)
99
99
  json (~> 1.8)
100
100
  mime-types (~> 1.25)
101
101
  nokogiri (>= 1.5.0)
102
102
  rest-client (~> 1.4)
103
103
  uuid (~> 2.3)
104
- maestrano-rails (0.14.0)
104
+ maestrano-rails (0.15.0)
105
105
  jquery-rails
106
- maestrano (~> 0.12.2)
106
+ maestrano
107
107
  rails
108
108
  mail (2.6.3)
109
109
  mime-types (>= 1.16, < 3)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.7
1
+ 0.2.8
@@ -6,6 +6,8 @@ class CreateUsers < ActiveRecord::Migration
6
6
  t.string :first_name
7
7
  t.string :last_name
8
8
  t.string :email
9
+ t.string :locale
10
+ t.string :timezone
9
11
  t.string :tenant
10
12
 
11
13
  t.timestamps null: false
@@ -8,6 +8,7 @@ class CreateOrganizations < ActiveRecord::Migration
8
8
 
9
9
  t.string :oauth_provider
10
10
  t.string :oauth_uid
11
+ t.string :oauth_name
11
12
  t.string :oauth_token
12
13
  t.string :refresh_token
13
14
  t.string :instance_url
@@ -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.2.7 ruby lib
5
+ # stub: maestrano-connector-rails 0.2.8 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "maestrano-connector-rails"
9
- s.version = "0.2.7"
9
+ s.version = "0.2.8"
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-02-11"
14
+ s.date = "2016-02-15"
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"]
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.2.7
4
+ version: 0.2.8
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-02-11 00:00:00.000000000 Z
11
+ date: 2016-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: maestrano-rails