pry-stackexplorer 0.0.0.1 → 0.5.1.1

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: ae3e530146739f5db66a2661cc0c0bf3ddf674d5da181765b927b67e35589252
4
- data.tar.gz: ebe8065204446d0a025b5494e5352b1647ca70f2f4df774739b27b70090562eb
3
+ metadata.gz: 121e47c11236cda1084fc332368bb17e2ace0bd49f2965f18a20d679e4a9a99b
4
+ data.tar.gz: 8f5690c5ed566fef867e60b6f1da7215b5ba014112a7429c02a1b5842b858d2c
5
5
  SHA512:
6
- metadata.gz: b46f305e89b5ef82503769673b5fec3a2b81307577f261539c3ad03b47676cac5131c880ff14847321efb65c15908e8d052935e6aaea3f2ffd2147c0d1efbd42
7
- data.tar.gz: fc80ef6474d39e96b5d680616d5b8ed53603a25532b521c54e8727765863a93b8c0c010d46018e6b27224d3d6bfd50cd6c2cdf38eff9a562ce292fce7fe20434
6
+ metadata.gz: e09f2d2ac88e7563d008f6fe1a278f21bd5cf6f7f28d8a5efcfd0eb3de25641b914523a6032c0cd6dc27e203d7ce4dca161a13530755a51dd071be1a17b209a3
7
+ data.tar.gz: 24399b4fc0c9694c4f2897b951d870e443684cbc6af289f6c88101a6f0357e061b633c2fac5912bbf95bd3e1f37d4c9650efc429526bff4e78fcc44801aeea7b
data/README.md CHANGED
@@ -1,8 +1,16 @@
1
- # Pry::Stackexplorer
1
+ # pry-stackexplorer
2
+ **An alias gem for [pry-stack_explorer](https://github.com/pry/pry-stack_explorer)**
2
3
 
3
- 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/pry/stackexplorer`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+ For people who don't like typing a hyphen then an underscore.
4
5
 
5
- TODO: Delete this and the text above, and describe your gem
6
+ A possible future home for pry-stack_explorer.
7
+
8
+ ## Version policy
9
+ Still a work in progress, but for now:
10
+
11
+ Our version (0.5.1.1) = PSE version (>= 0.5.1)
12
+
13
+ The fourth number stands for our fixes.
6
14
 
7
15
  ## Installation
8
16
 
@@ -19,18 +27,3 @@ And then execute:
19
27
  Or install it yourself as:
20
28
 
21
29
  $ gem install pry-stackexplorer
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/joallard/pry-stackexplorer.
36
-
data/Rakefile CHANGED
@@ -4,7 +4,3 @@ require "rspec/core/rake_task"
4
4
  RSpec::Core::RakeTask.new(:spec)
5
5
 
6
6
  task :default => :spec
7
-
8
- # task :build do
9
- # `gem build pry-stackexplorer.gemspec`
10
- # end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "pry-stackexplorer"
3
- spec.version = '0.0.0.1'
3
+ spec.version = '0.5.1.1'
4
4
  spec.authors = ["Jonathan Allard"]
5
5
  # spec.email = ["jonathan@allard.io"]
6
6
 
@@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
26
26
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
27
  spec.require_paths = ["lib"]
28
28
 
29
- spec.add_dependency "pry-stack_explorer", ">= 0.5.0", "~> 0"
29
+ spec.add_dependency "pry-stack_explorer", ">= 0.5.1", "~> 0"
30
30
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-stackexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.1
4
+ version: 0.5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Allard
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-03 00:00:00.000000000 Z
11
+ date: 2020-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry-stack_explorer
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.5.0
19
+ version: 0.5.1
20
20
  - - "~>"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '0'
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.5.0
29
+ version: 0.5.1
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '0'
33
33
  description: For people who don't like typing a hyphen then an underscore
34
- email:
34
+ email:
35
35
  executables: []
36
36
  extensions: []
37
37
  extra_rdoc_files: []
@@ -46,7 +46,7 @@ files:
46
46
  - bin/console
47
47
  - bin/rspec
48
48
  - bin/setup
49
- - lib/pry/stackexplorer.rb
49
+ - lib/pry-stackexplorer.rb
50
50
  - pry-stackexplorer.gemspec
51
51
  homepage: https://github.com/joallard/pry-stackexplorer
52
52
  licenses:
@@ -55,7 +55,7 @@ metadata:
55
55
  allowed_push_host: https://rubygems.org
56
56
  homepage_uri: https://github.com/joallard/pry-stackexplorer
57
57
  source_code_uri: https://github.com/joallard/pry-stackexplorer
58
- post_install_message:
58
+ post_install_message:
59
59
  rdoc_options: []
60
60
  require_paths:
61
61
  - lib
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: '0'
72
72
  requirements: []
73
73
  rubygems_version: 3.1.2
74
- signing_key:
74
+ signing_key:
75
75
  specification_version: 4
76
76
  summary: An alias gem for pry-stack_explorer
77
77
  test_files: []