namx 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f11477d6301e17941dd2bb41b6be995fc5743e0125dbbc647d3405567dcc1ceb
4
- data.tar.gz: bcbf47d9860677070c3615b5629261863493e46eafc97053708b49ee2f798cda
3
+ metadata.gz: 1c98dfe596309e2227f1ffe98274759932b8223c80d279d4c5b05fc44096417d
4
+ data.tar.gz: 0c401d497ede7da9a957e55a5b8f9efd4790bc782f6b2780d5a2eaf54a0bd9d6
5
5
  SHA512:
6
- metadata.gz: 818f09b90e0c2783a73e587276008afbef3e773729a3d0fbc970c09dee4a469d8e11eb1589865c71dd576a1b3d0dc370c4144a04c73f3f44fbe8cf131770cca0
7
- data.tar.gz: 8113dc15d9a889b33e0fbe71ca48f10692547e67f913770ec7cf5bd2d49c14001329c8c7833198328e36d71b2692650bab9194f2dce9d9f8f029d59c440f4037
6
+ metadata.gz: f1f763c6ac6b6597c0b5c7305a8bebaeb0e1ebddf0d40eec4807ea98828607960567201938c07bb0e6ff8aec369270ad30d8c69d09efcb5f95af14be8e4c90ce
7
+ data.tar.gz: e73dea0f8b38b7cd9d1f446b4de76ed10ceddbb5d66e8f8a03635a21bdd0810aa5ce5c226cd00eeab2609073c08d9fe048729401139f74a2a0adacfae0be701c
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- namx (0.1.2)
4
+ namx (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Namx
2
+ [![Gem Version](https://badge.fury.io/rb/namx.svg)](https://badge.fury.io/rb/namx)
2
3
 
3
4
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/namx`. To experiment with that code, run `bin/console` for an interactive prompt.
4
5
 
@@ -1,3 +1,3 @@
1
1
  module Namx
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
18
  spec.metadata["source_code_uri"] = "https://github.com/vesh95/nmax"
19
- spec.metadata["changelog_uri"] = "https://github.com/vesh95/nmax/CHANGELOG.md"
19
+ spec.metadata["changelog_uri"] = "https://github.com/vesh95/nmax/blob/master/CHANGELOG.md"
20
20
 
21
21
  # Specify which files should be added to the gem when it is released.
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: namx
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
  - vesh95
@@ -77,7 +77,7 @@ licenses: []
77
77
  metadata:
78
78
  homepage_uri: https://github.com/vesh95/nmax
79
79
  source_code_uri: https://github.com/vesh95/nmax
80
- changelog_uri: https://github.com/vesh95/nmax/CHANGELOG.md
80
+ changelog_uri: https://github.com/vesh95/nmax/blob/master/CHANGELOG.md
81
81
  post_install_message:
82
82
  rdoc_options: []
83
83
  require_paths: