rplug 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/History.txt +2 -2
  2. data/README.txt +3 -3
  3. data/Rakefile +6 -3
  4. data/lib/rplug.rb +1 -1
  5. metadata +13 -4
data/History.txt CHANGED
@@ -1,5 +1,5 @@
1
- == 1.0.0 / 2006-12-17
1
+ == 0.1.0 / 2007-02-17
2
2
 
3
3
  * 1 major enhancement
4
- * Birthday!
4
+ * First release, might work with subversion
5
5
 
data/README.txt CHANGED
@@ -1,10 +1,10 @@
1
1
  rplug
2
- by FIX (your name)
3
- FIX (url)
2
+ by Jamie Macey
3
+ http://rubyforge.org/projects/rplug/
4
4
 
5
5
  == DESCRIPTION:
6
6
 
7
- FIX (describe your package)
7
+ RPlug is a plugin manager for Rails.
8
8
 
9
9
  == FEATURES/PROBLEMS:
10
10
 
data/Rakefile CHANGED
@@ -1,11 +1,15 @@
1
- # -*- ruby -*-
2
-
3
1
  require 'rubygems'
4
2
  require 'hoe'
5
3
  require './lib/rplug.rb'
6
4
 
7
5
  Hoe.new('rplug', Rplug::VERSION) do |p|
6
+ p.author = ['Jamie Macey']
7
+ p.email = 'jamie.macey@gmail.com'
8
+ p.summary = "RPlug is a plugin manager for Rails"
9
+
8
10
  p.rubyforge_name = 'rplug'
11
+ p.extra_deps = ['source_control']
12
+
9
13
  # p.summary = 'FIX'
10
14
  # p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
11
15
  # p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
@@ -18,4 +22,3 @@ task :rcov do
18
22
  system "rcov -Ilib test/test_*.rb"
19
23
  end
20
24
 
21
- # vim: syntax=Ruby
data/lib/rplug.rb CHANGED
@@ -4,7 +4,7 @@ require 'rubygems'
4
4
  require 'source_control'
5
5
 
6
6
  class Rplug
7
- VERSION = "0.0.1"
7
+ VERSION = "0.1.0"
8
8
 
9
9
  def initialize(path)
10
10
  path_parts = path.split(File::SEPARATOR)
metadata CHANGED
@@ -3,12 +3,12 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: rplug
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
6
+ version: 0.1.0
7
7
  date: 2007-02-17 00:00:00 -08:00
8
- summary: The author was too lazy to write a summary
8
+ summary: RPlug is a plugin manager for Rails
9
9
  require_paths:
10
10
  - lib
11
- email: ryand-ruby@zenspider.com
11
+ email: jamie.macey@gmail.com
12
12
  homepage: http://www.zenspider.com/ZSS/Products/rplug/
13
13
  rubyforge_project: rplug
14
14
  description: The author was too lazy to write a description
@@ -27,7 +27,7 @@ signing_key:
27
27
  cert_chain:
28
28
  post_install_message:
29
29
  authors:
30
- - Ryan Davis
30
+ - Jamie Macey
31
31
  files:
32
32
  - History.txt
33
33
  - Manifest.txt
@@ -49,6 +49,15 @@ extensions: []
49
49
  requirements: []
50
50
 
51
51
  dependencies:
52
+ - !ruby/object:Gem::Dependency
53
+ name: source_control
54
+ version_requirement:
55
+ version_requirements: !ruby/object:Gem::Version::Requirement
56
+ requirements:
57
+ - - ">"
58
+ - !ruby/object:Gem::Version
59
+ version: 0.0.0
60
+ version:
52
61
  - !ruby/object:Gem::Dependency
53
62
  name: hoe
54
63
  version_requirement: