jphastings-dlc 1.0.3 → 1.0.4

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/dlc.rb +1 -1
  2. metadata +4 -3
data/dlc.rb CHANGED
@@ -185,7 +185,7 @@ module DLC
185
185
  private
186
186
  def write_settings
187
187
  open(Settings,"w") do |f|
188
- p @keycache
188
+ #p @keycache
189
189
  f.write YAML.dump({:name => @name, :email => @email, :url => @url,:keycache => @keycache})
190
190
  end
191
191
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jphastings-dlc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - JP Hastings-Spital
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-08 00:00:00 -07:00
12
+ date: 2009-05-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -34,6 +34,7 @@ files:
34
34
  - dlc.rb
35
35
  has_rdoc: true
36
36
  homepage: http://projects.kedakai.co.uk/rubydlc/
37
+ licenses:
37
38
  post_install_message:
38
39
  rdoc_options: []
39
40
 
@@ -54,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
55
  requirements: []
55
56
 
56
57
  rubyforge_project:
57
- rubygems_version: 1.2.0
58
+ rubygems_version: 1.3.5
58
59
  signing_key:
59
60
  specification_version: 2
60
61
  summary: Allows the generation of DLC container files (of JDownloader fame) from ruby