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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 930672be83fc5e7372fac0d6564fe7572f5cad79
4
- data.tar.gz: a1a0d70c85b40f9b520e58a01174d22e6ba544fe
3
+ metadata.gz: 37e595cb28a3374487162fe30df2e8aa579ea537
4
+ data.tar.gz: 889f9aa00033d0641d1b698d6ce7862a87757294
5
5
  SHA512:
6
- metadata.gz: 1af1b261ec7d87ac3a2fd1fa56041dbf1867992e47bbbdf8a8c4a456b97c964f1ef9f0e3106ff5cce5e14ade0302978a881d2ebd02b836ec931df53f5e5c3ca8
7
- data.tar.gz: 64dcba1a07560ade4d23178f1155a74719aefbce7e75f92b4eda928280773dbda0b1919f830679aae3854cbe1ccc1c6673905c027e5d6ff0e62a4a9217ac67e4
6
+ metadata.gz: bfbaf2213a17c0c20c7598557dfa1801c5860ee3dd0232f7a9ec9b87236f5ccf74664ab29c0258841bc624caba1ebcc3acaaf29422fa48b8c5204d02e1050c36
7
+ data.tar.gz: 31091b0d6530dba3a524d788d5a807baee0d98d0afd9e52b1a60cf00166ee141bdc6bce4c824142ace2209007e2afc460fab418c790d85125ae90b748e3f3a60
@@ -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 = ["Kacper Walanus"]
10
- spec.email = ["kacper.walanus@elpassion.pl"]
11
- spec.summary = %q{Callapi}
12
- spec.description = %q{Callapi}
13
- spec.homepage = ""
14
- spec.license = "MIT"
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) }
@@ -1,3 +1,3 @@
1
1
  module Callapi
2
- VERSION = '0.8'
2
+ VERSION = '0.8.1'
3
3
  end
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: '0.8'
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: Callapi
139
+ description: Easy API calls
140
140
  email:
141
- - kacper.walanus@elpassion.pl
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: Callapi
205
+ summary: Easy API calls
206
206
  test_files:
207
207
  - spec/spec_helper.rb
208
208
  - spec/unit/call/base_spec.rb