gemver 0.1.2 → 0.1.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/gemver.gemspec +14 -0
  3. data/lib/gemver/version.rb +1 -1
  4. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba7e9e8b6b3b96e83c7a0c325c8e153c44b84f7f
4
- data.tar.gz: b272efe6de64cd49beb0bd0d9a8bdf7b3c2f5b53
3
+ metadata.gz: 0d5a9f27b8f6bcf678400c29d1de4123521cbf35
4
+ data.tar.gz: 25d4298449f29eb266c526554542403ae417cf8b
5
5
  SHA512:
6
- metadata.gz: 9f40a1991cbd2cdba5ff9be9d2ed4af49a4199df06ef761817c63bc507f8db792a178c91f8a544264da82e690a4dc258b3d0f3af7b0e1aff1fce16c5fa9b53ae
7
- data.tar.gz: 32e67225e187ec3ee77642bf518646e56c9ecb235777678f06d83fec0bde982184341ccacb6de3ffa126aec5cd30d30e19c633a8d55e8d0265c13aebe6c78450
6
+ metadata.gz: 903f93c8ccccd8502fd71c9a53d3935942b63dc8e67639e144af79d59edebc94be4baceae551e0aa6a138791a08fac0ae12abbb604466401d332d552df60ec5c
7
+ data.tar.gz: 2f6751d9d3bf99daff41e797eabae1e634ce057a00304045e07f78d22d0753e24cb2f0f937e8a22caf7eef1a8aa298ffa7842225f86887cc4c247974cabc0f85
data/gemver.gemspec CHANGED
@@ -14,6 +14,20 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = "http://rubygems.org/gems/gemver"
15
15
  spec.license = "MIT"
16
16
 
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata = {
21
+ "documentation_uri" => "https://github.com/cuongnm265/gemver",
22
+ "homepage_uri" => "https://github.com/cuongnm265/gemver",
23
+ "source_code_uri" => "https://github.com/cuongnm265/gemver",
24
+ "wiki_uri" => "https://github.com/cuongnm265/gemver"
25
+ }
26
+ else
27
+ raise "RubyGems 2.0 or newer is required to protect against " \
28
+ "public gem pushes."
29
+ end
30
+
17
31
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
18
32
  f.match(%r{^(test|spec|features)/})
19
33
  end
@@ -1,3 +1,3 @@
1
1
  module Gemver
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene
@@ -64,7 +64,11 @@ files:
64
64
  homepage: http://rubygems.org/gems/gemver
65
65
  licenses:
66
66
  - MIT
67
- metadata: {}
67
+ metadata:
68
+ documentation_uri: https://github.com/cuongnm265/gemver
69
+ homepage_uri: https://github.com/cuongnm265/gemver
70
+ source_code_uri: https://github.com/cuongnm265/gemver
71
+ wiki_uri: https://github.com/cuongnm265/gemver
68
72
  post_install_message:
69
73
  rdoc_options: []
70
74
  require_paths: