clubhouse2 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '0681a46eca7b78c546a705f248718c77d2082558'
4
- data.tar.gz: 1e72715e72f6ef06212de6465f6e767ff6fb01cb
3
+ metadata.gz: 40998417601b817ffb0e23d294fd1f5262e35d01
4
+ data.tar.gz: 0e111ccac222e17e6364e0aa0469a3c21f8c90d9
5
5
  SHA512:
6
- metadata.gz: 6857599de7a0f1a8d43293f38fc6a9f1321e9f38083034e11a46630adb23605d9715a08118820fc62b16004223fc5c449c61348e30f02fb9467de9dfd72ba1bc
7
- data.tar.gz: f86a7d4358267ae3cb00c5b7d82b3b367c1137bee8011e4dad418a72cf5d941bbfe4fbd51c951288068eff4298429f057ad13a65cc15ac097a0989aaadd8849d
6
+ metadata.gz: 34c1371201ef1e8bcec2fc2e8877d95b13436ef9916906ff161834f35e0835882f6670472ee9c251b8ca5dd3840d891543b17837dd927932040fd838186d2832
7
+ data.tar.gz: f6b0bdd08e9d6b18b1de74f6b5488f3d9064b15a02af6468b0d9579833227d226d326aadb92d6af91653455dc30d1efb764455e6544922e969f6d0883cee22a4
data/.gitignore CHANGED
File without changes
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.7
1
+ 1.0.8
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{Clubhouse library for API version 2}
12
12
  spec.description = %q{A resource-oriented library for working with the Cloubhouse API (v2)}
13
13
  spec.homepage = "https://github.com/Masabi/clubhouse2-ruby"
14
- spec.license = "BSD"
14
+ spec.license = "GPL-3.0"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17
17
  # delete this section to allow pushing this gem to any host.
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
  spec.bindir = 'bin'
25
25
  spec.require_paths = [ 'lib' ]
26
26
  spec.required_ruby_version = '>= 2.3.0'
27
- spec.add_dependency 'http', '~> 1'
27
+ spec.add_dependency 'http', '~> 3'
28
28
  spec.add_dependency 'pry', '~> 0.10.4'
29
29
  spec.requirements << 'A clubhouse account (https://clubhouse.io)'
30
30
 
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clubhouse2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Denness
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-10 00:00:00.000000000 Z
11
+ date: 2018-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1'
19
+ version: '3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1'
26
+ version: '3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pry
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -87,7 +87,7 @@ files:
87
87
  - lib/clubhouse2/workflow.rb
88
88
  homepage: https://github.com/Masabi/clubhouse2-ruby
89
89
  licenses:
90
- - BSD
90
+ - GPL-3.0
91
91
  metadata: {}
92
92
  post_install_message:
93
93
  rdoc_options: []
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - A clubhouse account (https://clubhouse.io)
108
108
  rubyforge_project:
109
- rubygems_version: 2.6.10
109
+ rubygems_version: 2.6.14
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Clubhouse library for API version 2