rh 0.0.2 → 0.0.3

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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f8937f3a80d90e8a161e5a408a947e458f27a4c0
4
- data.tar.gz: ab19d5a7ba8550bf269952d353b84954b30b6e98
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NWFiNDQ5MDJhOTIwMzQyYTAwMzQ1YTg5NWQ1ZmE4ZTRmZTc4YzAxZA==
5
+ data.tar.gz: !binary |-
6
+ ZWU0ZTFkMjI3MmExYjRiMWFmMTRhZWM1ZjM3Mzg4OGU1ODU2Nzk4MA==
5
7
  SHA512:
6
- metadata.gz: a1b551ba0f778e28b812d2324972e45ce3bda57b099c727740520843c3d2b23a4304696bb3d4d966d3aa5d62ae762dd310a81fbb959ca5fea1462ab55ed7b5af
7
- data.tar.gz: b337093e7365029f9cf07fcb40ea5a679a128ad33617a4d9cf89a549c6704e87148e2d343ed2801bf5dbf19b802ff38d1e4327b83177c2f782a9a0df982ee7b5
8
+ metadata.gz: !binary |-
9
+ MTE5N2JkMzlkZDFhYzBlODNkM2JiYjlkNTZiZDRlOTAxZGRlMTdhNjFhYmUw
10
+ M2RmNGFkMTg2YjUxOTM4MzU4NGY2YmYzYmZjNjI0NDVlODA4OTEzNjAyYzQ3
11
+ MTdhMjU3MmFiMDMzMzEyYjY0NTZhZWM2MzAyMzg2YTEwZjBhMGI=
12
+ data.tar.gz: !binary |-
13
+ YjgwNmU4MWQxNDkxMjNmZTlkODIxZjU5NmI5NzczYjc4ZDA2ZTE4Zjc1ZTQ5
14
+ MmJiOGY1YzI5ZjJkZDNkNDVkZWI1MTNmZmUzZTdlMDFkOWYzYjAxOWJhMjJj
15
+ OTY1ZTZhNDkxYTA0MTkyNjM1MTgzNmE4YTg5MDM3OTQ3Njc0MDI=
@@ -0,0 +1,7 @@
1
+ language: ruby
2
+ script: bundle exec rspec
3
+ rvm:
4
+ - 1.9.3
5
+ - 2.0.0
6
+ - 2.1
7
+ - 2.2
data/README.md CHANGED
@@ -2,6 +2,8 @@ Rh
2
2
  =====
3
3
  Fast Ruby documentation lookup
4
4
 
5
+ [<img src="https://secure.travis-ci.org/tombenner/rh.png" />](http://travis-ci.org/tombenner/rh)
6
+
5
7
  Overview
6
8
  --------
7
9
 
@@ -1,3 +1,5 @@
1
+ require 'rh/has_url'
2
+
1
3
  module Rh
2
4
  class Klass
3
5
  include HasUrl
@@ -1,4 +1,5 @@
1
1
  require 'cgi'
2
+ require 'rh/has_url'
2
3
 
3
4
  module Rh
4
5
  class Method
@@ -1,3 +1,3 @@
1
1
  module Rh
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Benner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-10 00:00:00.000000000 Z
11
+ date: 2014-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: launchy
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.4'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '3.1'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '3.1'
41
41
  description: Fast Ruby documentation lookup
@@ -46,7 +46,8 @@ executables:
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
- - ".gitignore"
49
+ - .gitignore
50
+ - .travis.yml
50
51
  - Gemfile
51
52
  - MIT-LICENSE
52
53
  - README.md
@@ -72,12 +73,12 @@ require_paths:
72
73
  - lib
73
74
  required_ruby_version: !ruby/object:Gem::Requirement
74
75
  requirements:
75
- - - ">="
76
+ - - ! '>='
76
77
  - !ruby/object:Gem::Version
77
78
  version: '0'
78
79
  required_rubygems_version: !ruby/object:Gem::Requirement
79
80
  requirements:
80
- - - ">="
81
+ - - ! '>='
81
82
  - !ruby/object:Gem::Version
82
83
  version: '0'
83
84
  requirements: []