girlscout 0.5.3 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/girlscout/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc8c4caac759b640a8e0cbb7dbb9594557e6786827df7e48c7c2b0ebc1d931f1
|
4
|
+
data.tar.gz: ac684936f8a244c89b001bee09969b93d41a220ed859d69c81534fea2cb05f8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a827e5a46cf1884fb6425aa5370e4e284a62157230ff37d561357f24c72aecd058224169c8fbfaa4addb33cc8c0350d83c0891ec3a4b4490046f24f43d3d62f1
|
7
|
+
data.tar.gz: 18e37d4760388e423c2e45b370aa314b730a2d1efe23c6812040a5644c3a83f19509081616f937472c7d27cdabe369a706d6c5c0ca646bb83962615f44e39f41
|
data/lib/girlscout/version.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: girlscout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Phureewat Aphibansri <phureewat@omise.co>
|
8
8
|
- Chakrit Wichian <chakrit@omise.co>
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2019-07-05 00:00:00.000000000 Z
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '0.
|
20
|
+
version: '0.85'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '0.
|
27
|
+
version: '0.85'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: json
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -180,7 +180,7 @@ dependencies:
|
|
180
180
|
- !ruby/object:Gem::Version
|
181
181
|
version: '5.0'
|
182
182
|
description: Provides integration with HelpScout REST API v2
|
183
|
-
email:
|
183
|
+
email:
|
184
184
|
executables: []
|
185
185
|
extensions: []
|
186
186
|
extra_rdoc_files: []
|
@@ -206,7 +206,7 @@ homepage: https://github.com/omise/girlscout
|
|
206
206
|
licenses:
|
207
207
|
- MIT
|
208
208
|
metadata: {}
|
209
|
-
post_install_message:
|
209
|
+
post_install_message:
|
210
210
|
rdoc_options: []
|
211
211
|
require_paths:
|
212
212
|
- lib
|
@@ -221,9 +221,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
221
|
- !ruby/object:Gem::Version
|
222
222
|
version: '0'
|
223
223
|
requirements: []
|
224
|
-
rubyforge_project:
|
224
|
+
rubyforge_project:
|
225
225
|
rubygems_version: 2.7.6
|
226
|
-
signing_key:
|
226
|
+
signing_key:
|
227
227
|
specification_version: 4
|
228
228
|
summary: Integrate your support tooling with HelpScout API v2
|
229
229
|
test_files: []
|