bureaucrat 0.10.1 → 0.10.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.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'bureaucrat'
3
- s.version = '0.10.1'
3
+ s.version = '0.10.2'
4
4
  s.summary = "Form handling for Ruby inspired by Django forms."
5
5
  s.description = "Bureaucrat is a form handling library for Ruby."
6
6
  s.author = "Bruno Deferrari"
@@ -1,6 +1,6 @@
1
1
  module Bureaucrat
2
2
  class TemporaryUploadedFile
3
- attr_accessor :filename, :content_type, :name, :tempfile, :head
3
+ attr_accessor :filename, :content_type, :name, :tempfile, :head, :size
4
4
 
5
5
  def initialize(data)
6
6
  @filename = data[:filename]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bureaucrat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-16 00:00:00.000000000 Z
12
+ date: 2012-04-17 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Bureaucrat is a form handling library for Ruby.
15
15
  email: utizoc@gmail.com