overmind_client 0.0.6 → 0.0.7

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d139d081517c68d92a0377505bc228213185ca38
4
+ data.tar.gz: 04ba956a022c6ba34fafbd46a5cfcdb3353d2b2b
5
+ SHA512:
6
+ metadata.gz: 663957d5849783dc2cedb2abe5974f47a792f470ab68915e89d8461572839dde13f80d9bf3b2c79d0eb9546ff2525a2ff945ca474d72dcdb791e436dbf8fa187
7
+ data.tar.gz: eab6e7058da871fa71fb894739bbe6fc453c77fba4b4ba1078c71e1f31696d5ecc3cbdac044fc325c2f4fd044391b366977210f4bfc99f5450cf2da5080aaf50
@@ -9,6 +9,7 @@ module Overmind
9
9
  :name,
10
10
  :ref_date,
11
11
  :account_name,
12
+ :teacher_username,
12
13
  :value,
13
14
  :service
14
15
  ]
metadata CHANGED
@@ -1,46 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overmind_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
5
- prerelease:
4
+ version: 0.0.7
6
5
  platform: ruby
7
6
  authors:
8
7
  - Dwayne Macgowan
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-08-07 00:00:00.000000000 Z
11
+ date: 2018-05-31 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: railties
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '3.1'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: '3.1'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: logical_model
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: 0.5.0
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: 0.5.0
46
41
  description: This is client library for padma-Overmind-ws
@@ -51,32 +46,30 @@ extensions: []
51
46
  extra_rdoc_files: []
52
47
  files:
53
48
  - app/models/overmind/monthly_stat.rb
49
+ - config/initializers/overmind_client.rb
54
50
  - lib/overmind/railties.rb
55
51
  - lib/overmind_client.rb
56
- - config/initializers/overmind_client.rb
57
52
  homepage: ''
58
53
  licenses: []
54
+ metadata: {}
59
55
  post_install_message:
60
56
  rdoc_options: []
61
57
  require_paths:
62
58
  - lib
63
59
  required_ruby_version: !ruby/object:Gem::Requirement
64
- none: false
65
60
  requirements:
66
- - - ! '>='
61
+ - - ">="
67
62
  - !ruby/object:Gem::Version
68
63
  version: '0'
69
64
  required_rubygems_version: !ruby/object:Gem::Requirement
70
- none: false
71
65
  requirements:
72
- - - ! '>='
66
+ - - ">="
73
67
  - !ruby/object:Gem::Version
74
68
  version: '0'
75
69
  requirements: []
76
70
  rubyforge_project:
77
- rubygems_version: 1.8.25
71
+ rubygems_version: 2.6.11
78
72
  signing_key:
79
- specification_version: 3
73
+ specification_version: 4
80
74
  summary: Client library for padma-Overmind-ws
81
75
  test_files: []
82
- has_rdoc: