rireader 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YWQwNTYzMzk0ODFlZDRmMWY0NDU3NTZkYmQ4ZDY0YTg2MGU4ZmFhOQ==
4
+ NDNlMDk3YWUzZDE1MjNmNWEyNmUxYmUyYmE0NjA4ZjU0ZmQwMjQ2Ng==
5
5
  data.tar.gz: !binary |-
6
- ZmNlOWEzMzBiZjU0NjU1ODMxNjQ0NmU3NTMxNjIzYTdiYzljMDU4MA==
6
+ NjUwZWFhNzE2OGY3NTM4ZjA5Y2M1ZTU4MzdmYWU1ZTE4NzFhNGFmNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmZiMjliYTQ2YjliNzQzMzE3ZWQ3OTdlYmZiODY4OWVlMGFiNzBhM2JjYjcx
10
- MWExYTAwMjQ1ZmE5MWU5MzQ5ZjRhNzBmNTkyZmZmZjRjMTU5NjViYmZiZGEw
11
- N2U2MGYzYjYyZjA0YmVjOGQyYjg5OTlkMjJmNjY3ZmU0OWE4NzY=
9
+ YjlhZTU1NTg2ZDEyZGZlYmI2MjliOWNhMTY2OGM4Yzg4ZWIyZjI2Y2E0NTJm
10
+ MTVjNTcwZTA5MDE4YzAwYzFhYjY2NzliZTgyZDA3ZTgzZDk0NGViYzU1YjJl
11
+ MmVjMjY3NDQwMjZlN2YzMGEwNTJjYzY4MjNmNGY0ZGRjYTc2MGY=
12
12
  data.tar.gz: !binary |-
13
- ZDhkYmE3MGUzMjIwY2NmZGNlMzA2YmQyMDY0NTMwZjhmMjcyMTA3ZmMwMzE5
14
- YjhkNTBjMWE1NDRhM2NkYThiYzk0YmZhODA2NmFiYWJlOWYyOWRjNjZjNTli
15
- NzQyNmMyZmM4N2Y1MmEzNjEwNThhYjMyNmNmMTRlYzUyZjAyMjY=
13
+ ZWMwZTVmNTE1ZWFiN2UxYjk3MGY1NzZjZGQ0MDkzYWUxYmVhOGZlNzM4Yzk1
14
+ M2Y5OThjMzZjN2MyMzNiYTBkYjllZjI5N2FiZmFhNzE1ZGFmMjg3NzAzNjUw
15
+ OTQ1MDRjOGQ3NGQyZmFiNTE1ZDU3YzZiYTBmZWQ1NTcwYmZkMTU=
data/README.md CHANGED
@@ -31,11 +31,11 @@ Enumerable#each_with_object
31
31
 
32
32
  Installing:
33
33
  ======
34
- This gem uses "Win32-shortcut" gem to install a Windows shortcut link on your c:\ drive which you can move to your desktop.
35
34
 
36
- If this link does not appear on your c:\ directory, check the path in the file "set_link.rb"
37
- and modify the default :
38
- C:\\Ruby193\\lib\\ruby\\gems\\1.9.1\\gems\\rireader-0.1.1\\Rireader.rb
35
+ write a simple script in any editor and save as "ri.rb" on your preferred location, this will be used to launch "Rireader".
36
+
37
+ require 'rireader'
38
+ `ruby rireader`
39
39
 
40
40
  Troubleshooting
41
41
  ==========
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rireader
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
  - Sabry Abdel Fattah
@@ -9,21 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-03-03 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: win32-shortcut
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - '='
18
- - !ruby/object:Gem::Version
19
- version: 0.2.4
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - '='
25
- - !ruby/object:Gem::Version
26
- version: 0.2.4
12
+ dependencies: []
27
13
  description: Rireader is a graphical user interface to read ri documentation for Windows
28
14
  platform.
29
15
  email: sabryabdelfattah@gmail.com
@@ -33,10 +19,7 @@ extra_rdoc_files:
33
19
  - README.md
34
20
  files:
35
21
  - README.md
36
- - lib/reader.rbw
37
- - lib/set_link.rb
38
- - rireader.gemspec
39
- - rireader.rb
22
+ - lib/rireader.rb
40
23
  homepage: http://sabryfattah.com
41
24
  licenses:
42
25
  - MIT
@@ -1,9 +0,0 @@
1
- require "win32/shortcut"
2
- include Win32
3
-
4
- Shortcut.new('c:/ri.lnk') do |s|
5
- s.description = 'ri link'
6
- s.path = 'C:\\Ruby193\\lib\\ruby\\gems\\1.9.1\\gems\\rireader-0.1.1\\Rireader.rb'
7
- s.show_cmd = Shortcut::SHOWNORMAL
8
- s.working_directory = 'C:/'
9
- end
@@ -1,30 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- Gem::Specification.new do |s|
4
- s.name = "rireader"
5
- s.version = "0.1.1"
6
- s.licenses = ['MIT']
7
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
- s.authors = ["Sabry Abdel Fattah"]
9
- s.date = "2015-03-03"
10
- s.description = "Rireader is a graphical user interface to read ri documentation for Windows platform."
11
- s.email = "sabryabdelfattah@gmail.com"
12
- s.extra_rdoc_files = ["README.md"]
13
- s.files = ["rireader.gemspec", "rireader.rb", "lib/reader.rbw", "lib/set_link.rb", "README.md"]
14
- s.homepage = "http://sabryfattah.com"
15
- s.rdoc_options = ["--main", "README.md"]
16
- s.require_paths = ["lib"]
17
- s.rubygems_version = "1.8.29"
18
- s.summary = "Rireader is a graphical user interface to read ri documentation on a Windows platform. Check Readme.md for usage and how to install ri documentation on your system if not already installed "
19
- s.add_runtime_dependency "win32-shortcut",
20
- ["= 0.2.4"]
21
-
22
- if s.respond_to? :specification_version then
23
- s.specification_version = 3
24
-
25
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
26
- else
27
- end
28
- else
29
- end
30
- end
@@ -1,3 +0,0 @@
1
- require_relative 'lib/set_link'
2
-
3
- `ruby set_link`