texttube 5.1.0 → 5.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.md +9 -0
- data/README.md +7 -6
- data/lib/texttube/version.rb +1 -1
- metadata +68 -44
- checksums.yaml +0 -7
data/CHANGES.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# CH CH CH CHANGES! #
|
2
2
|
|
3
|
+
## Wednesday the 30th of July 2014, v5.1.1 ##
|
4
|
+
|
5
|
+
* Updated info in the README about Spiffing CSS website, since it's gone.
|
6
|
+
* Fixed description of running the filters in the README.
|
7
|
+
* Fixed mis-ordering of sections in README.
|
8
|
+
|
9
|
+
----
|
10
|
+
|
11
|
+
|
3
12
|
## Thursday the 25th of July, 2013, v5.1.0 ##
|
4
13
|
|
5
14
|
* Make CSS spiffing!
|
data/README.md
CHANGED
@@ -65,7 +65,7 @@ In practice this means:
|
|
65
65
|
end
|
66
66
|
end
|
67
67
|
|
68
|
-
Now there is a class `NeuS` which will run filters `:double`, `:triple
|
68
|
+
Now there is a class `NeuS` which will run filters `:spacial`, `:double`, `:triple`, and `:dashes` in that order, on a given string. For example:
|
69
69
|
|
70
70
|
n = NeuS.new "abc"
|
71
71
|
|
@@ -298,13 +298,9 @@ Produces:
|
|
298
298
|
|
299
299
|
The language was specified with a leading `::::ruby`. It didn't have to be as the default is to use Ruby, but if you want to use any other of the [coderay supported languages](http://coderay.rubychan.de/doc/CodeRay/Scanners.html), that's how to do it.
|
300
300
|
|
301
|
-
### Contributors ###
|
302
|
-
|
303
|
-
Many thanks to Eleni Karinou and [Annette Smith](https://twitter.com/moosecatear) for brainsplatting a new name for the library, and after many unusable and clearly disturbing suggestions, to Annette for the final name (and its future spin off, which will remain secret for now).
|
304
|
-
|
305
301
|
### Spiffing ###
|
306
302
|
|
307
|
-
Transforms CSS written in British English into its ugly sister from across the pond. Inspired by [visualidiot's SpiffingCSS](
|
303
|
+
Transforms CSS written in British English into its ugly sister from across the pond. Inspired by [visualidiot's SpiffingCSS](https://github.com/visualidiot/Spiffing).
|
308
304
|
|
309
305
|
content = <<CSS
|
310
306
|
body {
|
@@ -348,6 +344,11 @@ Transforms CSS written in British English into its ugly sister from across the p
|
|
348
344
|
God save the Queen!
|
349
345
|
|
350
346
|
|
347
|
+
### Contributors ###
|
348
|
+
|
349
|
+
Many thanks to Eleni Karinou and [Annette Smith](https://twitter.com/moosecatear) for brainsplatting a new name for the library, and after many unusable and clearly disturbing suggestions, to Annette for the final name (and its future spin off, which will remain secret for now).
|
350
|
+
|
351
|
+
|
351
352
|
### Licence ###
|
352
353
|
|
353
354
|
Copyright (c) 2013 Iain Barnett
|
data/lib/texttube/version.rb
CHANGED
metadata
CHANGED
@@ -1,50 +1,62 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: texttube
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 49
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 5
|
8
|
+
- 1
|
9
|
+
- 1
|
10
|
+
version: 5.1.1
|
5
11
|
platform: ruby
|
6
|
-
authors:
|
12
|
+
authors:
|
7
13
|
- Iain Barnett
|
8
14
|
autorequire:
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
17
|
+
|
18
|
+
date: 2014-07-30 00:00:00 Z
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
14
21
|
name: nokogiri
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - ~>
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 1.5.9
|
20
|
-
type: :runtime
|
21
22
|
prerelease: false
|
22
|
-
|
23
|
-
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
none: false
|
25
|
+
requirements:
|
24
26
|
- - ~>
|
25
|
-
- !ruby/object:Gem::Version
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 17
|
29
|
+
segments:
|
30
|
+
- 1
|
31
|
+
- 5
|
32
|
+
- 9
|
26
33
|
version: 1.5.9
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: coderay
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - ~>
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '1.0'
|
34
34
|
type: :runtime
|
35
|
+
version_requirements: *id001
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: coderay
|
35
38
|
prerelease: false
|
36
|
-
|
37
|
-
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
40
|
+
none: false
|
41
|
+
requirements:
|
38
42
|
- - ~>
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
hash: 15
|
45
|
+
segments:
|
46
|
+
- 1
|
47
|
+
- 0
|
48
|
+
version: "1.0"
|
49
|
+
type: :runtime
|
50
|
+
version_requirements: *id002
|
51
|
+
description: " Some markdown filters I find useful.\n"
|
43
52
|
email: iainspeed @nospam@ gmail.com
|
44
53
|
executables: []
|
54
|
+
|
45
55
|
extensions: []
|
56
|
+
|
46
57
|
extra_rdoc_files: []
|
47
|
-
|
58
|
+
|
59
|
+
files:
|
48
60
|
- .gitignore
|
49
61
|
- .travis.yml
|
50
62
|
- CHANGES.md
|
@@ -73,28 +85,40 @@ files:
|
|
73
85
|
- texttube.gemspec
|
74
86
|
homepage: https://github.com/yb66/TextTube
|
75
87
|
licenses: []
|
76
|
-
|
88
|
+
|
77
89
|
post_install_message:
|
78
90
|
rdoc_options: []
|
79
|
-
|
91
|
+
|
92
|
+
require_paths:
|
80
93
|
- lib
|
81
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
82
|
-
|
83
|
-
|
84
|
-
|
94
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
95
|
+
none: false
|
96
|
+
requirements:
|
97
|
+
- - ">="
|
98
|
+
- !ruby/object:Gem::Version
|
99
|
+
hash: 49
|
100
|
+
segments:
|
101
|
+
- 1
|
102
|
+
- 9
|
103
|
+
- 1
|
85
104
|
version: 1.9.1
|
86
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
105
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
|
+
none: false
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
hash: 3
|
111
|
+
segments:
|
112
|
+
- 0
|
113
|
+
version: "0"
|
91
114
|
requirements: []
|
115
|
+
|
92
116
|
rubyforge_project:
|
93
|
-
rubygems_version:
|
117
|
+
rubygems_version: 1.8.22
|
94
118
|
signing_key:
|
95
|
-
specification_version:
|
119
|
+
specification_version: 3
|
96
120
|
summary: Some useful filters for markdown that I use in my blogs
|
97
|
-
test_files:
|
121
|
+
test_files:
|
98
122
|
- spec/coderay_spec.rb
|
99
123
|
- spec/embedding_audio_spec.rb
|
100
124
|
- spec/inside_block_spec.rb
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: b47d63e19e203d6f4106bf4d2480564ee96066f8
|
4
|
-
data.tar.gz: 8571feb1cf49c77b3e988f51ab585fef6feb3aeb
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: c50fa2a734a53a7509332d181617534e05af3f2ba2dbcb9284ed3875601447ff525430b53bb2948268ea39d89124131aebc2fa9153ca7a1e38f649716b9ed7f4
|
7
|
-
data.tar.gz: e4496355c3571e6bbc8d17e7f296322c25113406733c3e58579e45caa33ef01e675934f081eb357d9fae42a65da68e0753242c8d14be5951d4bd81f3ecf248cb
|