domoscio_rails 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 44a60a1cdae43e491e47fc70d0aa13b51605bbaa
4
+ data.tar.gz: 363a227849bcbd2e8171c087a46fda19f42e5d73
5
+ SHA512:
6
+ metadata.gz: 4c15898b2dd903894112bd25b5ffd941e158b78adcb0be7b6ffb0fee4e52646b2ed05576f70baa439ab28f11296f020f945ea496cae2af4e845dc5b0f2d93096
7
+ data.tar.gz: b22a569071edbd9f19bc5c9bb090a00d80f3a078e544a36b03b699c647455703f33b44d7c15509d0155a6b235c649af804c3d001512c646e680ccb9696bb4842
@@ -11,7 +11,7 @@ module DomoscioRails
11
11
  raise NotImplementedError.new('Resource is an abstract class. Do not use it directly.')
12
12
  end
13
13
 
14
- build_url = "/v1/companies/#{DomoscioRails.configuration.client_id}"
14
+ build_url = "/v1/instances/#{DomoscioRails.configuration.client_id}"
15
15
  build_url << "/#{class_name.underscore}s"
16
16
  if util_name
17
17
  build_url << "/#{util_name}"
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,37 +1,41 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: domoscio_rails
3
- version: !ruby/object:Gem::Version
4
- version: 0.0.7
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.8
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Benoit Praly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
-
12
- date: 2015-03-24 00:00:00 +01:00
13
- default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
11
+ date: 2015-07-20 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
16
14
  name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '3.2'
17
20
  type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ~>
22
- - !ruby/object:Gem::Version
23
- version: "3.2"
24
- version:
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '3.2'
25
27
  description: Description of DomoscioRails.
26
- email:
28
+ email:
27
29
  - benoit.praly@domoscio.com
28
30
  executables: []
29
-
30
31
  extensions: []
31
-
32
32
  extra_rdoc_files: []
33
-
34
- files:
33
+ files:
34
+ - MIT-LICENSE
35
+ - README.rdoc
36
+ - Rakefile
37
+ - lib/domoscio_rails.rb
38
+ - lib/domoscio_rails.tbz
35
39
  - lib/domoscio_rails/admin/company.rb
36
40
  - lib/domoscio_rails/admin/user.rb
37
41
  - lib/domoscio_rails/authorization_token.rb
@@ -47,39 +51,29 @@ files:
47
51
  - lib/domoscio_rails/student/student.rb
48
52
  - lib/domoscio_rails/utils/review_util.rb
49
53
  - lib/domoscio_rails/version.rb
50
- - lib/domoscio_rails.rb
51
- - lib/domoscio_rails.tbz
52
54
  - lib/tasks/domoscio_rails_tasks.rake
53
- - MIT-LICENSE
54
- - Rakefile
55
- - README.rdoc
56
- has_rdoc: true
57
55
  homepage: http://www.domoscio.com
58
- licenses:
56
+ licenses:
59
57
  - MIT
58
+ metadata: {}
60
59
  post_install_message:
61
60
  rdoc_options: []
62
-
63
- require_paths:
61
+ require_paths:
64
62
  - lib
65
- required_ruby_version: !ruby/object:Gem::Requirement
66
- requirements:
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
67
65
  - - ">="
68
- - !ruby/object:Gem::Version
69
- version: "0"
70
- version:
71
- required_rubygems_version: !ruby/object:Gem::Requirement
72
- requirements:
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ requirements:
73
70
  - - ">="
74
- - !ruby/object:Gem::Version
75
- version: "0"
76
- version:
71
+ - !ruby/object:Gem::Version
72
+ version: '0'
77
73
  requirements: []
78
-
79
74
  rubyforge_project:
80
- rubygems_version: 1.3.5
75
+ rubygems_version: 2.2.2
81
76
  signing_key:
82
- specification_version: 3
77
+ specification_version: 4
83
78
  summary: Summary of DomoscioRails.
84
79
  test_files: []
85
-