plugger 0.0.1 → 0.0.1.1

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.
Files changed (2) hide show
  1. data/bin/plugger +3 -1
  2. metadata +2 -2
@@ -1,3 +1,5 @@
1
+ #! /usr/bin/env ruby
2
+
1
3
  # Rails Plugin Manager.
2
4
  #
3
5
  # Installing plugins:
@@ -542,4 +544,4 @@ class RecursiveHTTPFetcher
542
544
  end
543
545
  end
544
546
 
545
- Rails::Commands::Plugin.parse!
547
+ Rails::Commands::Plugin.parse!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plugger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -20,7 +20,7 @@ extra_rdoc_files: []
20
20
  files:
21
21
  - lib/plugger.rb
22
22
  - bin/plugger
23
- homepage: http://rubygems.org/gems/plugger
23
+ homepage: http://github.com/railsmachine/plugger
24
24
  licenses: []
25
25
  post_install_message:
26
26
  rdoc_options: []