callapi 0.8 → 0.8.1
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 +4 -4
- data/callapi.gemspec +6 -6
- data/lib/callapi/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37e595cb28a3374487162fe30df2e8aa579ea537
|
4
|
+
data.tar.gz: 889f9aa00033d0641d1b698d6ce7862a87757294
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfbaf2213a17c0c20c7598557dfa1801c5860ee3dd0232f7a9ec9b87236f5ccf74664ab29c0258841bc624caba1ebcc3acaaf29422fa48b8c5204d02e1050c36
|
7
|
+
data.tar.gz: 31091b0d6530dba3a524d788d5a807baee0d98d0afd9e52b1a60cf00166ee141bdc6bce4c824142ace2209007e2afc460fab418c790d85125ae90b748e3f3a60
|
data/callapi.gemspec
CHANGED
@@ -6,12 +6,12 @@ require 'callapi/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "callapi"
|
8
8
|
spec.version = Callapi::VERSION
|
9
|
-
spec.authors = [
|
10
|
-
spec.email = [
|
11
|
-
spec.summary = %q{
|
12
|
-
spec.description = %q{
|
13
|
-
spec.homepage =
|
14
|
-
spec.license =
|
9
|
+
spec.authors = ['Kacper Walanus']
|
10
|
+
spec.email = ['kacper@walanus.com']
|
11
|
+
spec.summary = %q{Easy API calls}
|
12
|
+
spec.description = %q{Easy API calls}
|
13
|
+
spec.homepage = 'https://github.com/kv109/Callapi'
|
14
|
+
spec.license = 'MIT'
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
data/lib/callapi/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: callapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kacper Walanus
|
@@ -136,9 +136,9 @@ dependencies:
|
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0.11'
|
139
|
-
description:
|
139
|
+
description: Easy API calls
|
140
140
|
email:
|
141
|
-
- kacper
|
141
|
+
- kacper@walanus.com
|
142
142
|
executables: []
|
143
143
|
extensions: []
|
144
144
|
extra_rdoc_files: []
|
@@ -179,7 +179,7 @@ files:
|
|
179
179
|
- spec/unit/call/response/plain_spec.rb
|
180
180
|
- spec/unit/call/response_spec.rb
|
181
181
|
- spec/unit/routes_spec.rb
|
182
|
-
homepage:
|
182
|
+
homepage: https://github.com/kv109/Callapi
|
183
183
|
licenses:
|
184
184
|
- MIT
|
185
185
|
metadata: {}
|
@@ -202,7 +202,7 @@ rubyforge_project:
|
|
202
202
|
rubygems_version: 2.4.5
|
203
203
|
signing_key:
|
204
204
|
specification_version: 4
|
205
|
-
summary:
|
205
|
+
summary: Easy API calls
|
206
206
|
test_files:
|
207
207
|
- spec/spec_helper.rb
|
208
208
|
- spec/unit/call/base_spec.rb
|