cli_rage 0.0.1 → 0.0.2

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.
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("lib/cli_rage/cli_rage.sh", File.expand_path("~/.cli_rage"))
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")
@@ -1,3 +1,3 @@
1
1
  module CliRage
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: []