pry-try 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 152a67b4c6210ed9cc1c806bf5d7ec3f3b612744
4
- data.tar.gz: 345759c157fa481aaafcca1bbc391e10a2f80fbc
3
+ metadata.gz: 7667437d39a2f82f546e9ee1c2db5367e9c6e14e
4
+ data.tar.gz: 13eda7f0f0490db80db76dd71d9a4d49a0050801
5
5
  SHA512:
6
- metadata.gz: a67f2c1b2716a47bd2565c25cb143899c31bc263d4d0cea899a0bea79ac5f1b5115b2cd95ab4e2f419d48f40a93382533e3fcf234fc156765b7f6aca654ab8c3
7
- data.tar.gz: 377d0fba8e6b424c0c73a7c40f3d189250244aa137bb1134ecbecd9792aa7082c8d6405f3d9ab30740b89a441f73f714b74b96d1ed35fcefd105b899e37813c0
6
+ metadata.gz: 26334e26387843eb40a73db420b9f417642a2f6221352393d03ab98013e6756130a4f8932751f646c692cea00dc1ba7e12dd18f5c9ed70c8081d0ea308d6a861
7
+ data.tar.gz: fae9d8ab028014ce69f433719adc30d4698e9b6d14ab6a738fe8d3d851712651a3bc11155d585cfe21a243d83c41a19e6efb50e7d78ba4a3f6b111e8ec0d3984
@@ -1,3 +1,3 @@
1
1
  module PryTry
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/pry-try.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{try a gem or script}
13
13
  spec.description = %q{try a gem or script}
14
- spec.homepage = "http://gitlab.com/eval/pry-try"
14
+ spec.homepage = "https://gitlab.com/eval/pry-try/tree/master#pry-try"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-try
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gert Goet
@@ -55,7 +55,8 @@ dependencies:
55
55
  description: try a gem or script
56
56
  email:
57
57
  - gert@thinkcreate.nl
58
- executables: []
58
+ executables:
59
+ - pry-try
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -67,12 +68,12 @@ files:
67
68
  - README.md
68
69
  - Rakefile
69
70
  - bin/console
70
- - bin/pry-try
71
71
  - bin/setup
72
+ - exe/pry-try
72
73
  - lib/pry-try.rb
73
74
  - lib/pry-try/version.rb
74
75
  - pry-try.gemspec
75
- homepage: http://gitlab.com/eval/pry-try
76
+ homepage: https://gitlab.com/eval/pry-try/tree/master#pry-try
76
77
  licenses:
77
78
  - MIT
78
79
  metadata: {}
File without changes