gitcafeapi 0.1.1 → 0.1.2

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: d2e6605577127a99ec138a8993702519dff45150
4
- data.tar.gz: f804d7d7a271d932222867198a15c50a584e56dd
3
+ metadata.gz: b0ec2c1384dc14b053f27c3a932870f187cdcfb3
4
+ data.tar.gz: 051436292cd7bed4b63dfcb0a28ad2fa5334f79c
5
5
  SHA512:
6
- metadata.gz: 2a5743a11a69dd223a7426ef439335f147904cec7a2630cdf9fd7213d2ed5caa520576e069dec5ede46e5cdd7edf7977497c736dd5afd5561d722b6c8768eca1
7
- data.tar.gz: b275b707680daa444f4b7890e8b83b8f3f40aa81965ce5edd8e65a8fb34e201d094730af117aeb2fd48a6165d6255b656ec1dc6bc8116f955d59d8665c62167a
6
+ metadata.gz: df0d82f2a8ac320c78fd575905de712501ec92baf697b7eca16e974a0f2facdd50765d1a77a8af409d002fe6b533ce517a0b88d89984b735a7749a7f4412a194
7
+ data.tar.gz: a81ac7bb10b6dfa9bdffb5e268ebc29195a6f9939a65821473b90fc478ee3d344138c6c3c213b7f119a742da89eb02f5397ebd93b5ecd22a552c2d9560972781
Binary file
data/gitcafeapi.gemspec CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["990210wyx@gmail.com"]
11
11
  spec.licenses = ['MIT']
12
12
  spec.summary = "GitCafe Api Gem"
13
- spec.description = "This is a Gem for calling GitCafe's API, It helps you to use the APIs easier. And if you get confused with it, email me and I'll help you out."
14
- spec.homepage = "http://null.nil"
13
+ spec.description = "This Gem is for calling GitCafe's API, It helps you to use the APIs easier. And if you get confused with it, email me and I'll help you out."
14
+ spec.homepage = "https://api.gitcafe.com"
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.
@@ -1,3 +1,3 @@
1
1
  module Gitcafeapi
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitcafeapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tex Wang
@@ -38,8 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: This is a Gem for calling GitCafe's API, It helps you to use the APIs
42
- easier. And if you get confused with it, email me and I'll help you out.
41
+ description: This Gem is for calling GitCafe's API, It helps you to use the APIs easier.
42
+ And if you get confused with it, email me and I'll help you out.
43
43
  email:
44
44
  - 990210wyx@gmail.com
45
45
  executables: []
@@ -53,10 +53,11 @@ files:
53
53
  - bin/console
54
54
  - bin/setup
55
55
  - gitcafeapi-0.1.0.gem
56
+ - gitcafeapi-0.1.1.gem
56
57
  - gitcafeapi.gemspec
57
58
  - lib/gitcafeapi.rb
58
59
  - lib/gitcafeapi/version.rb
59
- homepage: http://null.nil
60
+ homepage: https://api.gitcafe.com
60
61
  licenses:
61
62
  - MIT
62
63
  metadata: {}