mno-enterprise-core 2.0.0 → 2.0.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8839b4855e37d406f71969e03cd1807342a6d80d
|
|
4
|
+
data.tar.gz: dbcff8946f9af7727002fd3932f123bef15a1392
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d213f95880a2b892ad1e8a9db994f88e55a556a69003c3eab5a1169e6b322baeb223d4bd77e9ec614b725a1c69479b3627dc2b6bad4c2f254a1f4e8a75ff479
|
|
7
|
+
data.tar.gz: 782c91dfa3a452ee12b56f4b0d2306f4c2d4068ea84298854a915f66c5311d33470481d25c585a437df2bb6650e4dca10348a23881853f36b5b96456c7dbd9ce
|
|
@@ -47,7 +47,7 @@ module MnoEnterprise
|
|
|
47
47
|
:remember_created_at, :sign_in_count, :current_sign_in_at, :last_sign_in_at, :current_sign_in_ip,
|
|
48
48
|
:last_sign_in_ip, :confirmation_token, :confirmed_at, :confirmation_sent_at, :unconfirmed_email,
|
|
49
49
|
:failed_attempts, :unlock_token, :locked_at, :name, :surname, :company, :phone, :phone_country_code,
|
|
50
|
-
:geo_country_code, :geo_state_code, :geo_city, :website, :orga_on_create, :sso_session, :current_password_required
|
|
50
|
+
:geo_country_code, :geo_state_code, :geo_city, :website, :orga_on_create, :sso_session, :current_password_required, :admin_role
|
|
51
51
|
|
|
52
52
|
define_model_callbacks :validation #required by Devise
|
|
53
53
|
devise :remote_authenticatable, :registerable, :recoverable, :rememberable,
|
|
@@ -37,7 +37,7 @@ module MnoEnterprise::Concerns::Models::Organization
|
|
|
37
37
|
included do
|
|
38
38
|
attributes :uid, :name, :account_frozen, :free_trial_end_at, :soa_enabled, :mails, :logo,
|
|
39
39
|
:latitude, :longitude, :geo_country_code, :geo_state_code, :geo_city, :geo_tz, :geo_currency,
|
|
40
|
-
:meta_data, :industry, :size
|
|
40
|
+
:meta_data, :industry, :size, :financial_year_end_month
|
|
41
41
|
|
|
42
42
|
scope :in_arrears, -> { where(in_arrears?: true) }
|
|
43
43
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mno-enterprise-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arnaud Lachaume
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-04-
|
|
12
|
+
date: 2016-04-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -400,22 +400,22 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
400
400
|
version: '0'
|
|
401
401
|
requirements: []
|
|
402
402
|
rubyforge_project:
|
|
403
|
-
rubygems_version: 2.
|
|
403
|
+
rubygems_version: 2.4.8
|
|
404
404
|
signing_key:
|
|
405
405
|
specification_version: 4
|
|
406
406
|
summary: Maestrano Enterprise - Core functionnality
|
|
407
407
|
test_files:
|
|
408
|
-
- spec/controllers/mno_enterprise/angular_csrf_spec.rb
|
|
409
|
-
- spec/lib/her_extension/her_orm_adapter.rb
|
|
410
|
-
- spec/lib/her_extension/model/relation_spec.rb
|
|
411
|
-
- spec/lib/mandrill_client_spec.rb
|
|
412
|
-
- spec/mno_enterprise_spec.rb
|
|
413
|
-
- spec/models/mno_enterprise/app_instance_spec.rb
|
|
414
408
|
- spec/models/mno_enterprise/app_spec.rb
|
|
415
|
-
- spec/models/mno_enterprise/
|
|
409
|
+
- spec/models/mno_enterprise/organization_spec.rb
|
|
410
|
+
- spec/models/mno_enterprise/app_instance_spec.rb
|
|
416
411
|
- spec/models/mno_enterprise/deletion_request_spec.rb
|
|
417
412
|
- spec/models/mno_enterprise/invoice_spec.rb
|
|
418
|
-
- spec/models/mno_enterprise/organization_spec.rb
|
|
419
413
|
- spec/models/mno_enterprise/user_spec.rb
|
|
420
|
-
- spec/
|
|
414
|
+
- spec/models/mno_enterprise/base_resource_spec.rb
|
|
421
415
|
- spec/spec_helper.rb
|
|
416
|
+
- spec/lib/her_extension/her_orm_adapter.rb
|
|
417
|
+
- spec/lib/her_extension/model/relation_spec.rb
|
|
418
|
+
- spec/lib/mandrill_client_spec.rb
|
|
419
|
+
- spec/rails_helper.rb
|
|
420
|
+
- spec/controllers/mno_enterprise/angular_csrf_spec.rb
|
|
421
|
+
- spec/mno_enterprise_spec.rb
|