textile_manual 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43468edb61d7c7b3c41eb59f12e96946b639c4ad
4
- data.tar.gz: 138679d4e59681b5be3bde76ed55760bc69e602f
3
+ metadata.gz: 813ac4f7e45e522f937f3672fcf7dd168bf068e8
4
+ data.tar.gz: 902490dd860c710878493e17c70ca9c3c7f9d28c
5
5
  SHA512:
6
- metadata.gz: e3ef29b9be10ad55ac86a8dab9380fa40134e63ca9f98aa46f104d45ce2eba65b7417c63f871484b63254801a3b531f76b59efd105b6263bfe553ff9aa823a41
7
- data.tar.gz: 68c2097972ec98188b6c6b3b8e6b343e0acacf93bede67bb8c35a0d8cd980fabb905a4be1cb46069042e47c847c1c2964f55dfcc3159248e524a29575c138103
6
+ metadata.gz: 1000ece9d5f705e65af232c50e8622fbca03eff1b819a2c3baaba65e8119a885d58c4d85fe2ea8ad0d84e741b09f11e3644b184844cf3459c21c2b95dc38968d
7
+ data.tar.gz: d3f4bd300657fce0f25b6d1227bc994c58b464e67d56e24d9d9374bbe345ec615904b1052de543cfd73715e3b2901129cd01e454b5b2daa087fdb6da69f54932
@@ -8,4 +8,4 @@ This guide presumes no knowledge of HTML(Hyper Text Markup Language), though you
8
8
 
9
9
  *To get started learning Textile*, begin with "Writing Paragraph Text":<%= textile_manual_link('writing-paragraph-text') %> in the table of contents at right. In each section of the manual, examples clearly illustrate the rules of Textile. In each example, the Textile markup is followed by how the HTML appears in the browser.
10
10
 
11
- This guide is the **official Textile reference manual for "RedCloth 4":http://redcloth.org/**. The examples shown here may not work properly on prior versions of RedCloth or other Textile processors. It doesn't document everything that's possible with RedCloth. For detailed usage examples, see the "specs":http://github.com/jgarber/redcloth/tree/master/spec/fixtures or simply try it out on the "Try RedCloth":http://redcloth.org/try-redcloth/ page or using the @redcloth@ binary included with the source code. If you notice errors and omissions in this manual, please submit an issue or pull request.
11
+ This guide is the **official Textile reference manual for "RedCloth 4":http://redcloth.org/**. The examples shown here may not work properly on prior versions of RedCloth or other Textile processors. It doesn't document everything that's possible with RedCloth. For detailed usage examples, see the "specs":http://github.com/jgarber/redcloth/tree/master/spec/fixtures or simply try it out on the "Try RedCloth":http://redcloth.org/try-redcloth/ page or using the @redcloth@ binary included with the source code. If you notice errors and omissions in this manual, please submit an "issue":https://github.com/promptworks/textile-manual/issues or "pull request":https://github.com/promptworks/textile-manual/pulls.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "textile_manual"
6
- s.version = "0.0.2"
6
+ s.version = "0.0.3"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Jason Garber"]
9
9
  s.email = ["jg@jasongarber.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: textile_manual
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Garber
@@ -14,42 +14,42 @@ dependencies:
14
14
  name: middleman-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 4.2.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.2.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: slim
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: 3.0.6
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 3.0.6
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: RedCloth
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
47
  version: 4.3.2
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: 4.3.2
55
55
  description:
@@ -59,8 +59,8 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - ".bowerrc"
63
- - ".gitignore"
62
+ - .bowerrc
63
+ - .gitignore
64
64
  - Gemfile
65
65
  - Gemfile.lock
66
66
  - README.md
@@ -99,12 +99,12 @@ require_paths:
99
99
  - lib
100
100
  required_ruby_version: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - ">="
102
+ - - '>='
103
103
  - !ruby/object:Gem::Version
104
104
  version: '0'
105
105
  required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - ">="
107
+ - - '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []