filament 0.2.1 → 0.2.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/lib/filament.rb CHANGED
@@ -64,7 +64,7 @@ module Filament
64
64
  def initialize
65
65
  @cmd = CmdParse::CommandParser.new(true)
66
66
  @cmd.program_name = "filament"
67
- @cmd.program_version = [0, 2, 1]
67
+ @cmd.program_version = [0, 2, 2]
68
68
  @cmd.add_command(CmdParse::HelpCommand.new)
69
69
  @cmd.add_command(CmdParse::VersionCommand.new)
70
70
  @cmd.options = CmdParse::OptionParserWrapper.new do |opt|
@@ -1,4 +1,3 @@
1
- require 'filament/package/svn'
2
1
  require 'svn'
3
2
 
4
3
  module Filament::Plugins
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: filament
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.1
6
+ version: 0.2.2
7
7
  date: 2006-03-18 00:00:00 -05:00
8
8
  summary: A flexible dependency-based build platform based on Rake
9
9
  require_paths:
@@ -33,7 +33,6 @@ files:
33
33
  - bin/filament-opt
34
34
  - bin/filament-test
35
35
  - tests/platform_test.rb
36
- - tests/root
37
36
  - lib/filament
38
37
  - lib/filament.rb
39
38
  - lib/inflector.rb