marco-polo 2.0.0 → 2.0.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: 50dd1df0a275f83ae348e7e5c9a0faa7760092cc4fbdc106954eaadda2af95b7
4
- data.tar.gz: d9421c652013115b2cc4bcbd58a139b311fb32e98f4c853e13fd4c7b04463d49
3
+ metadata.gz: '079746538ccd3fb5061a4f8926317713e6a6ef419813dabf933cfbc3eeb8a172'
4
+ data.tar.gz: 375a052e04ea2c9f4d36809ce77e61dfb1cd53c821bb804b9019b6aeb636d454
5
5
  SHA512:
6
- metadata.gz: 9e447e8b10840838f245d4474a382be29fd5fd9d75249e5e2f8a48bfbb4842d7f8397d9fb02ae22d7c655acf34881b23079baaed41576326a872c028cfda0ecc
7
- data.tar.gz: 44afe66bfda50c0c1226b55fe53a455c2c1d89908d8d8502053aec2a1c8c4648dc5c5496574191693ae805cb54c55a3bc636b6d21802877f7e0072e823e4c1fc
6
+ metadata.gz: 3bbf679e1e867d1242858a8ab17a359f32b48c25c77e3e3d6e7e57c9970173a678a76f241b9d575cdbba5a3875a98ea865a965e01801388951eac6a7350bb4f1
7
+ data.tar.gz: 2e41103c3d6b984209c8c5e32343de739dc8885807dbd2a5aaa0d0abf9c5850df3f195e9d364e06eaba914a82e45c551eda249752334eb87c8c2d356977bd8d0
data/CHANGELOG CHANGED
@@ -1,3 +1,4 @@
1
+ 2.0.1 Rails 6 support for Pry
1
2
  2.0.0 Rails 6 support
2
3
  1.2.1 Less hacky railtie
3
4
  1.2.0 Add ability to customize app name in prompt via ENV
@@ -14,7 +14,7 @@ end
14
14
  if defined? Pry
15
15
  Pry.config.prompt = [
16
16
  proc {
17
- current_app = ENV["MARCO_POLO_APP_NAME"] || Rails.application.class.parent_name.underscore.gsub("_", "-")
17
+ current_app = ENV["MARCO_POLO_APP_NAME"] || Rails.application.class.module_parent_name.underscore.gsub("_", "-")
18
18
  rails_env = Rails.env.downcase
19
19
 
20
20
  # shorten some common long environment names
@@ -1,3 +1,3 @@
1
1
  module MarcoPolo
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marco-polo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Doyle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-16 00:00:00.000000000 Z
11
+ date: 2020-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties