peppermint 0.1.8 → 0.1.9

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: a6009680e190c414214c3576a0ad907fd364672f00f25353f611cde249f84764
4
- data.tar.gz: 42287fcb94245460625a6db8a54035359ec095c34a3fb14a688c4f5caf7982cf
3
+ metadata.gz: 31f1531c73926017b56e9e79acd2bd16254121715a6323ec195ebb184c728d82
4
+ data.tar.gz: 7bbf4017a00d7e4de3f88b4af1fa24d2a18efdb504bb13edac86ee94f623462b
5
5
  SHA512:
6
- metadata.gz: ca2ebc05de532510e3e292a29abc5e7e7a1cb6eb30eb9a2be513cfba0e370b954ab7d77630002197ba0e83bd3065536eb1bb600d08427d6352e62c0bcb1a71ab
7
- data.tar.gz: 3656b52adbadf5dbdbb6010bba08467bc775e971bc0da9be4dc7af5c907d362b6a8d0bd4a0bc8c68ddce4bca462f3f8b38dce95064fb2aea7cdf2cfad8542d95
6
+ metadata.gz: 31d1995ff49e2af344934cfc1149a03856d8a53a4d40348a1b0989d39c84991396611e4e6404f515bec197a7c55e02793ef99bfd5046fc72bf10d8457a101445
7
+ data.tar.gz: 3fda6c0a2049be8a315d942f9c9926ab9a8a2000029f13b25e51c68aeb44379569f269770a99231678238edc481a64abbba3ccfd0b35bb8ebfa27854cb10f493
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peppermint (0.1.8)
4
+ peppermint (0.1.9)
5
5
  pry-byebug (~> 3.10)
6
6
  rake (~> 13.1)
7
7
  rdoc (~> 6.6)
data/README.md CHANGED
@@ -10,7 +10,7 @@ _"A gem of a dev environment."_
10
10
  bundle add peppermint --group development
11
11
  ```
12
12
 
13
- 2. Put the following in your `Rakefile` as appropriate.
13
+ 2. Put the following in your `Rakefile`:
14
14
 
15
15
  ```ruby
16
16
  require "peppermint/rake"
@@ -32,10 +32,10 @@ end
32
32
  desc "update those dev config files...."
33
33
  task :"peppermint:update" do
34
34
  [".solargraph.yml", ".rubocop.yml", ".standard.yml", ".rspec", ".ruby-version"].each do |filename|
35
- FileUtils.cp (File.expand_path File.join __dir__, "..", "..", "..", filename), Dir.pwd
35
+ FileUtils.cp (File.expand_path File.join __dir__, "..", "..", filename), Dir.pwd
36
36
  end
37
37
  if File.file? "package.json"
38
- FileUtils.cp (File.expand_path File.join __dir__, "..", "..", "..", "Caddyfile"), Dir.pwd
38
+ FileUtils.cp (File.expand_path File.join __dir__, "..", "..", "Caddyfile"), Dir.pwd
39
39
  end
40
40
  end
41
41
 
@@ -1,4 +1,4 @@
1
1
  module Peppermint
2
2
  GEM_NAME = File.basename(__dir__)
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.9"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peppermint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'j'"