git_wand 0.1.0 → 0.1.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: b996b02a3af37a486cbc43bd74ad3e43f07a7985
4
- data.tar.gz: 2babe8c618eb73cecc30f3a3756519ea3e7f0a04
3
+ metadata.gz: c7e73032a8d82b96e121a5ce34eb7e877dbc024e
4
+ data.tar.gz: da8eae1dabf548e40e1540057a08b9b851977ce3
5
5
  SHA512:
6
- metadata.gz: 206fa1371df0e395f7ecc0cd45c1880d688f91aa351913010aec9085338f209bddde7e50d237db6da6a98aa76e94f8290712f1ffab55b72ff2f37810bb719426
7
- data.tar.gz: e69d335a65514f4f31d6e4c99b1c09448a3e32f988f75a603d368921ba48abf430a843d5e23fc267142320cc7d170157687a9e96cec00b202191b0c4e51c35cd
6
+ metadata.gz: 4a5a09e7db1bff1f637b792efc0e246432de80f7629f36d9bd601b90cd491025c6d2861bd9f6db014762e8f3c5166ab1867db82e8a891a698cf04f4e319ebbd4
7
+ data.tar.gz: 4aa02fb3b384ad03582857721b5f8a1f8a14f04ea43cab93f40a27201095767caf4275a1d401ee970c9a05132bbaffdda0d149a2fbc2a569835740d905a71c6c
data/git_wand.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{A Ruby client to the GitHub API.}
13
13
  spec.homepage = "https://github.com/olistik/git-wand"
14
- spec.license = "AGPL"
14
+ spec.license = "AGPL-3.0"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
1
  module GitWand
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_wand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maurizio De Magnis
@@ -80,7 +80,7 @@ files:
80
80
  - lib/git_wand/version.rb
81
81
  homepage: https://github.com/olistik/git-wand
82
82
  licenses:
83
- - AGPL
83
+ - AGPL-3.0
84
84
  metadata: {}
85
85
  post_install_message:
86
86
  rdoc_options: []