almundo-business-domain 1.0.0 → 1.0.1

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: 38c45bbfee4380844f949fc98fb940c60983833a
4
- data.tar.gz: 4b60f08954c2d14d23e4d5f565853ca8cc0ffad9
3
+ metadata.gz: 525bdb2593746ffe544c04428d11c4d331f75e85
4
+ data.tar.gz: c054a148b1c257082db0e4ae270036ab89938e2a
5
5
  SHA512:
6
- metadata.gz: 1f2ffce10faafe57a78b954315466237f341196f2436dc584d54d1588b5a4fb9272e3bb95f900015df7c6153adada46f1bead0b8ab04b6e721c8023b9c40c811
7
- data.tar.gz: 50adae5d7fdcb578c484262971c2de302d3953b3aeda1d97fdc546607dde2cb4237a5320897bbc830dceebd374dbc02a4d4e662bf98ee5efaa9172c19dbbb106
6
+ metadata.gz: 3420bdc37df7bfdd69d7a89c1257fdfeea37620e4370d823b5d728b0e5f513e0dadbe33a30bcd9949b4af3dcc6f6fc0fccd9b11d952bf99a1cdaf8e2bb6d1fee
7
+ data.tar.gz: 49be0ed8c1542f9b96600b6d642c3994dc9cb77e09944ba1229bfd2823b31fa40b1327d206e6a2c5a058c03b2d3ef1d0e6ae99f34720ec0e16e53b897f12173a
@@ -29,6 +29,10 @@ class BusinessDomain
29
29
  return current_business_domain
30
30
  end
31
31
 
32
+ def list
33
+ return @@business_domain_list
34
+ end
35
+
32
36
  def register configuration
33
37
 
34
38
  @@config_folder = configuration[:config_folder]
@@ -1,5 +1,5 @@
1
1
  module BusinessDomain
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  FILES = Dir[File.join('lib/**/*.*').to_s]
4
4
  SUMMARY = "BusinessDomain lib - almundo.com"
5
5
  DESCRIPTION = "BusinessDomain library for almundo.com sites"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: almundo-business-domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matías Sueiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-30 00:00:00.000000000 Z
11
+ date: 2014-10-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: BusinessDomain library for almundo.com sites
14
14
  email: matias.sueiro@almundo.com