coach_client 0.1.1 → 0.2.0

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coach_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Jungo
@@ -98,6 +98,34 @@ dependencies:
98
98
  - - "~>"
99
99
  - !ruby/object:Gem::Version
100
100
  version: 2.9.3
101
+ - !ruby/object:Gem::Dependency
102
+ name: simplecov
103
+ requirement: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - "~>"
106
+ - !ruby/object:Gem::Version
107
+ version: 0.11.1
108
+ type: :development
109
+ prerelease: false
110
+ version_requirements: !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - "~>"
113
+ - !ruby/object:Gem::Version
114
+ version: 0.11.1
115
+ - !ruby/object:Gem::Dependency
116
+ name: codeclimate-test-reporter
117
+ requirement: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ type: :development
123
+ prerelease: false
124
+ version_requirements: !ruby/object:Gem::Requirement
125
+ requirements:
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: '0'
101
129
  - !ruby/object:Gem::Dependency
102
130
  name: gyoku
103
131
  requirement: !ruby/object:Gem::Requirement
@@ -135,8 +163,10 @@ executables:
135
163
  extensions: []
136
164
  extra_rdoc_files: []
137
165
  files:
166
+ - ".codeclimate.yml"
138
167
  - ".gitignore"
139
168
  - ".rspec"
169
+ - ".rubocop.yml"
140
170
  - ".travis.yml"
141
171
  - Gemfile
142
172
  - LICENSE.txt
@@ -182,5 +212,5 @@ rubyforge_project:
182
212
  rubygems_version: 2.4.8
183
213
  signing_key:
184
214
  specification_version: 4
185
- summary: A wrapper around the CyberCoach API of unifr
215
+ summary: A wrapper around the CyberCoach API of the University of Fribourg
186
216
  test_files: []