pik 0.2.4 → 0.2.5

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pik
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gordon Thiesfeld
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-28 00:00:00 -05:00
12
+ date: 2009-11-02 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -78,6 +78,7 @@ files:
78
78
  - features/step_definitions/pik_commands.rb
79
79
  - features/switch_command.feature
80
80
  - features/tag_command.feature
81
+ - features/uninstall_command.feature
81
82
  - features/version.feature
82
83
  - lib/pik.rb
83
84
  - lib/pik/batch_file.rb
@@ -99,6 +100,7 @@ files:
99
100
  - lib/pik/commands/run_command.rb
100
101
  - lib/pik/commands/switch_command.rb
101
102
  - lib/pik/commands/tag_command.rb
103
+ - lib/pik/commands/uninstall_command.rb
102
104
  - lib/pik/config_file.rb
103
105
  - lib/pik/contrib/progressbar.rb
104
106
  - lib/pik/contrib/unzip.rb