typographer 0.4.0 → 0.4.1
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.
- data/lib/typographer/version.rb +1 -1
- data/lib/typographer.rb +1 -1
- metadata +81 -55
data/lib/typographer/version.rb
CHANGED
data/lib/typographer.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typographer
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 13
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 4
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.4.1
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- Dmitry Shaposhnik
|
|
9
14
|
- Anton Versal
|
|
10
15
|
- Igor Gladkoborodov
|
|
@@ -12,62 +17,75 @@ authors:
|
|
|
12
17
|
autorequire:
|
|
13
18
|
bindir: bin
|
|
14
19
|
cert_chain: []
|
|
15
|
-
|
|
20
|
+
|
|
21
|
+
date: 2011-07-18 00:00:00 +03:00
|
|
16
22
|
default_executable:
|
|
17
|
-
dependencies:
|
|
18
|
-
- !ruby/object:Gem::Dependency
|
|
23
|
+
dependencies:
|
|
24
|
+
- !ruby/object:Gem::Dependency
|
|
19
25
|
name: actionpack
|
|
20
|
-
|
|
26
|
+
prerelease: false
|
|
27
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
21
28
|
none: false
|
|
22
|
-
requirements:
|
|
23
|
-
- -
|
|
24
|
-
- !ruby/object:Gem::Version
|
|
25
|
-
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
hash: 3
|
|
33
|
+
segments:
|
|
34
|
+
- 0
|
|
35
|
+
version: "0"
|
|
26
36
|
type: :runtime
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- !ruby/object:Gem::Dependency
|
|
37
|
+
version_requirements: *id001
|
|
38
|
+
- !ruby/object:Gem::Dependency
|
|
30
39
|
name: rspec
|
|
31
|
-
|
|
40
|
+
prerelease: false
|
|
41
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
32
42
|
none: false
|
|
33
|
-
requirements:
|
|
34
|
-
- -
|
|
35
|
-
- !ruby/object:Gem::Version
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
hash: 15
|
|
47
|
+
segments:
|
|
48
|
+
- 2
|
|
49
|
+
- 0
|
|
50
|
+
- 0
|
|
36
51
|
version: 2.0.0
|
|
37
52
|
type: :development
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
- !ruby/object:Gem::Dependency
|
|
53
|
+
version_requirements: *id002
|
|
54
|
+
- !ruby/object:Gem::Dependency
|
|
41
55
|
name: autotest
|
|
42
|
-
|
|
56
|
+
prerelease: false
|
|
57
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
43
58
|
none: false
|
|
44
|
-
requirements:
|
|
45
|
-
- -
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
|
|
59
|
+
requirements:
|
|
60
|
+
- - ">="
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
hash: 3
|
|
63
|
+
segments:
|
|
64
|
+
- 0
|
|
65
|
+
version: "0"
|
|
48
66
|
type: :development
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
This is a fork of original typography gem.'
|
|
55
|
-
email:
|
|
67
|
+
version_requirements: *id003
|
|
68
|
+
description: |-
|
|
69
|
+
This gem makes text more readable by applying some typographic rules to string.
|
|
70
|
+
This is a fork of original typography gem.
|
|
71
|
+
email:
|
|
56
72
|
- dmitry@shaposhnik.name
|
|
57
73
|
- ant.ver@gmail.com
|
|
58
74
|
- igor@workisfun.ru
|
|
59
75
|
executables: []
|
|
76
|
+
|
|
60
77
|
extensions: []
|
|
61
|
-
|
|
78
|
+
|
|
79
|
+
extra_rdoc_files:
|
|
62
80
|
- README.rdoc
|
|
63
|
-
files:
|
|
81
|
+
files:
|
|
64
82
|
- lib/typographer.rb
|
|
65
83
|
- lib/typographer/parsers/basic.rb
|
|
66
84
|
- lib/typographer/parsers/simple_format.rb
|
|
67
85
|
- lib/typographer/helper.rb
|
|
68
86
|
- lib/typographer/version.rb
|
|
69
|
-
- spec/spec_helper.rb
|
|
70
87
|
- spec/typography_spec.rb
|
|
88
|
+
- spec/spec_helper.rb
|
|
71
89
|
- README.rdoc
|
|
72
90
|
- Rakefile
|
|
73
91
|
- Changelog
|
|
@@ -76,30 +94,38 @@ files:
|
|
|
76
94
|
has_rdoc: true
|
|
77
95
|
homepage: https://github.com/Slotos/typographer
|
|
78
96
|
licenses: []
|
|
97
|
+
|
|
79
98
|
post_install_message:
|
|
80
|
-
rdoc_options:
|
|
99
|
+
rdoc_options:
|
|
81
100
|
- --main
|
|
82
101
|
- README.rdoc
|
|
83
|
-
require_paths:
|
|
102
|
+
require_paths:
|
|
84
103
|
- lib
|
|
85
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
104
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
105
|
none: false
|
|
87
|
-
requirements:
|
|
88
|
-
- -
|
|
89
|
-
- !ruby/object:Gem::Version
|
|
90
|
-
|
|
91
|
-
|
|
106
|
+
requirements:
|
|
107
|
+
- - ">="
|
|
108
|
+
- !ruby/object:Gem::Version
|
|
109
|
+
hash: 3
|
|
110
|
+
segments:
|
|
111
|
+
- 0
|
|
112
|
+
version: "0"
|
|
113
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
114
|
none: false
|
|
93
|
-
requirements:
|
|
94
|
-
- -
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
|
|
115
|
+
requirements:
|
|
116
|
+
- - ">="
|
|
117
|
+
- !ruby/object:Gem::Version
|
|
118
|
+
hash: 3
|
|
119
|
+
segments:
|
|
120
|
+
- 0
|
|
121
|
+
version: "0"
|
|
97
122
|
requirements: []
|
|
98
|
-
|
|
99
|
-
|
|
123
|
+
|
|
124
|
+
rubyforge_project: ""
|
|
125
|
+
rubygems_version: 1.3.7
|
|
100
126
|
signing_key:
|
|
101
127
|
specification_version: 3
|
|
102
|
-
summary: typographer-0.4.
|
|
103
|
-
test_files:
|
|
104
|
-
- spec/spec_helper.rb
|
|
128
|
+
summary: typographer-0.4.1
|
|
129
|
+
test_files:
|
|
105
130
|
- spec/typography_spec.rb
|
|
131
|
+
- spec/spec_helper.rb
|