prawn-security 0.1.1 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +1 -1
  2. metadata +3 -3
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require "rake/rdoctask"
5
5
  require "rake/gempackagetask"
6
6
 
7
7
  # Version numbering: http://wiki.github.com/sandal/prawn/development-roadmap
8
- PRAWN_SECURITY_VERSION = "0.1.1"
8
+ PRAWN_SECURITY_VERSION = "0.7.1"
9
9
 
10
10
  task :default => [:test]
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prawn-security
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brad Ediger
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-10 00:00:00 -05:00
12
+ date: 2010-01-03 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -24,8 +24,8 @@ extra_rdoc_files:
24
24
  - LICENSE
25
25
  - COPYING
26
26
  files:
27
- - examples/example_helper.rb
28
27
  - examples/hello_foo.rb
28
+ - examples/example_helper.rb
29
29
  - lib/prawn/arcfour.rb
30
30
  - lib/prawn/security.rb
31
31
  - spec/security_spec.rb