pry-doc 0.11.0 → 0.11.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/pry-doc/version.rb +1 -1
- data/pry-doc.gemspec +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a289686c29453a46964ea751c32bf3118579511
|
|
4
|
+
data.tar.gz: 9b20c6b81d33adc0d965df8e48594a7dedf5acbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e21fc3743737722944fca8f38ac00627289e63597b3d12b0db8dd538e0857dbf33f76064681452c8581a502d21a0bc4650780d372801bbb299d5858c40e57f9a
|
|
7
|
+
data.tar.gz: 25627be554b364b13549661dfe7dfdfa83ad537f81023398a679e976e80ea972a55f762f00051889607ed6adc4aa5ac4c048ff44d2c9506503b766ec8b561df6
|
data/CHANGELOG.md
CHANGED
|
@@ -3,8 +3,15 @@ Pry Doc changelog
|
|
|
3
3
|
|
|
4
4
|
### master
|
|
5
5
|
|
|
6
|
+
### [v0.11.1][v0.11.1] (August 8, 2017)
|
|
7
|
+
|
|
8
|
+
* Specified minimum required Ruby version in the gemspec
|
|
9
|
+
([#70](https://github.com/pry/pry-doc/pull/70))
|
|
10
|
+
|
|
6
11
|
### [v0.11.0][v0.11.0] (August 8, 2017)
|
|
7
12
|
|
|
13
|
+
* **IMPORTANT:** Drop support for Ruby 1.9.3
|
|
14
|
+
([#68](https://github.com/pry/pry-doc/pull/68))
|
|
8
15
|
* Stopped raising exception when Pry Doc doesn't support current Ruby version
|
|
9
16
|
(we print a warning instead) ([#65](https://github.com/pry/pry-doc/pull/65))
|
|
10
17
|
|
|
@@ -74,3 +81,4 @@ Pry Doc changelog
|
|
|
74
81
|
[v0.9.0]: https://github.com/pry/pry-doc/releases/tag/v0.9.0
|
|
75
82
|
[v0.10.0]: https://github.com/pry/pry-doc/releases/tag/v0.10.0
|
|
76
83
|
[v0.11.0]: https://github.com/pry/pry-doc/releases/tag/v0.11.0
|
|
84
|
+
[v0.11.1]: https://github.com/pry/pry-doc/releases/tag/v0.11.1
|
data/README.md
CHANGED
data/lib/pry-doc/version.rb
CHANGED
data/pry-doc.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pry-doc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Mair (banisterfiend)
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: yard
|
|
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
requirements:
|
|
144
144
|
- - ">="
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
|
-
version: '0'
|
|
146
|
+
version: '2.0'
|
|
147
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
148
|
requirements:
|
|
149
149
|
- - ">="
|