keybox 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,4 +1,7 @@
1
1
  = Changelog
2
+ === Version 1.2.1 - 2007-09-26
3
+
4
+ * Bugfix - Removed traversal of non-existent directories from gemspec which caused a slow startup time for some users.
2
5
 
3
6
  === Version 1.2.0 - 2007-09-09
4
7
 
@@ -27,7 +27,7 @@ module Keybox
27
27
  spec.default_executable = "#{spec.name}"
28
28
  spec.executables = Dir.entries(Keybox::APP_BIN_DIR).delete_if { |f| f =~ /\A\./ }
29
29
  spec.files = spec.test_files + spec.extra_rdoc_files +
30
- FileList["lib/**/*.rb", "resources/**/*", "data/**/*"]
30
+ FileList["lib/**/*.rb", "resources/**/*"]
31
31
 
32
32
  spec.add_dependency("highline", ">= 1.4.0")
33
33
 
@@ -4,7 +4,7 @@ module Keybox
4
4
  class Version
5
5
  MAJOR = 1
6
6
  MINOR = 2
7
- BUILD = 0
7
+ BUILD = 1
8
8
 
9
9
  class << self
10
10
  def to_a
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: keybox
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.2.0
7
- date: 2007-09-09 00:00:00 -06:00
6
+ version: 1.2.1
7
+ date: 2007-09-27 00:00:00 -06:00
8
8
  summary: Secure pasword storage.
9
9
  require_paths:
10
10
  - lib