rsgem 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9be3268462b4a245d95582cf3fd92c04a278d6aef6ee940b4448ab58fb63c89
4
- data.tar.gz: 85e2e9a5ccfa17da1a7c2ff07501c816bcb28af2c9136c1f4bfd263505427c92
3
+ metadata.gz: deec5cd29ecd1189ee350da6c7d15bdf197c21f0670e5158251cb214b0fb98b4
4
+ data.tar.gz: 28758518b1a52a52dca2945a136c23ee851e45c9a63ca599b6090c232e6680b6
5
5
  SHA512:
6
- metadata.gz: 50caf0245b1c10042d870b7cb505f1eade8737ee41dd7fa6f6519e4865835d36457c7628fbd29a91f6b647c45be2d66dbe955b9b8005f5049de396c1c9773916
7
- data.tar.gz: f00640edd086e97fd7ccfe251190138d4957b756f0a62a6440a762600e8f21181dc206a6cd14ad9b1e0039de2d84875f08ac48a82e7e558dc383c24d97967533
6
+ metadata.gz: e646ac023ad600bb4c0556034ba7249d6ca271ba50aecd8d4a0c6eff029095f06250ecd4e742f8d353b2d370af163893a0aac16659a22f115d9eb80c34238ff9
7
+ data.tar.gz: 044134b37c4cfca91e21633218f19f299e481b7008b582e412c31fd24e7f358e65b49f12cbefb3bc8d55ca74e130ac013eab339a1ff218782777927b8e0fe9e9
data/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # master
2
+
3
+ # 0.1.3
4
+
5
+ * Fix gem creation task on Linux
6
+
7
+ *Juan Aparicio*
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # `rsgem` - Rootstrap's gem generator
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/rsgem.svg)](https://badge.fury.io/rb/rsgem)
3
4
  [![ci](https://github.com/rootstrap/rsgem/workflows/ci/badge.svg)](https://github.com/rootstrap/rsgem/actions?query=workflow%3Aci)
4
5
  [![Maintainability](https://api.codeclimate.com/v1/badges/d956ef2db5e9d02db891/maintainability)](https://codeclimate.com/github/rootstrap/rsgem/maintainability)
5
6
  [![Test Coverage](https://api.codeclimate.com/v1/badges/d956ef2db5e9d02db891/test_coverage)](https://codeclimate.com/github/rootstrap/rsgem/test_coverage)
@@ -10,7 +10,7 @@ module RSGem
10
10
  end
11
11
 
12
12
  def create
13
- `#{shell_command}`
13
+ system shell_command
14
14
  puts message
15
15
  end
16
16
 
data/lib/rsgem/version.rb CHANGED
@@ -3,6 +3,6 @@
3
3
  module RSGem
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- PATCH = 2
6
+ PATCH = 3
7
7
  VERSION = [MAJOR, MINOR, PATCH].join('.')
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsgem
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
  - Juan Manuel Ramallo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-01 00:00:00.000000000 Z
11
+ date: 2020-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-cli
@@ -116,6 +116,7 @@ executables:
116
116
  extensions: []
117
117
  extra_rdoc_files: []
118
118
  files:
119
+ - CHANGELOG.md
119
120
  - LICENSE.txt
120
121
  - README.md
121
122
  - bin/console