prefixr 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.
@@ -1,2 +1,3 @@
1
1
  #!/usr/bin/env ruby
2
+ require 'prefixr'
2
3
  Prefixr.new ARGV
@@ -1 +1 @@
1
- "0.0.1"
1
+ "0.0.2"
@@ -3,10 +3,10 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "prefixr"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.authors = ["Jeremy Michel"]
8
8
  s.email = ["jeremymichel91@gmail.com"]
9
- s.homepage = ""
9
+ s.homepage = "https://github.com/visudex/Prefixr-Gem"
10
10
  s.summary = %q{Prefixr command line utility}
11
11
  s.description = %q{Simple command line utility for Prefixr}
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prefixr
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:
@@ -26,7 +26,7 @@ files:
26
26
  - lib/prefixr.rb
27
27
  - lib/prefixr/version.rb
28
28
  - prefixr.gemspec
29
- homepage: ''
29
+ homepage: https://github.com/visudex/Prefixr-Gem
30
30
  licenses: []
31
31
  post_install_message:
32
32
  rdoc_options: []