typeout 1.4.4 → 1.4.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.
Files changed (2) hide show
  1. data/lib/typeout.rb +2 -2
  2. metadata +6 -8
data/lib/typeout.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'sanitize'
2
2
 
3
3
  class Typeout < String
4
- VERSION = '1.4.2'
4
+ VERSION = '1.4.5'
5
5
 
6
6
  include ERB::Util
7
7
 
@@ -173,4 +173,4 @@ class Typeout < String
173
173
 
174
174
  text
175
175
  end
176
- end
176
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typeout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
5
- prerelease: false
4
+ hash: 13
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 4
10
- version: 1.4.4
9
+ - 5
10
+ version: 1.4.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Connor McKay
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-29 00:00:00 -07:00
19
- default_executable:
18
+ date: 2011-07-26 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: sanitize
@@ -46,7 +45,6 @@ files:
46
45
  - LICENSE
47
46
  - lib/typeout.js
48
47
  - lib/typeout.rb
49
- has_rdoc: true
50
48
  homepage: http://github.com/greneholt/typeout
51
49
  licenses: []
52
50
 
@@ -78,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
76
  requirements: []
79
77
 
80
78
  rubyforge_project: typeout
81
- rubygems_version: 1.3.7
79
+ rubygems_version: 1.8.6
82
80
  signing_key:
83
81
  specification_version: 3
84
82
  summary: Dead simple plain text to HTML converter