rrm 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
  SHA256:
3
- metadata.gz: 4e220d2a14a7fb50f527b6f34cc1f1b0b9622fd86f4bccbaef24a4c867df5dbb
4
- data.tar.gz: 875410743004d73f298a1315eb4aa49ed096687888782baa3742236169f87d2a
3
+ metadata.gz: eb5418494f8c18b975271fe1da01eaf1f5c17dc257be26ccea814a8652655657
4
+ data.tar.gz: f5dcd9e8ca7e17e6b39f49b0e200c45e6ac2868879d496461fd431ac54d7ddb1
5
5
  SHA512:
6
- metadata.gz: de359b88b0ddba4c8a5e06e58032507ec3c1f216653f3e977b553842deccb22743cc821047649529d19f7dcebdd905a5069a912df446c04e3280fa6b8ff29fe2
7
- data.tar.gz: 4af9887c71355377fa5c78b9711a0ee481a376359bdef5cdc7fb29caf577ec5f7b15ce1e0f52f974f34c6f37cc49d090dad6cf9b61c41f1d3d584ae159c2fb9d
6
+ metadata.gz: eccfa2bd46f6b704752acf61965a4a0d19d5d39a6c7aaca824c3f76ad0a967359dcf0393fe3d63984d878018d0f0f81ad1a83657618f2a551cac5fe57da46893
7
+ data.tar.gz: 3760c1050dcb63d3bed9988d08fbcbd67114181e86752c3245dbfb4c00535eaab17c28e6dde455d091841bed728c62dc867cfe31a101a2a77d79d20a6a2bbf7e
data/.gitignore CHANGED
@@ -10,3 +10,4 @@
10
10
  .byebug_history
11
11
  log/*
12
12
  !log/.keep
13
+ *.gem
data/{bin → exe}/rrm RENAMED
File without changes
data/lib/rrm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rrm
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: rrm
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
  - Janne Warén
@@ -209,7 +209,8 @@ dependencies:
209
209
  description: Makes updating Gemfile and friends easy for a lot of projects at once.
210
210
  email:
211
211
  - janne.waren@iki.fi
212
- executables: []
212
+ executables:
213
+ - rrm
213
214
  extensions: []
214
215
  extra_rdoc_files: []
215
216
  files:
@@ -223,8 +224,8 @@ files:
223
224
  - README.md
224
225
  - Rakefile
225
226
  - bin/console
226
- - bin/rrm
227
227
  - bin/setup
228
+ - exe/rrm
228
229
  - lib/rrm.rb
229
230
  - lib/rrm/filehandlers/dockerfile.rb
230
231
  - lib/rrm/filehandlers/gemfile.rb