pry-doc 0.11.0 → 0.11.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
  SHA1:
3
- metadata.gz: 4d5e680f20ca2a31dda0ce9ed2e8b2e2a55bf2b1
4
- data.tar.gz: 384040aea14f0390c7b40c489e0ec7be377058c2
3
+ metadata.gz: 6a289686c29453a46964ea751c32bf3118579511
4
+ data.tar.gz: 9b20c6b81d33adc0d965df8e48594a7dedf5acbd
5
5
  SHA512:
6
- metadata.gz: 8f18ccd9fb33ce4b32280eb84ae647b301ac86ff7638c36d85e3ec07078f5f36027188c1ab7652551d3d031f40239e27985047e7321d1ad58f0acc2d0ea446ac
7
- data.tar.gz: d68630e8c2396b743eaa6bbc1c420bfb71d077fea5de6508ce41077b227739cca360b1d09028b02ac9209a62d247811b595ccd4df08d693229f28cbaf00e08d5
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
@@ -40,7 +40,7 @@ for methods and classes implemented in C.
40
40
  Limitations
41
41
  -----------
42
42
 
43
- Pry Doc supports Ruby 1.9 and above.
43
+ Pry Doc supports Ruby 2.0 and above.
44
44
 
45
45
  Getting Help
46
46
  ------------
@@ -1,3 +1,3 @@
1
1
  module PryDoc
2
- VERSION = '0.11.0'
2
+ VERSION = '0.11.1'
3
3
  end
data/pry-doc.gemspec CHANGED
@@ -20,6 +20,8 @@ DESCR
20
20
  s.require_paths = ["lib"]
21
21
  s.files = `git ls-files`.split("\n")
22
22
 
23
+ s.required_ruby_version = '>= 2.0'
24
+
23
25
  s.add_dependency 'yard', "~> 0.9"
24
26
  s.add_dependency 'pry', "~> 0.9"
25
27
  s.add_development_dependency 'latest_ruby', '~> 0.0'
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.0
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-07 00:00:00.000000000 Z
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
  - - ">="