mxhero-api 0.1.39 → 0.1.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +8 -8
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/mxhero-api.gemspec +6 -6
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODczNGI2OTc5NWEyODQ3NGM3MTM2ZGNlZTA1MDRlY2RjNWFlZWRiMA==
4
+ MTJkYmI1N2U3MDA3NmY3YmM4ZjQ2ZmNkZjAyM2Y0NGU5ZWZhODRjMw==
5
5
  data.tar.gz: !binary |-
6
- NzkyZDNiOGRhZjhjOTViMGU4Yjg2ZTYzNGFkYjcyOGFmMDA2ZWZkYw==
6
+ ZGUxMmRkMmIwNWI4MGY4NjE3MjJiZjY2ZWI4ZWZhNDNjZTY0ZmQyMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTBhMzI3MGVhYzU5ZmU4NjczZjNkMGU5ZWNmMTBkZmQ5YjgzNWY1YzU1ODVj
10
- ZmMwMjk1ZjJiNzU4NzUyOWQ1NjQ0NjI0M2NiOWE1MDA4NmFjNDUyMDI1YWQ4
11
- ZGYwZjJiMTQwMTVjZTdiMWJmY2Y0ZTQ2NTkzNDM1NWU0NzMyMDA=
9
+ NzU3YWJiNTZiZGI2MjIzMGI0NzJkYjg2YjE5OGMxMzViMTY5ZGEwOTc0NDI2
10
+ NDRiMGQ1MDUzZWRhYTc4M2VhMmRlN2Y4ZWIxYjYxMTU1YWIwZTE2NDY3ZDY5
11
+ ZjA1MGMwNjY3ZDE5OTkzMWYxYjI5NzY3ZWJkOTU2Nzc5YzQwMzY=
12
12
  data.tar.gz: !binary |-
13
- NWRkN2E1MjE4YWIyYmU0ZWZjNjM2M2M2MGQ0Mzc2OGExN2ZjNTc5ZjNmYjcx
14
- ZjBkOWM1ODlkNTZjYjBkOTRiMDgwODNlOGMwOWY3MThhMjFlOWE1YmExOTUz
15
- NzU2YmQ5ZGIyOTEyYmFmZDBjZmYzYmViZGM3ZmM2ZDQyNWMxOWM=
13
+ M2I4MWY1ZTA4NWM0YjA4YjBlMTFlNDgyMzhjZTk4MDRhMGRiZWYxYTE5MzY4
14
+ OWM4NTcxMWMwMDAyNzVkMzNlYmM5YzFjMjk4YjE3ZTVmNjUyZmM2NDA0ZjA0
15
+ YTAzYzc4MTZhNmI0OTg2MjIxNGQ3ZDFjMDhiZDFlNjY0NDE3ZjA=
data/Rakefile CHANGED
@@ -29,7 +29,7 @@ spec = Gem::Specification.new do |gem|
29
29
  gem.add_development_dependency('vcr', '2.5.0')
30
30
  gem.add_development_dependency('webmock', '1.11.0')
31
31
 
32
- gem.add_dependency('httpclient', '2.3.3')
32
+ gem.add_dependency('httpclient', '2.6.0.1')
33
33
 
34
34
  end
35
35
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.39
1
+ 0.1.40
data/mxhero-api.gemspec CHANGED
@@ -1,13 +1,13 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: mxhero-api 0.1.39 ruby lib
2
+ # stub: mxhero-api 0.1.40 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "mxhero-api"
6
- s.version = "0.1.39"
6
+ s.version = "0.1.40"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.authors = ["Maximiliano Dello Russo", "Juan Pablo Royo", "mxHero"]
10
- s.date = "2015-05-04"
10
+ s.date = "2015-07-20"
11
11
  s.description = "A gem to provide easy access to the API of MxHero platform (http://www.mxhero.com/)"
12
12
  s.email = ["maxidr@mxhero.com", "juanpablo.royo@gmail.com", "mxhero@mxhero.com"]
13
13
  s.files = [".gitignore", ".ruby-gemset", ".ruby-version", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "VERSION", "lib/communication.rb", "lib/directories.rb", "lib/dto.rb", "lib/groups.rb", "lib/mxhero-api.rb", "lib/resource.rb", "lib/resources/account.rb", "lib/resources/domain.rb", "lib/resources/group.rb", "lib/urls.rb", "mxhero-api.gemspec", "test/fixtures/api/account_properties.yml", "test/fixtures/api/account_properties_not_found.yml", "test/fixtures/api/accounts.yml", "test/fixtures/api/accounts_filtered.yml", "test/fixtures/api/accounts_from_domain.yml", "test/fixtures/api/accounts_from_domain_paginated.yml", "test/fixtures/api/accounts_without_group.yml", "test/fixtures/api/add_an_inexistent_account_to_group.yml", "test/fixtures/api/add_and_remove_account.yml", "test/fixtures/api/add_feature.yml", "test/fixtures/api/all_groups.yml", "test/fixtures/api/associate_user_domain.yml", "test/fixtures/api/create_directory.yml", "test/fixtures/api/create_domain.yml", "test/fixtures/api/create_rule_for_domain.yml", "test/fixtures/api/create_user.yml", "test/fixtures/api/delete_directory.yml", "test/fixtures/api/delete_group.yml", "test/fixtures/api/delete_rule.yml", "test/fixtures/api/domain_by_id.yml", "test/fixtures/api/domain_by_id_not_found.yml", "test/fixtures/api/domain_rule.yml", "test/fixtures/api/domains.yml", "test/fixtures/api/fetch_directory.yml", "test/fixtures/api/fetch_user.yml", "test/fixtures/api/ldap_info.yml", "test/fixtures/api/move_to_trial.yml", "test/fixtures/api/refresh_directory.yml", "test/fixtures/api/remove_account_from_group_twice.yml", "test/fixtures/api/remove_inexistente_account_from_group.yml", "test/fixtures/api/rule_status.yml", "test/fixtures/api/rules_for_domain.yml", "test/fixtures/api/rules_for_domain_by_component.yml", "test/fixtures/api/save_group.yml", "test/fixtures/api/system_properties.yml", "test/fixtures/api/system_properties_create.yml", "test/fixtures/api/system_properties_element.yml", "test/fixtures/api/test_domain.yml", "test/fixtures/api/update_account_properties.yml", "test/fixtures/api/update_accounts_group_scope.yml", "test/fixtures/api/update_accounts_properties_scope.yml", "test/fixtures/api/update_directory.yml", "test/fixtures/api/update_rule.yml", "test/fixtures/api/update_user.yml", "test/fixtures/api/user_domains.yml", "test/fixtures/api/users_for_domain.yml", "test/fixtures/api/validate_user_credential.yml", "test/fixtures/domain.rb", "test/helper.rb", "test/test_directories.rb", "test/test_domain.rb", "test/test_dto.rb", "test/test_feature.rb", "test/test_groups.rb", "test/test_mxhero_api.rb", "test/test_mxhero_api_response.rb", "test/test_resource.rb"]
@@ -24,15 +24,15 @@ Gem::Specification.new do |s|
24
24
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
25
25
  s.add_development_dependency(%q<vcr>, ["= 2.5.0"])
26
26
  s.add_development_dependency(%q<webmock>, ["= 1.11.0"])
27
- s.add_runtime_dependency(%q<httpclient>, ["= 2.3.3"])
27
+ s.add_runtime_dependency(%q<httpclient>, ["= 2.6.0.1"])
28
28
  else
29
29
  s.add_dependency(%q<vcr>, ["= 2.5.0"])
30
30
  s.add_dependency(%q<webmock>, ["= 1.11.0"])
31
- s.add_dependency(%q<httpclient>, ["= 2.3.3"])
31
+ s.add_dependency(%q<httpclient>, ["= 2.6.0.1"])
32
32
  end
33
33
  else
34
34
  s.add_dependency(%q<vcr>, ["= 2.5.0"])
35
35
  s.add_dependency(%q<webmock>, ["= 1.11.0"])
36
- s.add_dependency(%q<httpclient>, ["= 2.3.3"])
36
+ s.add_dependency(%q<httpclient>, ["= 2.6.0.1"])
37
37
  end
38
38
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mxhero-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.39
4
+ version: 0.1.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maximiliano Dello Russo
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-05-04 00:00:00.000000000 Z
13
+ date: 2015-07-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: vcr
@@ -46,14 +46,14 @@ dependencies:
46
46
  requirements:
47
47
  - - '='
48
48
  - !ruby/object:Gem::Version
49
- version: 2.3.3
49
+ version: 2.6.0.1
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - '='
55
55
  - !ruby/object:Gem::Version
56
- version: 2.3.3
56
+ version: 2.6.0.1
57
57
  description: A gem to provide easy access to the API of MxHero platform (http://www.mxhero.com/)
58
58
  email:
59
59
  - maxidr@mxhero.com