linux-tools 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. data/.buildpath +5 -0
  2. data/.document +5 -0
  3. data/.project +17 -0
  4. data/.yardoc/checksums +1 -0
  5. data/.yardoc/objects/root.dat +0 -0
  6. data/.yardoc/proxy_types +2 -0
  7. data/Gemfile +13 -0
  8. data/Gemfile.lock +20 -0
  9. data/LICENSE.txt +20 -0
  10. data/README.rdoc +23 -0
  11. data/Rakefile +53 -0
  12. data/VERSION +1 -0
  13. data/coverage/index.html +106 -0
  14. data/coverage/jquery-1.3.2.min.js +19 -0
  15. data/coverage/jquery.tablesorter.min.js +15 -0
  16. data/coverage/lib-linux-tools_rb.html +495 -0
  17. data/coverage/print.css +12 -0
  18. data/coverage/rcov.js +42 -0
  19. data/coverage/screen.css +270 -0
  20. data/doc/Lt.html +1009 -0
  21. data/doc/_index.html +98 -0
  22. data/doc/class_list.html +36 -0
  23. data/doc/css/common.css +1 -0
  24. data/doc/css/full_list.css +53 -0
  25. data/doc/css/style.css +318 -0
  26. data/doc/file.LICENSE.html +73 -0
  27. data/doc/file.README.html +90 -0
  28. data/doc/file_list.html +41 -0
  29. data/doc/frames.html +13 -0
  30. data/doc/index.html +90 -0
  31. data/doc/js/app.js +203 -0
  32. data/doc/js/full_list.js +149 -0
  33. data/doc/js/jquery.js +16 -0
  34. data/doc/method_list.html +179 -0
  35. data/doc/top-level-namespace.html +88 -0
  36. data/lib/build +3 -0
  37. data/lib/linux-tools.rb +81 -0
  38. data/linux-tools.gemspec +104 -0
  39. data/pkg/linux-tools-0.0.0.gem +0 -0
  40. data/pkg/linux-tools-0.1.0.gem +0 -0
  41. data/pkg/lt-0.0.0.gem +0 -0
  42. data/rdoc/classes/Lt.html +553 -0
  43. data/rdoc/created.rid +1 -0
  44. data/rdoc/files/README_rdoc.html +141 -0
  45. data/rdoc/files/lib/linux-tools_rb.html +101 -0
  46. data/rdoc/fr_class_index.html +27 -0
  47. data/rdoc/fr_file_index.html +28 -0
  48. data/rdoc/fr_method_index.html +44 -0
  49. data/rdoc/index.html +24 -0
  50. data/rdoc/rdoc-style.css +208 -0
  51. data/test/helper.rb +18 -0
  52. data/test/test_linux-tools.rb +7 -0
  53. metadata +177 -0
data/test/helper.rb ADDED
@@ -0,0 +1,18 @@
1
+ require 'rubygems'
2
+ require 'bundler'
3
+ begin
4
+ Bundler.setup(:default, :development)
5
+ rescue Bundler::BundlerError => e
6
+ $stderr.puts e.message
7
+ $stderr.puts "Run `bundle install` to install missing gems"
8
+ exit e.status_code
9
+ end
10
+ require 'test/unit'
11
+ require 'shoulda'
12
+
13
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
14
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
15
+ require 'linux-tools'
16
+
17
+ class Test::Unit::TestCase
18
+ end
@@ -0,0 +1,7 @@
1
+ require 'helper'
2
+
3
+ class TestLinuxTools < Test::Unit::TestCase
4
+ should "probably rename this file and start testing for real" do
5
+ flunk "hey buddy, you should probably rename this file and start testing for real"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,177 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: linux-tools
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 2
9
+ - 0
10
+ version: 0.2.0
11
+ platform: ruby
12
+ authors:
13
+ - Mrigesh Pokhrel
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-05-01 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ requirement: &id001 !ruby/object:Gem::Requirement
22
+ none: false
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ hash: 3
27
+ segments:
28
+ - 0
29
+ version: "0"
30
+ version_requirements: *id001
31
+ name: shoulda
32
+ prerelease: false
33
+ type: :development
34
+ - !ruby/object:Gem::Dependency
35
+ requirement: &id002 !ruby/object:Gem::Requirement
36
+ none: false
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ hash: 23
41
+ segments:
42
+ - 1
43
+ - 0
44
+ - 0
45
+ version: 1.0.0
46
+ version_requirements: *id002
47
+ name: bundler
48
+ prerelease: false
49
+ type: :development
50
+ - !ruby/object:Gem::Dependency
51
+ requirement: &id003 !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ~>
55
+ - !ruby/object:Gem::Version
56
+ hash: 7
57
+ segments:
58
+ - 1
59
+ - 5
60
+ - 2
61
+ version: 1.5.2
62
+ version_requirements: *id003
63
+ name: jeweler
64
+ prerelease: false
65
+ type: :development
66
+ - !ruby/object:Gem::Dependency
67
+ requirement: &id004 !ruby/object:Gem::Requirement
68
+ none: false
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ hash: 3
73
+ segments:
74
+ - 0
75
+ version: "0"
76
+ version_requirements: *id004
77
+ name: rcov
78
+ prerelease: false
79
+ type: :development
80
+ description: Common *NIX tools and commands which can be used easily in irb
81
+ email: mrigeshpokhrel@gmail.com
82
+ executables: []
83
+
84
+ extensions: []
85
+
86
+ extra_rdoc_files:
87
+ - LICENSE.txt
88
+ - README.rdoc
89
+ files:
90
+ - .buildpath
91
+ - .document
92
+ - .project
93
+ - .yardoc/checksums
94
+ - .yardoc/objects/root.dat
95
+ - .yardoc/proxy_types
96
+ - Gemfile
97
+ - Gemfile.lock
98
+ - LICENSE.txt
99
+ - README.rdoc
100
+ - Rakefile
101
+ - VERSION
102
+ - coverage/index.html
103
+ - coverage/jquery-1.3.2.min.js
104
+ - coverage/jquery.tablesorter.min.js
105
+ - coverage/lib-linux-tools_rb.html
106
+ - coverage/print.css
107
+ - coverage/rcov.js
108
+ - coverage/screen.css
109
+ - doc/Lt.html
110
+ - doc/_index.html
111
+ - doc/class_list.html
112
+ - doc/css/common.css
113
+ - doc/css/full_list.css
114
+ - doc/css/style.css
115
+ - doc/file.LICENSE.html
116
+ - doc/file.README.html
117
+ - doc/file_list.html
118
+ - doc/frames.html
119
+ - doc/index.html
120
+ - doc/js/app.js
121
+ - doc/js/full_list.js
122
+ - doc/js/jquery.js
123
+ - doc/method_list.html
124
+ - doc/top-level-namespace.html
125
+ - lib/build
126
+ - lib/linux-tools.rb
127
+ - linux-tools.gemspec
128
+ - pkg/linux-tools-0.0.0.gem
129
+ - pkg/linux-tools-0.1.0.gem
130
+ - pkg/lt-0.0.0.gem
131
+ - rdoc/classes/Lt.html
132
+ - rdoc/created.rid
133
+ - rdoc/files/README_rdoc.html
134
+ - rdoc/files/lib/linux-tools_rb.html
135
+ - rdoc/fr_class_index.html
136
+ - rdoc/fr_file_index.html
137
+ - rdoc/fr_method_index.html
138
+ - rdoc/index.html
139
+ - rdoc/rdoc-style.css
140
+ - test/helper.rb
141
+ - test/test_linux-tools.rb
142
+ homepage: http://github.com/mrigesh/linux-tools
143
+ licenses:
144
+ - MIT
145
+ post_install_message:
146
+ rdoc_options: []
147
+
148
+ require_paths:
149
+ - lib
150
+ required_ruby_version: !ruby/object:Gem::Requirement
151
+ none: false
152
+ requirements:
153
+ - - ">="
154
+ - !ruby/object:Gem::Version
155
+ hash: 3
156
+ segments:
157
+ - 0
158
+ version: "0"
159
+ required_rubygems_version: !ruby/object:Gem::Requirement
160
+ none: false
161
+ requirements:
162
+ - - ">="
163
+ - !ruby/object:Gem::Version
164
+ hash: 3
165
+ segments:
166
+ - 0
167
+ version: "0"
168
+ requirements: []
169
+
170
+ rubyforge_project:
171
+ rubygems_version: 1.7.2
172
+ signing_key:
173
+ specification_version: 3
174
+ summary: common *NIX tools in ruby
175
+ test_files:
176
+ - test/helper.rb
177
+ - test/test_linux-tools.rb