cli_rage 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/cli_rage +1 -1
- data/cli_rage.gemspec +1 -1
- data/lib/cli_rage/version.rb +1 -1
- metadata +2 -2
data/bin/cli_rage
CHANGED
@@ -15,7 +15,7 @@ if ARGV.first == "install"
|
|
15
15
|
|
16
16
|
if STDIN.gets.chomp =~ /\Ay\z/i
|
17
17
|
puts "installing"
|
18
|
-
FileUtils.copy(
|
18
|
+
FileUtils.copy(File.expand_path('../../lib/cli_rage/cli_rage.sh', __FILE__), File.expand_path("~/.cli_rage"))
|
19
19
|
|
20
20
|
File.open(File.expand_path("~/.bash_profile"), "a") do |file|
|
21
21
|
file.puts
|
data/cli_rage.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.email = ["thorncp@gmail.com"]
|
7
7
|
gem.description = %q{Soothes command line induced rage.}
|
8
8
|
gem.summary = %q{Soothes command line induced rage.}
|
9
|
-
gem.homepage = ""
|
9
|
+
gem.homepage = "https://github.com/thorncp/cli_rage"
|
10
10
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
data/lib/cli_rage/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cli_rage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -28,7 +28,7 @@ files:
|
|
28
28
|
- lib/cli_rage.rb
|
29
29
|
- lib/cli_rage/cli_rage.sh
|
30
30
|
- lib/cli_rage/version.rb
|
31
|
-
homepage:
|
31
|
+
homepage: https://github.com/thorncp/cli_rage
|
32
32
|
licenses: []
|
33
33
|
post_install_message:
|
34
34
|
rdoc_options: []
|