teamsnap_rb 2.1.3 → 2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: a9fc5a8f83e4c17eabc800593b44c8de41d6c241a9be92bc112f42ae66857567
4
- data.tar.gz: 4229d78487e572343bb7d22b0f1f7037b72e5aa8fbf0b09e96e2d42b22a8280a
2
+ SHA1:
3
+ metadata.gz: 1d287a17900f7662c64a2a83fae1e6edabd921e9
4
+ data.tar.gz: a2579942084c7511c386be0d3ed34450f6bee9fd
5
5
  SHA512:
6
- metadata.gz: b0377cb0ffd735c01b41f9ffaee0cbbd2c37c91e49acae70bf63207e3aa4d9f2a855cc5d42389f38ab7e4f4ede9c55a37ca1f4f7b87202291ec9158557d4feea
7
- data.tar.gz: 9eb379bc5763b0961f6ba58529ac34f267cae9dd04c968292a314d4a63b88c19ec6a4be6177f258a66335121b0054bb34dad12c294b72f9d8ccf4a2098027dfa
6
+ metadata.gz: e2244337e3ec6d3c43e1375869c123aaf4dafede6c3e370719c88906fb9d2b387acf468f0b6318efd7d1acf8cf7c9668900128d338bbdd7ba9764443a79988d3
7
+ data.tar.gz: 17e8460deab4dd23796550c612ea7845672e2f4e025015a1209b4ed41bcb2fd4ee792cc996103066007f6a85f46535aff4201e95e48333794729e9f24f2b573f
@@ -1,11 +1,10 @@
1
1
  language: ruby
2
2
  before_install:
3
3
  - "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete"
4
- - gem install bundler -v 1.15.1
4
+ - gem install bundler -v 1.15.2
5
5
  rvm:
6
- - 2.1.5
7
- - 2.2.0
8
6
  - 2.3.1
9
7
  - 2.3.8
10
- - 2.4.5
11
- - 2.5.3
8
+ - 2.4.6
9
+ - 2.5.5
10
+ - 2.6.3
@@ -80,3 +80,8 @@ v2.0.0
80
80
  ------
81
81
 
82
82
  - Update Rack dependency to patch CVE-2018-16471
83
+
84
+ [v2.2.0](https://github.com/teamsnap/teamsnap_rb/pull/108)
85
+ ------
86
+
87
+ - Require Ruby version 2.3+
@@ -1,3 +1,3 @@
1
1
  module TeamSnap
2
- VERSION = "2.1.3"
2
+ VERSION = "2.2.0"
3
3
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = %q{A gem to interact with TeamSnap's API}
13
13
  spec.homepage = "http://developer.teamsnap.com/"
14
14
  spec.license = "MIT"
15
- spec.required_ruby_version = ">= 2.0"
15
+ spec.required_ruby_version = ">= 2.3"
16
16
 
17
17
  spec.files = `git ls-files`.split($/)
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamsnap_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Emmons
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-06-20 00:00:00.000000000 Z
12
+ date: 2019-08-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -219,14 +219,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
219
219
  requirements:
220
220
  - - ">="
221
221
  - !ruby/object:Gem::Version
222
- version: '2.0'
222
+ version: '2.3'
223
223
  required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  requirements:
225
225
  - - ">="
226
226
  - !ruby/object:Gem::Version
227
227
  version: '0'
228
228
  requirements: []
229
- rubygems_version: 3.0.3
229
+ rubyforge_project:
230
+ rubygems_version: 2.5.2.3
230
231
  signing_key:
231
232
  specification_version: 4
232
233
  summary: A gem to interact with TeamSnap's API