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 +5 -5
- data/.travis.yml +4 -5
- data/CHANGELOG.md +5 -0
- data/lib/teamsnap/version.rb +1 -1
- data/teamsnap_rb.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 1d287a17900f7662c64a2a83fae1e6edabd921e9
|
|
4
|
+
data.tar.gz: a2579942084c7511c386be0d3ed34450f6bee9fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2244337e3ec6d3c43e1375869c123aaf4dafede6c3e370719c88906fb9d2b387acf468f0b6318efd7d1acf8cf7c9668900128d338bbdd7ba9764443a79988d3
|
|
7
|
+
data.tar.gz: 17e8460deab4dd23796550c612ea7845672e2f4e025015a1209b4ed41bcb2fd4ee792cc996103066007f6a85f46535aff4201e95e48333794729e9f24f2b573f
|
data/.travis.yml
CHANGED
|
@@ -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.
|
|
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.
|
|
11
|
-
- 2.5.
|
|
8
|
+
- 2.4.6
|
|
9
|
+
- 2.5.5
|
|
10
|
+
- 2.6.3
|
data/CHANGELOG.md
CHANGED
data/lib/teamsnap/version.rb
CHANGED
data/teamsnap_rb.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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.
|
|
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
|
-
|
|
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
|