typeout 1.4.6 → 1.4.7

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/README.rdoc +3 -3
  2. metadata +14 -10
@@ -16,8 +16,8 @@ Typeout is inspired by:
16
16
  * Creole http://www.wikicreole.org
17
17
 
18
18
  *Author*:: Connor McKay (mailto:connor@verticalforest.com)
19
- *Version*:: 1.4.1 (2010-7-8)
20
- *Copyright*:: Copyright (c) 2007-2010 Connor McKay. All rights reserved.
19
+ *Version*:: 1.4.6 (2013-9-17)
20
+ *Copyright*:: Copyright (c) 2007-2013 Connor McKay. All rights reserved.
21
21
  *License*:: MIT License (http://opensource.org/licenses/mit-license.php)
22
22
  *Website*:: http://github.com/greneholt/typeout
23
23
 
@@ -112,7 +112,7 @@ pairs. It will be sanitized using the Sanitize library in the Ruby version.
112
112
 
113
113
  == License
114
114
 
115
- Copyright (c) 2010 Connor McKay
115
+ Copyright (c) 2013 Connor McKay
116
116
 
117
117
  Permission is hereby granted, free of charge, to any person obtaining a copy
118
118
  of this software and associated documentation files (the "Software"), to deal
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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 6
10
- version: 1.4.6
9
+ - 7
10
+ version: 1.4.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Connor McKay
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-09-15 00:00:00 Z
18
+ date: 2015-08-08 00:00:00 -06:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: sanitize
@@ -23,12 +24,14 @@ dependencies:
23
24
  requirement: &id001 !ruby/object:Gem::Requirement
24
25
  none: false
25
26
  requirements:
26
- - - ">="
27
+ - - "="
27
28
  - !ruby/object:Gem::Version
28
- hash: 3
29
+ hash: 9
29
30
  segments:
31
+ - 2
30
32
  - 0
31
- version: "0"
33
+ - 3
34
+ version: 2.0.3
32
35
  type: :runtime
33
36
  version_requirements: *id001
34
37
  description:
@@ -45,9 +48,10 @@ files:
45
48
  - LICENSE
46
49
  - lib/typeout.js
47
50
  - lib/typeout.rb
51
+ has_rdoc: true
48
52
  homepage: http://github.com/greneholt/typeout
49
- licenses: []
50
-
53
+ licenses:
54
+ - MIT
51
55
  post_install_message:
52
56
  rdoc_options: []
53
57
 
@@ -76,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
80
  requirements: []
77
81
 
78
82
  rubyforge_project: typeout
79
- rubygems_version: 1.8.24
83
+ rubygems_version: 1.6.2
80
84
  signing_key:
81
85
  specification_version: 3
82
86
  summary: Dead simple plain text to HTML converter